# Also starts nginx to proxy requests to the api server
docker-compose up
# in a new terminal
docker-compose exec secretdev \
secretcli rest-server \
--node tcp://localhost:26657 \
--trust-node \
--laddr tcp://0.0.0.0:1317
git clone https://github.com/enigmampc/SecretNetwork/
cd SecretNetwork/cosmwasm-js
# check out develop branch for now
git checkout develop
# build the JS components
yarn build
# start the faucet
cd packages/faucet
yarn dev-start
docker-compose exec secretdev \
secretcli tx send \
a secret1pkptre7fdkl6gfrzlesjjvhxhlc3r4gmenn2dx \
100000000000uscrt --from a \
--keyring-backend test --yes
node client/scripts/deploy_contract.js
cd client
yarn start:local