nanocurrency / nano-docs

Documentation for the Nano protocol
https://docs.nano.org/
153 stars 120 forks source link

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

Open keerifox opened 1 year ago

keerifox commented 1 year ago

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.