Starcoin Learn Resource

tags: Starcoin Web3 StarTrek The documentation of Starcoin are written in multiple places: The Developers Documentation on the main site English Version Chinese Version The Starcoin Cookbook English Version Chinese Version

June 1, 2022 · 1 min · Gray King

Compile Starcoin from Source And Setup a Dev Node

tags: Starcoin Web3 StarTrek Why compile starcoin from source? Why not download a released binary? Because I want to contribute code to it, maybe in the future. But the toolchain is awesome, the progress is very simple. Just two steps: Clone the code from GitHub git clone git@github.com:starcoinorg/starcoin.git Run scripts/dev_setup.sh: cd starcoin ./scripts/dev_setup.sh Then we are ready to compile: cargo build Wait? You haven’t install Rust yet? Please refer to Getting started. ...

May 31, 2022 · 1 min · Gray King

Starcoin Web3 StarTrek

tags: Web3 Learn journal of Starcoin Web3 StarTrek Program, check the follow “Links to this note”.

May 31, 2022 · 1 min · Gray King

Blogchain

tags: ipfs source: https://blogchain.app/home

May 31, 2022 · 1 min · Gray King

ipfs

source: https://github.com/ipfs/ipfs site: https://ipfs.io/

May 31, 2022 · 1 min · Gray King