holds crypto keys and tells you how much is on that key
To start the Frontend:
- Install dependencies with
npm install
- Start the server
yarn start
Open http://localhost:3000 to view it in the browser.
To start the Phoenix server:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Add Ethereum Node in config
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.