originalix / cross-inpage-provider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cross-inpage-provider

# init monorepo
yarn
yarn bootstrap
yarn build

# watch and build
yarn clean && yarn bootstrap && yarn start

# watch and build `packages/injected`, then rsync local npm packages to app-monorepo
#   re-build `packages/injected` only, if you change others monorepo code, run `yarn build`
gulp watch

# run dapp example web
yarn example

# update all versions before publish
yarn update-version

# publish to npmjs.com
yarn publish-packages

About

License:Apache License 2.0


Languages

Language:TypeScript 72.0%Language:JavaScript 26.5%Language:SCSS 0.6%Language:CSS 0.5%Language:Shell 0.4%