-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
31 additions
and
1,620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,17 @@ | ||
# Validators School Sputnik Testnet | ||
# Validators School Sputnik Testnet (Group 4.1) | ||
|
||
> This is a testnet sputnik app chain repository for Group 4.1 | ||
> | ||
> Here you can find all the information you need to successfully pass the testnet | ||
## Sputnik app-chain binaries installation (sputnikd) | ||
### Testnet planning | ||
[testnet-planning.md](testnet-planning.md) | ||
|
||
Sputnik app testnet binary repo | ||
https://github.com/Distributed-Validators-Synctems/sputnik-app-chain-practice | ||
|
||
``` | ||
commit: d3ed2906478c1558e4be1a2e0f98305f7be46832 | ||
cosmos_sdk_version: v0.47.13-ics-lsm | ||
go: go version go1.21.9 linux/amd64 | ||
name: sputnik | ||
server_name: sputnik | ||
version: main-d3ed2906478c1558e4be1a2e0f98305f7be46832 | ||
``` | ||
|
||
## GenTx generation | ||
|
||
### Init | ||
```bash: | ||
sputnikd init "<moniker-name>" --chain-id <current course chain id> | ||
``` | ||
|
||
### Generate keys | ||
|
||
```bash: | ||
# To create new keypair - make sure you save the mnemonics! | ||
sputnikd keys add <key-name> | ||
``` | ||
### Testnet instructions | ||
[testnet-instructions.md](testnet-instructions.md) | ||
|
||
or | ||
``` | ||
# Restore existing odin wallet with mnemonic seed phrase. | ||
# You will be prompted to enter mnemonic seed. | ||
sputnikd keys add <key-name> --recover | ||
``` | ||
or | ||
``` | ||
# Add keys using ledger | ||
sputnikd keys show <key-name> --ledger | ||
``` | ||
|
||
Check your key: | ||
``` | ||
# Query the keystore for your public address | ||
sputnikd keys show <key-name> -a | ||
``` | ||
|
||
### Create account to genesis | ||
|
||
``` | ||
sputnikd add-genesis-account <key-name> 10000000usputnik | ||
``` | ||
|
||
### Create GenTX | ||
### Sputnik app chain repo (testnet) | ||
https://github.com/Distributed-Validators-Synctems/sputnik-app-chain-practice | ||
|
||
``` | ||
# Create the gentx. | ||
# Note, your gentx will be rejected if you use any amount greater than 10000000usputnik. | ||
sputnikd genesis gentx <key-name> 10000000usputnik --chain-id <current course chain id> | ||
``` | ||
### Sputnik app chain explorer (testnet) | ||
TDB |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.