parent
86af109fac
commit
26e36fe243
@ -0,0 +1,11 @@ |
||||
# Plan |
||||
|
||||
1. Account instance |
||||
2. Create Account |
||||
3. Import prv key |
||||
4. Import/Export keystore file |
||||
5. BIP39 |
||||
6. BIP44 |
||||
7. Sign txn/message |
||||
8. getBalance |
||||
9. Wallet CRUD |
@ -0,0 +1,7 @@ |
||||
# Plan |
||||
|
||||
1. ECDSA |
||||
2. Random bytes |
||||
3. AES/DES for web3 |
||||
4. DRBG(?) |
||||
5. keyTools |
@ -0,0 +1,5 @@ |
||||
# Plan |
||||
1. RPC methods |
||||
2. Request and Response type def. |
||||
3. Middleware for provider |
||||
4. Base Provider |
@ -0,0 +1,5 @@ |
||||
# Plan |
||||
|
||||
1. validators |
||||
2. transformers |
||||
3. common tools |
Loading…
Reference in new issue