1.0.0 • Published 4 years ago

fundcrypto v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

fundcryptoapi

#npm install fundcrypto

#create a wallet ##inside fundcrypto node package - execute the following command on nodejs: node createwallet

##to view your balance ##node balance

##to view your public key (your fundcrypto address) ##node publickey

##to send fundcrypto (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.