Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Feb 2, 2024
1 parent e3ce9fe commit 8761b98
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/build/iota-sandbox/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The commands assume you are using Linux.
Once you have completed all the installation [requirements](#requirements), you can download the sandbox. The following command will download the latest version.

```sh
mkdir iota-sandbox && cd iota-sandbox && curl -L https://github.com/iotaledger/iota-sandbox/releases/download/v1.0.0-rc.2/iota_sandbox.tar.gz | tar -zx
mkdir iota-sandbox && cd iota-sandbox && curl -L https://github.com/iotaledger/iota-sandbox/releases/download/v1.0.0-rc.4/iota_sandbox.tar.gz | tar -zx
```

### Prepare
Expand Down
2 changes: 1 addition & 1 deletion docs/build/iota-sandbox/docs/how-tos/interact-wasp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ keywords:
- chain
---

The sandbox comes with a bootstrapped wasp chain and the [EVM Toolkit](https://github.com/iotaledger/evm-toolkit) preconfigured. You can find its ID and RPC url in the [Wasp Dashboard](../references/endpoints.md#Wasp).
The sandbox comes with a bootstrapped wasp chain and the [EVM Toolkit](https://github.com/iotaledger/evm-toolkit) preconfigured. You can find its ID and RPC url in the [Wasp Dashboard](../references/endpoints.md#Wasp). Together with the prefunded [L2 account](../references/keys.md#l2-account) you can use it together with tools like hardhat or ethers.js.
21 changes: 12 additions & 9 deletions docs/build/iota-sandbox/docs/references/keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,39 @@ keywords:
---
## Keys

You can use the following mnemonics and keys to access while working with the IOTA Sandbox.
You can use the following pre-funded mnemonics and addresses while working with the IOTA Sandbox.

### Wallet

| Name | Value |
|-------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
| Token mnemonic | giant dynamic museum toddler six deny defense ostrich bomb access mercy blood explain muscle shoot shallow glad autumn author calm heavy hawk abuse rally |
| Token ed25519 private key | 52d23081a626b1eca34b63f1eaeeafcbd66bf545635befc12cd0f19926efefb031f176dadf38cdec0eadd1d571394be78f0bbee3ed594316678dffc162a095cb |
| Token bech32 address with `snd` HRP | snd1qpszqzadsym6wpppd6z037dvlejmjuke7s24hm95s9fg9vpua7vluuwu49a |
| Token bech32 address with `snd` HRP | snd1qqx6kw52j70ed3mr5pukt048kya86vnxp33d3czvhpp9r6rvljg922ksxeq |

### Faucet

| Name | Value |
|-------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Token mnemonic | average day true meadow dawn pistol near vicious have ordinary sting fetch mobile month ladder explain tornado curious energy orange belt glue surge urban |
| Token ed25519 private key | 887844b1e6bf9ca9e0b57584656add4370dbb49a8cb79e2e3032229f30fd80359e3df559ad0de8e5fa019b9ea46d1ee40879f3f3f74594a3306de9dfd43dcd25 |
| Token bech32 address with `snd` HRP | snd1qq2kvnu9pqzptkggrpqrvltvagccsh6aj2fkdhla7p3lrsy9dwhdzpu0epw |
| Token bech32 address with `snd` HRP | snd1qzu4rgaqaymc7udxfm23urh98xr2yy4cezlmpsc7808v0skahdvax882xtm |

### INX-Spammer

| Name | Value |
|-------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| Token mnemonic | reward addict anger tongue denial supply cattle lawn foot climb ask friend base spring ensure spike alien equal burst bitter crowd august ignore animal |
| Token ed25519 private key | d50e772a711c3bf71ae676a8dc6a9726346c200d676a8fa7a6e254f341233115e073300fae90b10163e4b2b70c3fa8a93360992ed1a4cc2f6b386b5121c540a4 |
| Token bech32 address with `snd` HRP | snd1qqweu75ldpyann5jsthqsa6m0thx4tmqxncj6uqxf5q974pmqx30yfng7ya |
| Token bech32 address with `snd` HRP | snd1qre96hg2vhuzr7apqxeqtp8cs66ndfcjx0sdhpgr6xlhfeh0a2hzj2zmcll |

### Wasp Default Chain

| Name | Value |
|-------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
| Token mnemonic | income seed actor ankle gesture sock twenty satoshi bonus sister use afraid phrase muffin purse alpha year volcano name recall slim stick sister eagle |
| EVM Address | snd1qqrku7yz0wd87v20qxnd7hyzunjpt36jckk5t227k93e5rhzhtqlxwk4qsu |

### L2 Account

| Name | Value |
|-------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Token mnemonic | echo mass dentist hood neutral claw fragile scare magnet float citizen pink order hundred village edge quality excuse donor spawn heart happy extend resist |
| Token ed25519 private key | f3bdf3ad8f401d1a2857d0eca48e440e600b6ff418db5cff80c5a7683c13215f17c992a74a2e5a2af9de651e2afba8e0c4ccfc817b51d452098cd388655d7d83 |
| Token bech32 address with `snd` HRP | snd1qzpxnxzg95yrk44runx2s9tkksxlytpgzn0g2d0vqk7enjvgmghcxg32wqj |
| Token bech32 address with `snd` HRP | 0xb62ea087c36eBd77Fb58174Ae162395722dE9Cb0 |

0 comments on commit 8761b98

Please sign in to comment.