|
| 1 | +# Local Simd development network |
| 2 | + |
| 3 | +## Starting the blockchain |
| 4 | + |
| 5 | +Run the following: |
| 6 | + |
| 7 | +``` |
| 8 | +cd scripts/simapp53 |
| 9 | +./start.sh |
| 10 | +``` |
| 11 | + |
| 12 | +## Preset accounts |
| 13 | + |
| 14 | +1. **Faucet**\ |
| 15 | + economy stock theory fatal elder harbor betray wasp final emotion task |
| 16 | + crumble siren bottom lizard educate guess current outdoor pair theory focus |
| 17 | + wife stone\ |
| 18 | + Address 0: cosmos1pkptre7fdkl6gfrzlesjjvhxhlc3r4gmmk8rs6\ |
| 19 | + Address 1: cosmos10dyr9899g6t0pelew4nvf4j5c3jcgv0r73qga5\ |
| 20 | + Address 2: cosmos1xy4yqngt0nlkdcenxymg8tenrghmek4nmqm28k\ |
| 21 | + Address 3: cosmos142u9fgcjdlycfcez3lw8x6x5h7rfjlnfhpw2lx\ |
| 22 | + Address 4: cosmos1hsm76p4ahyhl5yh3ve9ur49r5kemhp2r0dcjvx\ |
| 23 | + Pubkey 0: A08EGB7ro1ORuFhjOnZcSgwYlpe0DSFjVNUIkNNQxwKQ\ |
| 24 | + Pubkey 1: AiDosfIbBi54XJ1QjCeApumcy/FjdtF+YhywPf3DKTx7\ |
| 25 | + Pubkey 2: AzQg33JZqH7vSsm09esZY5bZvmzYwE/SY78cA0iLxpD7\ |
| 26 | + Pubkey 3: A3gOAlB6aiRTCPvWMQg2+ZbGYNsLd8qlvV28m8p2UhY2\ |
| 27 | + Pubkey 4: Aum2063ub/ErUnIUB36sK55LktGUStgcbSiaAnL1wadu |
| 28 | +2. **Alice**: Test account for the cosmwasm package that can run in parallel |
| 29 | + with faucet without sequence conflicts\ |
| 30 | + enlist hip relief stomach skate base shallow young switch frequent cry park\ |
| 31 | + Address 0: cosmos14qemq0vw6y3gc3u3e0aty2e764u4gs5le3hada\ |
| 32 | + Address 1: cosmos1hhg2rlu9jscacku2wwckws7932qqqu8x3gfgw0\ |
| 33 | + Address 2: cosmos1xv9tklw7d82sezh9haa573wufgy59vmwe6xxe5\ |
| 34 | + Address 3: cosmos17yg9mssjenmc3jkqth6ulcwj9cxujrxxzezwta\ |
| 35 | + Address 4: cosmos1f7j7ryulwjfe9ljplvhtcaxa6wqgula3etktce\ |
| 36 | + Pubkey 0: A9cXhWb8ZpqCzkA8dQCPV29KdeRLV3rUYxrkHudLbQtS\ |
| 37 | + Pubkey 1: A4XluzvcUx0ViLF0DjYW5/noArGwpltDstoUUZo+g1b0\ |
| 38 | + Pubkey 2: A5TKr1NKc/MKRJ7+EHDD9PlzmGaPD/di/6hzZyBwxoy5\ |
| 39 | + Pubkey 3: A/HSABDUqMB2qDy+PA7fiuuuA+hfrco2VwwiThMiTzUx\ |
| 40 | + Pubkey 4: A7usTiqgqfxL/WKhoephDUSCHBQlLagtwI/qTmEteTRM |
| 41 | +3. **Bob**: Test account (unused for now)\ |
| 42 | + remain fragile remove stamp quiz bus country dress critic mammal office need\ |
| 43 | + Address 0: cosmos1lvrwcvrqlc5ktzp2c4t22xgkx29q3y83lktgzl\ |
| 44 | + Address 1: cosmos1vkv9sfwaak76weyamqx0flmng2vuquxqcuqukh\ |
| 45 | + Address 2: cosmos106jwym4s9aujcmes26myzzwqsccw09sdm0v5au\ |
| 46 | + Address 3: cosmos1c7wpeen2uv8thayf7g8q2rgpm29clj0dgrdtzw\ |
| 47 | + Address 4: cosmos1mjxpv9ft30wer7ma7kwfxhm42l379xutplrdk6\ |
| 48 | + Pubkey 0: A0d/GxY+UALE+miWJP0qyq4/EayG1G6tsg24v+cbD6By\ |
| 49 | + Pubkey 1: Agqd6njsVEQD1CR+F2aqEb8hil5NXZ06mjKgetaNC12t\ |
| 50 | + Pubkey 2: A6e9ElvKaM0DKWh1bIdK3bgB14dyEDgIXYMA0Lbs1GoQ\ |
| 51 | + Pubkey 3: AkAK5PQaucieWMb0+tTRY01feYI+upRnoNK556eD0Ibb\ |
| 52 | + Pubkey 4: A5HMVEAJsupdQWItbZv5Z1xZifDixQi6tjU/hJpZY1bF |
| 53 | +4. **Unused**: for testing account state; this account never changes balances or |
| 54 | + sequences\ |
| 55 | + oyster design unusual machine spread century engine gravity focus cave carry |
| 56 | + slot\ |
| 57 | + ArkCaFUJ/IH+vKBmNRCdUVl3mCAhbopk9jjW4Ko4OfRQ\ |
| 58 | + cosmos1cjsxept9rkggzxztslae9ndgpdyt2408lk850u |
| 59 | +5. **Guest**: account for manual testing\ |
| 60 | + degree tackle suggest window test behind mesh extra cover prepare oak script\ |
| 61 | + Am/+YV0LaeqQPu7BDJuDHV7J8y68ptkGs10YS+9s71Nq\ |
| 62 | + cosmos17d0jcz59jf68g52vq38tuuncmwwjk42u6mcxej |
| 63 | + |
| 64 | +### Multisig accounts |
| 65 | + |
| 66 | +1. 1/5 threshold multisig of the first 5 faucet accounts\ |
| 67 | + cosmos1v75snhly7wfndk83ud4daygh397vcmkta8rlzq |
| 68 | +2. 2/5 threshold multisig of the first 5 faucet accounts\ |
| 69 | + cosmos1h90ml36rcu7yegwduzgzderj2jmq49hcpfclw9 |
| 70 | +3. 3/5 threshold multisig of the first 5 faucet accounts\ |
| 71 | + cosmos1d2mg2euvus3tu2tprfwrfzeal4xu7kygugjxjc |
0 commit comments