Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 436 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 436 Bytes

Description

A web application to generate a iota seed

Demo : https://iota-seed-generator-front.herokuapp.com/

Install server :

  1. Put the content of "server" folder into your GOPATH.
  2. Run this command : go get ./...

Install client :

  1. Move to "client" folder
  2. Run this command : yarn install

Launch app

  1. Into "client" : yarn start.
  2. Into "server" : go run server.go

Then

Navigate here