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

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