r/place on the blockchain
Install git hooks
just devsetup
Install trunk, which is used to serve our web application
rustup target add wasm32-unknown-unknown
cargo install --locked trunk wasm-bindgen-cli
If doing smart contract development, you can run a local node using anvil
anvil
- cli to deploy contract onto net
- reimplement some parts of yew-etherum-provider
- write handler functions to interact with the smart contract