Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 344 Bytes

SETUP.md

File metadata and controls

17 lines (11 loc) · 344 Bytes

Setting up your development environment.

Make sure you have everything installed:

Rust (https://www.rust-lang.org/tools/install)

Golang (Should not be needed but can be useful for working with the Cosmos SDK)

then do:

cargo install cargo-generate --features vendored-openssl

cargo install cargo-run-script