Currently, blocks are created and signed using the block_create RPC command, however to limit exposure of the private key and avoid sharing it with a public node, it would be preferable to sign blocks locally.
This is also how rpc.nano.to handles blocks, preparing the library for compatibility with the service.
Currently, blocks are created and signed using the
block_create
RPC command, however to limit exposure of the private key and avoid sharing it with a public node, it would be preferable to sign blocks locally.This is also how
rpc.nano.to
handles blocks, preparing the library for compatibility with the service.