lsdblockchain
v2.0.0
Published
LSD is an official contract on the Ethereum Network (0x661229DAe05e769D03CeE7ca447d9A7d5619D082)
Downloads
3
Maintainers
Readme
lsdblockchain documentation
#npm install lsdblockchain
#create a wallet ##inside lsdblockchain node package - execute the following command on nodejs: node createwallet
##to view your balance ##node balance
##to view your public key (your lsdblockchain address) ##node publickey
##to send lsdblockchain (edit the top line in the send file to the addressto and amount) ##node send
##to send via prompt ##npm install prompt ##node sendviaprompt ##this will ask you then what the address to and amount is.