Jeremy Zheng c94b86fead :truck: centralize rpc source codes 2 år sedan
..
src c94b86fead :truck: centralize rpc source codes 2 år sedan
.gitignore c94b86fead :truck: centralize rpc source codes 2 år sedan
README.md c94b86fead :truck: centralize rpc source codes 2 år sedan
config.json.orig c94b86fead :truck: centralize rpc source codes 2 år sedan
package.json c94b86fead :truck: centralize rpc source codes 2 år sedan
schema.sh c94b86fead :truck: centralize rpc source codes 2 år sedan
third.sh c94b86fead :truck: centralize rpc source codes 2 år sedan
webpack.config.js c94b86fead :truck: centralize rpc source codes 2 år sedan

README.md

USAGE

# Install dependencies
yarn install

# For production
npx webpack --mode=production
node dist/morus-xxx.js config.json

# For development
npx webpack --mode=development
node dist/morus.js config.json