modulepackage
0.0.0-20231129163753-9ac5835d3027
Repository: https://github.com/a-taak/golang-blockchain.git
Documentation: pkg.go.dev
# README
Golang Blockchain
In this repo, I can add a Wallet Module to my Blockchain app.
Run go run main.go
to run the app, run go build main.go
to build an executable file.
Follow Steps:
set NODE_ID=3000
, Use this to set up the node, or use 4000/5000 etc.- Once node is set, create wallet with
go run main.go createwallet
- Now can send transaction between wallets following text in cmd line:
go run main.go
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author