This Project demonstrate a simple cryptocurrency(roCoin) project with the help of blockchain in Go language to understand about blocks, decentralize network, proof of work, mined and unmined transactions.
- install go tools
- Create 3 folders and in each folder: git clone https://github.com/rohitCodeRed/go_crpto
- cd go_crypto #-> in each folder
- go run main.go <-username-> <-port-> e.g go run main.go Rohit 4000
After this server get running with <-username-> and at given <-port->