Skip to content

Commit

Permalink
docs: updated readme with installation and running instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
theghostmac committed Aug 14, 2023
1 parent f09b259 commit e041adb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ What is a blockchain? [Here](https://en.wikipedia.org/wiki/Blockchain).
Pluto is a blockchain I build from scratch with Go. I am re-exploring blockchain technology for the second time,
but this time, I am doing it properly.

# Installation and Running
1. Clone the repository
2. Run `make run`
3. Run `make test`
4. Run `make clean` to remove the binary file.

# Roadmap
- [x] Network Layer: RPC communication
- [x] Create the local transport network model
Expand Down

0 comments on commit e041adb

Please sign in to comment.