eBitcoin (eBTC) Token is a Tokenized Bitcoin on Ethereum.
⭐ Please star our repository to show your support.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To setup the development environment for the project you will need the following:
- node
- npm
clone the repository
git clone https://github.com/eBTCCommunityTrustToken/eBTC.git
cd in to the cloned directory
cd eBTC
install required packages
npm install
run testrpc
npm run testrpc
run tests
npm run test
npm run coverage
npm run migrate
TODO
- NPM - Package manager for JavaScript
TODO
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backwards-compatible manner
- PATCH version when you make backwards-compatible bug fixes.
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
- eBitcoin (eBTC) Core Team
See also the list of contributors who participated in this project.
GNU General Public License Version 3
TODO