All Projects → bitconch → Bitconch Core

bitconch / Bitconch Core

Licence: other
A new distributed web protocol for smart contracts and decentralized applications.

Programming Languages

rust
11053 projects
golang
3204 projects

Projects that are alternatives of or similar to Bitconch Core

Blockchain Starter Kit
The training course for better understanding the blockchain from the ground up: a project template to create as simple as possible implementation of a blockchain.
Stars: ✭ 75 (-63.05%)
Mutual labels:  blockchain, distributed-ledger
Dotnet Stellar Sdk
Stellar API SDK for .NET Core 2.x and .NET Standard 2.0
Stars: ✭ 97 (-52.22%)
Mutual labels:  blockchain, distributed-ledger
Iroha Javascript
JavaScript library for Iroha, a Distributed Ledger Technology (blockchain) platform.
Stars: ✭ 77 (-62.07%)
Mutual labels:  blockchain, distributed-ledger
Iroha
Iroha - A simple, decentralized ledger
Stars: ✭ 1,015 (+400%)
Mutual labels:  blockchain, distributed-ledger
Composer
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Stars: ✭ 1,676 (+725.62%)
Mutual labels:  blockchain, distributed-ledger
Fabric Baseimage
Stars: ✭ 53 (-73.89%)
Mutual labels:  blockchain, distributed-ledger
Fabric Chaintool
Stars: ✭ 89 (-56.16%)
Mutual labels:  blockchain, distributed-ledger
Nanocoin
A toy currency
Stars: ✭ 787 (+287.68%)
Mutual labels:  blockchain, distributed-ledger
Fabric Gateway Java
Hyperledger Fabric Gateway SDK for Java https://wiki.hyperledger.org/display/fabric
Stars: ✭ 122 (-39.9%)
Mutual labels:  blockchain, distributed-ledger
Composer Sample Applications
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Stars: ✭ 110 (-45.81%)
Mutual labels:  blockchain, distributed-ledger
Blockchain Explorer
Stars: ✭ 984 (+384.73%)
Mutual labels:  blockchain, distributed-ledger
Advanced Eos Examples
EOS Smart Contract Development Examples
Stars: ✭ 146 (-28.08%)
Mutual labels:  blockchain, distributed-ledger
Fabric Sdk Java
Stars: ✭ 982 (+383.74%)
Mutual labels:  blockchain, distributed-ledger
Composer Tools
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Stars: ✭ 75 (-63.05%)
Mutual labels:  blockchain, distributed-ledger
Scalardl
Tamper-evident and scalable distributed ledger platform
Stars: ✭ 34 (-83.25%)
Mutual labels:  distributed-ledger, distributed-database
Iroha Ios
iOS Swift library for Iroha, a simple distributed ledger
Stars: ✭ 81 (-60.1%)
Mutual labels:  blockchain, distributed-ledger
Cello
Operating System for Enterprise Blockchain
Stars: ✭ 715 (+252.22%)
Mutual labels:  blockchain, distributed-ledger
Ontology
Official Go implementation of the Ontology protocol. https://dev-docs.ont.io/#/
Stars: ✭ 743 (+266.01%)
Mutual labels:  blockchain, distributed-ledger
Iroha Android
Android library for Iroha, a Distributed Ledger Technology (blockchain) platform.
Stars: ✭ 108 (-46.8%)
Mutual labels:  blockchain, distributed-ledger
Blockchain
blockchain (crypto) tools, libraries & scripts in ruby
Stars: ✭ 143 (-29.56%)
Mutual labels:  blockchain, distributed-database

Bitconch

A New Distributed Web Protocol for Smart Contracts and DApps.

This repo is the official implementation of the Bitconch Chain protocol.

Testnet

There are two channels of testnet stable and nightly.

We provided installation scripts for install stable version of Bitconch chain, code-name "Buffett" on the local machine.

Build and Deploy

Ubuntu

  1. run preset.sh to install pre-requisits
preset.sh
pip3 install colorama
  1. deploy the Bitconch
./deploy-stable.py

Windows

WIP

For first time user on windows

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

  2. Install mingw, go, rust

  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"

How to contribute (Bitconch Improvement Proposal - BUSIP)


People wishing to submit BUSIPs, first should propose their idea or document to the issue tab. 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.

Magna Carta of Bitconch

Bitconch is dedicated to build a global community of developers. This part is still in WIP, please post your ideas to the issue with tag of #BUSIP

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].