Home | Diary | Todo | Index | About |
Related: CityCoin
HoloChain.org
wget https://sh.rustup.rs
bash sh.rustup.rs
rustup toolchain install nightly
rustup override set nightly
rustup default nightly # switch to the nightly rust toolchain as your default
rustup target add wasm32-unknown-unknown --toolchain nightly # adds WASM as a compilation target
git clone https://github.com/holochain/HoloWorld
git clone https://github.com/holochain/holochain-rust
git clone https://github.com/holochain/holochain-cmd
cd holochain-cmd
cargo install -f --path .
cargo build --target=wasm32-unknown-unknown