Wallet Class WIP

This commit is contained in:
Matias Alejo Garcia 2014-04-14 17:17:56 -03:00
commit 296c78cdf0
10 changed files with 8152 additions and 249 deletions

View file

@ -7,4 +7,8 @@ var config = {
maxPeers: 5,
requiredCopayers: 2,
totalCopayers: 3
insight: {
host: 'localhost',
port: 3001
},
};