Skip to content
/ BUS Public
forked from bitconch/bitconch-core

A New Distributed Web Protocol for Smart Contracts and DApps

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER
Notifications You must be signed in to change notification settings

WJLGH/BUS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 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

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

No packages published

Languages

  • Go 86.3%
  • C 5.4%
  • JavaScript 4.5%
  • Solidity 1.1%
  • C++ 0.9%
  • Assembly 0.4%
  • Other 1.4%