nanocurrency/nano-docs

Creating Transactions guide advices `block_create`, bad practice when using a node run by someone else

keerifox opened this issue · 0 comments

https://docs.nano.org/integration-guides/key-management/#creating-transactions

Send Transaction - Step 2: Build block_create request
Receive Transaction - Step 2: Build block_create request
First Receive Transaction - Step 2: Build block_create request

All of those need to specify that when using public nodes (or other types of nodes that you don't run yourself) the block creation should be instead done locally using available dev libraries, rather than sending private key over the internet.