Skip to content
/ gafcoin Public

an entire decentralized blockchain network in one javascript file, written from scratch

License

Notifications You must be signed in to change notification settings

wwwg/gafcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gafcoin - magic internet money

a fully functional blockchain coin in a single javascript file

installing and using

npm i
node gafcoin.js -p <PORT>

you can also clone this repo and open index.html to run a web node

saving and re-using your wallet

you can get your wallet private key with the private_key command on the node. write it down somewhere and start gafcoin with node gafcoin.js -p <PORT> -k <YOUR KEY>

license

mit

About

an entire decentralized blockchain network in one javascript file, written from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages