GithubHelp home page GithubHelp logo

songhaoxin / deeper-chain Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deeper-chain/deeper-chain

0.0 0.0 0.0 52.93 MB

deeper chain is the blockchain layer for deeper network.

License: Apache License 2.0

Rust 98.07% Shell 0.03% HTML 0.05% JavaScript 1.68% Handlebars 0.16%

deeper-chain's Introduction

deeper chain node

deeper chain node is built on top of Substrate v3.0.0 full node

Local Development

Get the required compiler version and wasm component before compiling.

rustup install nightly-2021-03-11
rustup target add wasm32-unknown-unknown --toolchain nightly-2021-03-11

# fix environmental package bug if it happens
cargo update -p environmental

# thread_local 1.1.2 has a bug: "memory leak"
cargo update -p thread_local

# update libp2p-swarm from v0.27.1 to v0.27.2
cargo update -p libp2p-swarm

# compile
cargo build --release

Run

Single Node Development Chain

Purge any existing dev chain state:

./target/release/deeper-chain purge-chain --dev

Start a dev chain:

./target/release/deeper-chain --dev

Or, start a dev chain with detailed logging:

RUST_LOG=debug RUST_BACKTRACE=1 ./target/release/deeper-chain -lruntime=debug --dev

Multi-Node Local Testnet

If you want to see the multi-node consensus algorithm in action, refer to our Start a Private Network tutorial.

Wallet Integration

See this doc

Update weights.rs in pallet

  1. Build deeper-chain with --features runtime-benchmarks
cd cli/
cargo build --release --features runtime-benchmarks
  1. Run shell command to update weights.rs
./target/release/deeper-chain benchmark  \
--chain=dev \
--steps=50 \
--repeat=20 \
--pallet=pallet_staking \
--extrinsic=* \
--execution=wasm \
--wasm-execution=compiled \
--heap-pages=4096 \
--output=./pallets/staking/src/weights.rs \
--template=./.maintain/frame-weight-template.hbs 

deeper-chain's People

Contributors

lzw65 avatar fyang1024 avatar chaosma avatar kzjin avatar clivia-hy avatar donileongdeepernetwork avatar donilan avatar amadeusgb avatar orangelovegithub avatar deeper-zjin avatar jerry-yu 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.