Coder Social home page Coder Social logo

maczniak / codechain Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codechain-io/codechain

0.0 2.0 0.0 2.37 MB

Programmable multi-asset chain

Home Page: https://codechain.io/

License: GNU Affero General Public License v3.0

Rust 70.00% Shell 0.06% Makefile 0.21% M4 0.97% C 21.85% Python 1.10% Assembly 1.03% C++ 3.64% Java 1.14%

codechain's Introduction

CodeChain Core Build Status Gitter: Parity License: AGPL v3

CodeChain is a programmable open source blockchain technology optimal for developing and customizing multi-asset management systems.

Build

Download CodeChain code

git clone [email protected]:CodeChain-io/codechain.git
cd codechain

Build in release mode

cargo build --release

This will produce an executable in the ./target/release directory.

Run

To run CodeChain, just run

./target/release/codechain

Formatting

Make sure you run rustfmt before creating a PR to the repo. You need to install the nightly-2018-05-07 version of rustfmt.

rustup toolchain install nightly-2018-05-07
rustup component add rustfmt-preview --toolchain nightly-2018-05-07

To run rustfmt,

cargo +nightly-2018-05-07 fmt

Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run with: cargo test --all. For more details, please reference [[Unit Tests]].

User Manual

Under docs folder, run following command.

make html

User manual will be generated at docs/_build/html.

License

CodeChain is licensed under the AGPL License - see the LICENSE file for details

codechain's People

Contributors

kseo avatar joojis avatar sgkim126 avatar majecty avatar scarletblue avatar

Watchers

James Cloos avatar Jeon Jeongho avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.