4.0.0 • Published 5 years ago
cominecoin v4.0.0
cominecoinapi
#npm install cominecoin
#create a wallet ##inside cominecoin node package - execute the following command on nodejs: node createwallet
##to view your balance ##node balance
##to view your public key (your cominecoin address) ##node publickey
##to send cominecoin (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.