Step 2
Roll
Deploy your own custom blockchain in seconds or easily connect to an existing one to develop sophisticated financial or legal applications.
// Note, this is an incomplete example. Do not copy and paste!
{
"genesis_time": "2015-11-19T21:06:11.000Z",
"chain_id": "idiaminchain",
"accounts": [
{
"address": "FECEE6FF5CD166D8A2423143D8DBE27C7FC6CB1B",
"amount": 2251799813685248,
"name": "idiaminchain_admin",
"permissions": {
"base": {
"perms": 16383,
"set": 16383
},
"roles": []
}
},
{
"address": "8344F45F69A0A0CD2DB3473B9E436E449693FA7C",
"amount": 2251799813685248,
"name": "idiaminchain_val_00",
"permissions": {
"base": {
"perms": 32,
"set": 127
},
"roles": []
}
},
...