warthog-network / Warthog

Experimental cryptocurrency implementation
MIT License
21 stars 13 forks source link

[FEAT] Thinking about wallet rpc #48

Closed JulsKawa closed 6 months ago

JulsKawa commented 6 months ago

Xeggex suggest us to add such rpc/tool to :


{
 "address": "x",
 "privateKey": "x",
 "publicKey": "x"
}

{ "address": "x", "publicKey": "x" "isValid": true }

JulsKawa commented 6 months ago

Implemented in 0.4.14