Skip to content

Zackyyg/zWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZWallet

holds crypto keys and tells you how much is on that key

ZWalletUI

To start the Frontend:

  • Install dependencies with npm install
  • Start the server yarn start

Open http://localhost:3000 to view it in the browser.

ZWalletApi

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 with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

About

A crypto wallet with a frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published