A web application to generate a iota seed
Demo : https://iota-seed-generator-front.herokuapp.com/
- Put the content of "server" folder into your GOPATH.
- Run this command : go get ./...
- Move to "client" folder
- Run this command : yarn install
- Into "client" : yarn start.
- Into "server" : go run server.go
Navigate here