A New Distributed Web Protocol for Smart Contracts and DApps.
This repo is the official implementation of the Bitconch Chain protocol.
|___blaze_gpu\
|___build\
|___cdylib\
|___common\
|___core\
|___crypto\
|___docs\
|___gobin\
|___scripts\
|___smart_contract\
|___tokenissue\
|___vendor\
|___whitepaper\
|___deploy.py
|___preset.sh
- run preset.sh to install environment
preset.sh
pip3 install colorama
- run the leader node
./run1.sh
- open another terminal, and run token bot service
./run2.sh
- open another terminal, and run voter node
./run3.sh
- Open another terminal, and run the bench mark service
./run4.sh
WIP
For first time user on windows
-
Download and install Chcolate https://chocolatey.org/
-
Install mingw, go, rust
-
Download and install Visutal Studio Code https://code.visualstudio.com/
-
Register an account on Github.com
-
Download the Github desktop client from https://desktop.github.com
-
Clone this repo to your own local
-
Modify the code as you wish.
-
Commit the changes to your local repo. And push to your own remote repo.
-
Please make sure your contributions adhere to our coding guidelines:
- Code must adhere to the official Go formatting guidelines (i.e. uses gofmt).
- Code must be documented adhering to the official Go commentary guidelines.
- Pull requests need to be based on and opened against the
master
branch. - Commit messages should be prefixed with the package(s) they modify.
- E.g. "consensus: add new pckage buffett for POR consensus"
People wishing to submit BUSIPs, first should propose their idea or document to the caesar@bitconch.io mailing list. After discussion, please open a PR. After copy-editing and acceptance, it will be published here.
We are fairly liberal with approving BIPs, and try not to be too involved in decision making on behalf of the community. The exception is in very rare cases of dispute resolution when a decision is contentious and cannot be agreed upon. In those cases, the conservative option will always be preferred.
Having a BIP here does not make it a formally accepted standard until its status becomes Final or Active.
Bitconch is dedicated to build a global community of developers. This part is still in WIP, please send your email to caesar@bitconch.io if you have any good ideas.