This is a blockchain project developed with Vue.js (Front-end) and Go (Back-end). You can retrieve a blockchain and insert a new block in the chain.
Open a terminal:
cd go-server
To compile:
go build main.go
To launch the server:
main
Open a terminal window:
cd vue-fe
Install dependency:
npm install
To launch SPA:
npm run serve
Open a browser page at:
http://localhost:8080/
Usage Enjoy the blockchain app :)