web3 icon indicating copy to clipboard operation
web3 copied to clipboard

Add create account and sign functions

Open treeder opened this issue 6 years ago • 0 comments

web3 account create => generates an account and prints the address and private key
web3 sign "some data" => [this](https://web3js.readthedocs.io/en/1.0/web3-eth-accounts.html#sign)

Hopefully without importing these functions from main gochain repo, probably better vice versa.

  • [x] web3 account create
  • [ ] web3 sign DATA

treeder avatar Feb 07 '19 00:02 treeder