Skip to content

Fantom-foundation/desktop-web-wallet

Repository files navigation

Fantom Web Wallet

This is Fantom's Web wallet application, built in React.

Code Quality

Codacy Badge

Installation

  1. First, clone the repo via git:
  - git clone  https://github.com/fantom-foundation-private/web_wallet.git
  1. Install dependencies with yarn or npm.
  $ cd your-project-name
  $ yarn OR npm install
  1. Start the app in the local environment.
  $ yarn start OR npm start