Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 320 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 320 Bytes

Marketpalace Raise Contract

build

  1. make
  2. make optimize

store contract on chain

provenanced -t tx wasm store ./artifacts/marketpalace_raise_contract.wasm \
  --home $NODE \
  --from validator \
  --chain-id $CHAIN \
  --gas auto --gas-prices 1905nhash --gas-adjustment 2 \
  --yes