A toolkit for the EOS network powered by ZJUBCA, based on EOSToolkit.
Thanks GenerEOS for providing such a great project.
The toolkit adds several features based on the original toolkit:
- Keypairs generation and self-create account with the help of a private signup helper.
- A market for decentralized applications.
- ZJUBCA whitepaper. Working in progress.
- Clone this repo
- Run
yarn
in order to install dependencies and clean the git repo. At this point you can runnpm start
to see the example app athttp://localhost:3000
. - Run
yarn run format:js
prior to making commits for nice clean code - Run
npm run build
to build the deployable package.
Now you're ready to rumble!