Got build scripts working
This commit is contained in:
7
docker/setup.sh
Executable file
7
docker/setup.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
wasmd init --chain-id=testing testing
|
||||
wasmcli keys add validator
|
||||
wasmd add-genesis-account validator 1000000000stake,1000000000validatortoken
|
||||
wasmd gentx --name validator
|
||||
wasmd collect-gentxs
|
||||
Reference in New Issue
Block a user