d9bfa4562e
- updated the network explorer - updated new vesting contract - updated the version of comos-sdk to be used
3 lines
167 B
Docker
3 lines
167 B
Docker
FROM rust
|
|
RUN rustup target add wasm32-unknown-unknown
|
|
CMD cd nym/contracts/vesting && RUSTFLAGS='-C link-arg=-s' cargo build --release --target wasm32-unknown-unknown |