Skip to content

Commit

Permalink
GitBook: [#15] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb authored and gitbook-bot committed Jul 30, 2022
1 parent 40f0e2b commit 6895824
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion developers/tesnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,24 @@ make install

### Deploying a contract 

1- Create a stars address

```
starsd keys add testnet-key
- name: testnet-key
type: local
address: stars1e9rf2y807g32jv88j9ydpe7082rk9ck8w79xtz
pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Aidseu5Pl9DYHGZpCE2CkqLckQ6KSgC5IJvLL1yc+lpo"}'
mnemonic: ""
```
starsd tx wasm store conctract.wasm --from [key-name] \

```
starsd tx wasm store conctract.wasm --from testnet-key \
--gas-prices 0.025ustars --gas-adjustment 1.7 \
--gas auto --chain-id elgafar-1 --node https://rpc.elgafar-1.stargaze-apis.com:443
Expand Down

0 comments on commit 6895824

Please sign in to comment.