Skip to content

PadlockApp/SecretVault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Padlock key manager

Start the network

# Also starts nginx to proxy requests to the api server
docker-compose up

Start the rest-server so we can query the network

# in a new terminal
docker-compose exec secretdev \
  secretcli rest-server \
  --node tcp://localhost:26657 \
  --trust-node \
  --laddr tcp://0.0.0.0:1317

Start the faucet, to fund burner wallets

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

Fund the faucet holder (if this is different from your test account)

docker-compose exec secretdev \
  secretcli tx send \
  a secret1pkptre7fdkl6gfrzlesjjvhxhlc3r4gmenn2dx \
  100000000000uscrt --from a \
  --keyring-backend test --yes

Deploy the contract

node client/scripts/deploy_contract.js

Start the app

cd client
yarn start:local

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published