Are you familiar with Ethereum and web3js-API in node js?
I used the framework sails, and I am a little bit confused about how to generate a new account. For now i used web3js-API v.1.0.0. I can get the current account and balance. I try to create a new account, but it returns an error, saying create is not a function, etc.
I used testnet, how can I connect it to metamask (Rinkeby Network)? So if I generate a new account, the account will appear in the metamask account list also.
If you know, please share. Thanks.