Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/commitground/commitground-js
This is a javascript library to interact with commitground platform.
https://github.com/commitground/commitground-js
commitground javascript nodejs
Last synced: 5 days ago
JSON representation
This is a javascript library to interact with commitground platform.
- Host: GitHub
- URL: https://github.com/commitground/commitground-js
- Owner: commitground
- License: mit
- Created: 2018-06-15T05:29:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T03:25:36.000Z (over 6 years ago)
- Last Synced: 2024-11-03T07:02:45.525Z (12 days ago)
- Topics: commitground, javascript, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/commitground
- Size: 27.3 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# commitground-js
This is a javascript library to interact with commitground platform.
# Contributing
## Prerequisites
1. Load submodules
```.bash
git submodule update --init --recursive
```1. Install truffle
```.bash
npm install -g truffle
```
You can read truffle install doc [here](https://truffleframework.com/docs/getting_started/installation)1. Ganache(One click ethereum private net).
Two options exist. When you run this repository on your local environment, desktop app will help you know what's happening on the blockchain. But for the CI/CD environment, 'ganache-cli' will be a better option.
- [ganache-cli](https://github.com/trufflesuite/ganache-cli)
- [ganache desktop app](https://truffleframework.com/ganache)# Contributors
[Wanseob Lim](https://github.com/james-lim)# License
[MIT](LICENSE)