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

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