Skip to content

Commit

Permalink
update for Group 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbloher committed Aug 14, 2024
1 parent d396b0d commit fab001f
Show file tree
Hide file tree
Showing 33 changed files with 31 additions and 1,620 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
69 changes: 12 additions & 57 deletions README.md
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
15 changes: 0 additions & 15 deletions Transactions - nixem

This file was deleted.

5 changes: 0 additions & 5 deletions Transactions/Uram.transactions.txt

This file was deleted.

Loading

0 comments on commit fab001f

Please sign in to comment.