Skip to content

Instantly share code, notes, and snippets.

@CowboyJim
Last active February 17, 2017 19:19
Show Gist options
  • Save CowboyJim/2d765dc8b13da9c2248e35e259dfddf1 to your computer and use it in GitHub Desktop.
Save CowboyJim/2d765dc8b13da9c2248e35e259dfddf1 to your computer and use it in GitHub Desktop.
Payment Directory Distributed Application Code
{
"Banks": {
"0xdbfc61a3657fc9c70356bc93d54e4a23081b0d24": {
"name": "National Bank",
"routing": "026005092"
},
"0x808e096baf29663de55fb8f7b2c23b3cf8f176dd": {
"name": "Pine Tree Bank",
"routing": "053000196"
}
},
"Owners": {
"id": "123456789",
"name": "Jane Doe",
"aliases": {
"jane.doe@gmail.com": {
"type": "email",
"bankAddress": "0xdbfc61a3657fc9c70356bc93d54e4a23081b0d24",
"account": "123456789"
},
"7044519990": {
"type": "phone",
"bankAddress": "0x808e096baf29663de55fb8f7b2c23b3cf8f176dd",
"account": "987654321"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment