• Stars
    star
    475
  • Rank 92,465 (Top 2 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created almost 5 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Official Rust implementation of the Crust protocol

Crust ยท Build Status Substrate version GitHub license

Funded by web3 foundationย ย ย ย ย 

Implementation of a Crust Protocol node with substrate.

๐ŸŽฎ Join to Play

Please go to crust wiki, refer the node overview.

Building

โŒจ๏ธ Build from source

1. Install rust

If, after installation, running rustc --version in the console fails, refer to it to repair.

curl https://sh.rustup.rs -sSf | sh

2. Initialize your wasm build environment

./scripts/init.sh

3. Build wasm and native code

cargo build --release

*4. Troubleshooting

Depending on different building environments, if you cannot build the source code, please check the detail error message and try to run the corresponding commands to fix it

  • Debian/Ubuntu/Raspbian
sudo apt install gcc-multilib

wget https://apt.llvm.org/llvm.sh
chmod +x ./llvm.sh
sudo ./llvm.sh 10
sudo ln -s /usr/lib/llvm-10/bin/llvm-config /user/bin/llvm-config

sudo apt install gcc
sudo apt install clang
  • Fedora/RedHat/CentOS
sudo yum -y install gcc
sudo yum -y install clang

Also, you can join discord to get help

๐Ÿณ Dockerize

Please refer this to see how to build and run crust with docker.

โ›ฐ Live Network

1. Connect to mainnet

The default branch mainnet can be build and connect to mainnet.

./target/release/crust --chain mainnet

2. Connect to maxwell

Please checkout the branch release/0.11.1, then build and connect to maxwell

./target/release/crust --chain maxwell

Get the bootnodes from here.

๐Ÿ• Dev Network

1. Connect to rocky

Rocky has the same function and parameters with Mainnet, developers can deploy applications on this free test network. Read more about rocky.

./target/release/crust --chain rocky

2. Run as dev

Purge any existing developer chain state:

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

Start a development chain with:

./target/release/crust --dev

Detailed logs may be shown by running the node with the following environment variables set: RUST_LOG=debug RUST_BACKTRACE=1 cargo run -- --dev.

3. Run as local

If you want to see the multi-node consensus algorithm in action locally, then you can create a local testnet with two validator nodes for Alice and Bob, who are the initial authorities of the genesis chain that have been endowed with testnet units.

You'll need two terminal windows open.

We'll start Alice's substrate node first on default TCP port 30333 with her chain database stored locally at /tmp/alice. The bootnode ID of her node is 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, which is generated from the --node-key value that we specify below:

./target/release/crust \
  --base-path /tmp/alice \
  --chain local \
  --alice \
  --node-key 0000000000000000000000000000000000000000000000000000000000000001

In the second terminal, we'll start Bob's substrate node on a different TCP port of 30334, and with his chain database stored locally at /tmp/bob. We'll specify a value for the --bootnodes option that will connect his node to Alice's bootnode ID on TCP port 30333:

./target/release/crust \
  --base-path /tmp/bob \
  --chain local \
  --bob \
  --port 30334 \
  --bootnodes /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp

Additional CLI usage options are available and may be shown by running cargo run -- --help.

๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ Contribution

Please follow the contributions guidelines as outlined in docs/CONTRIBUTION.md. In all communications and contributions, this project follows the Contributor Covenant Code of Conduct.

License

Apache 2.0

More Repositories

1

crust-wiki

The source of truth for Crust
JavaScript
122
star
2

free-storage

Free Storage is a token application channel for developers/community fans who want to try decentralized storage functions on Crust MainNet.
TypeScript
38
star
3

crust-sworker

sWorker(storage worker) is an offchain storage work inspector of Crust MPoW protocol running inside TEE enclave
C++
37
star
4

crust-node

Official crust node service for running crust protocol
Shell
26
star
5

crust-apps

Crust web apps based on https://github.com/polkadot-js/apps
TypeScript
25
star
6

crust-api

This project is used to provide Restful API for Crust chain
TypeScript
18
star
7

ipfs-w3auth-gateway

A web3 authentication service on IPFS gateway
TypeScript
16
star
8

ipfs-crust-action

Pin your site to Crust IPFS Network from Github Action
JavaScript
13
star
9

Crust-Grants-Program

13
star
10

ipfs-w3auth-pinning-service

IPFS remote pinning service by using Crust
TypeScript
10
star
11

ipfsscan

TypeScript
10
star
12

crust.js

This library provides additional typing information for user to access Crust Network by using polkadot.js.
TypeScript
8
star
13

encrypted-ipfs

Encrypted IPFS readme
7
star
14

crust-demo

Basic code examples based on Crust
TypeScript
7
star
15

ipfs-upload-action

Publish a static website to crustwebsites.net public gateway
JavaScript
7
star
16

crust-files

Standalone crust files
TypeScript
7
star
17

ipfs-crust-pinner

Pin sites with github action, also the typical workflow of Decentralized Crust pin
7
star
18

crust-sworker-teaclave

The rust implement of Crust MPoW offchain protocol
Rust
6
star
19

crust-smanager

A storage manager integrated with Crust, IPFS and sWorker(storage inspector) of Crust protocol
TypeScript
5
star
20

crust-cli

The Crust command-line interface (Crust CLI) is a set of commands used to access Crust Network resources
JavaScript
5
star
21

crust-extension

Simple browser extension for managing Crust Network accounts in a browser and allowing the signing of extrinsics using these accounts. Also provides a simple interface for compliant extensions for dapps.
JavaScript
4
star
22

eth-storage-contract

The storage contract on ETH chain
Solidity
3
star
23

decentralized-attestation-chain

The TEE chain aimed on certificate nodes based on Substrate
C++
2
star
24

Crust-Grant-Milestone-Delivery

2
star
25

tonbags-contract

TypeScript
1
star
26

crust-replicas-action

JavaScript
1
star
27

cross-chain

TypeScript
1
star
28

go-ipfs-encryptor

Go
1
star
29

algorand-storage-contract

The storage contract on Algorand chain
Python
1
star
30

ethda-blobs

TypeScript
1
star
31

folder-analyzer

Analyze folder transactions in the Crust chain
TypeScript
1
star