Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eostoolkit/eostoolkit
Best in class community driven toolkit for the EOS network.
https://github.com/eostoolkit/eostoolkit
Last synced: about 1 month ago
JSON representation
Best in class community driven toolkit for the EOS network.
- Host: GitHub
- URL: https://github.com/eostoolkit/eostoolkit
- Owner: eostoolkit
- License: mit
- Created: 2018-06-23T00:56:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T18:14:54.000Z (almost 2 years ago)
- Last Synced: 2024-01-25T02:11:46.870Z (11 months ago)
- Language: JavaScript
- Homepage: https://eostoolkit.io
- Size: 15 MB
- Stars: 92
- Watchers: 15
- Forks: 51
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-eosio - eostoolkit/eostoolkit - Official GitHub. (Tools / Wallets and Toolkits)
README
## Quick start
1. Clone this repo
2. Move to the appropriate directory: `cd eostoolkit`.
3. Run `yarn` in order to install dependencies and clean the git repo.
_At this point you can run `npm start` to see the example app at `http://localhost:3000`._
4. Run `yarn run format:js` prior to making commits for nice clean code
5. Run `npm run build` to build the deployable package.Now you're ready to rumble!