Skip to content

A-Taak/golang-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages