IoTone / TheShellProject

The Shell Project aims to build a viable general purpose blockchain written in Dlang, with attributes of security, ease of deployment, clear specification, ease of use for DAPPs, and multiple implementation interop
1 stars 1 forks source link

Add a concept of wallet #68

Open truedat101 opened 5 years ago

truedat101 commented 5 years ago

Nem has a concept of a wallet:

https://github.com/QuantumMechanics/NEM-sdk/blob/master/src/model/objects/wallet.js

Overview of wallet support in SDK: https://github.com/QuantumMechanics/NEM-sdk#9---wallets

A key concept is that the accounts are encrypted. Need to read further to see if we can support multiple accounts per wallet.