Skip to content

wozhuibenle/BUS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

178 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bitconch

A New Distributed Web Protocol for Smart Contracts and DApps. Bitconch is the official golang implementation of the Bitconch Chain protocol.

Build the source

You can build your bus the Bitconch CLI command. Building bus requires both a Go (version 1.7 or later) and a C compiler. You can install them using your favourite package manager. If you are a windows guy, you can follow the Contribution guide below to install Chocolatey. Once the dependencies are installed, run

make bus

How to contribute (Bitconch Improvement Proposal - BUSIP)

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.

Setup Env on Windows10/8/7

  1. Download and install Chcolate https://chocolatey.org/

  2. Install mingw and go using chocolatey

  3. Download and install Visutal Studio Code https://code.visualstudio.com/

  4. Register an account on Github.com

  5. Download the Github desktop client from https://desktop.github.com

  6. Clone this repo to your own local

  7. Modify the code as you wish.

  8. Commit the changes to your local repo. And push to your own remote repo.

  9. 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"
  10. Install Cygwin and you can build the whole project.

Setup Env on Ubuntu

WIP.

Magna Carta of Bitconch

Bitconch is dedicated to build a global community of developers. Aneyone

About

A New Distributed Web Protocol for Smart Contracts and DApps

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 68.9%
  • C 13.6%
  • Rust 5.8%
  • JavaScript 3.6%
  • Cuda 1.6%
  • Objective-C 1.5%
  • Other 5.0%