github.com/Tri-stone/burrow@v0.25.0/tests/chain/genesis.json (about) 1 { 2 "GenesisTime": "2018-07-23T20:54:35.145610201Z", 3 "ChainName": "BurrowChain_D70885", 4 "Params": { 5 "ProposalThreshold": 1 6 }, 7 "GlobalPermissions": { 8 "Base": { 9 "Perms": "root | send | call | createContract | createAccount | bond | name | proposal | input | batch | hasBase | setBase | unsetBase | setGlobal | hasRole | addRole | removeRole", 10 "SetBit": "root | send | call | createContract | createAccount | bond | name | proposal | input | batch | hasBase | setBase | unsetBase | setGlobal | hasRole | addRole | removeRole" 11 } 12 }, 13 "Accounts": [ 14 { 15 "Address": "C9F239591C593CB8EE192B0009C6A0F2C9F8D768", 16 "PublicKey": { 17 "CurveType": "ed25519", 18 "PublicKey": "238E06AE1BD6485498A13BEC84BE3ADCCED699313E518EBD2C9C8BB4DF03F84E" 19 }, 20 "Amount": 99999999999999, 21 "Name": "Full_0", 22 "Permissions": { 23 "Base": { 24 "Perms": "root | send | call | createContract | createAccount | bond | name | proposal | input | batch | hasBase | setBase | unsetBase | setGlobal | hasRole | addRole | removeRole", 25 "SetBit": "root | send | call | createContract | createAccount | bond | name | proposal | input | batch | hasBase | setBase | unsetBase | setGlobal | hasRole | addRole | removeRole" 26 } 27 } 28 }, 29 { 30 "Address": "B45A407C2EBD15989DC8AB83284B31B0B6FB7C10", 31 "PublicKey": { 32 "CurveType": "ed25519", 33 "PublicKey": "860AD13F2223C22DDECEAD7C97191CC52B8F0A858527FA17FE5DC85D7F1520A8" 34 }, 35 "Amount": 9999999999, 36 "Name": "Participant_0", 37 "Permissions": { 38 "Base": { 39 "Perms": "send | call | name | hasRole", 40 "SetBit": "send | call | name | hasRole" 41 } 42 } 43 }, 44 { 45 "Address": "1AEEFD3783050219C3988098E152A11F02C4F4C4", 46 "PublicKey": { 47 "CurveType": "ed25519", 48 "PublicKey": "B9BA65BBBA1109E7DBEDB0D7266968E5E7C59E0050DFDB84C867CDCC5D84DED3" 49 }, 50 "Amount": 9999999999, 51 "Name": "Participant_1", 52 "Permissions": { 53 "Base": { 54 "Perms": "send | call | name | hasRole", 55 "SetBit": "send | call | name | hasRole" 56 } 57 } 58 } 59 ], 60 "Validators": [ 61 { 62 "Address": "C9F239591C593CB8EE192B0009C6A0F2C9F8D768", 63 "PublicKey": { 64 "CurveType": "ed25519", 65 "PublicKey": "238E06AE1BD6485498A13BEC84BE3ADCCED699313E518EBD2C9C8BB4DF03F84E" 66 }, 67 "Amount": 9999999999, 68 "Name": "Full_0", 69 "UnbondTo": [ 70 { 71 "Address": "C9F239591C593CB8EE192B0009C6A0F2C9F8D768", 72 "PublicKey": { 73 "CurveType": "ed25519", 74 "PublicKey": "238E06AE1BD6485498A13BEC84BE3ADCCED699313E518EBD2C9C8BB4DF03F84E" 75 }, 76 "Amount": 9999999999 77 } 78 ] 79 } 80 ] 81 }