/desktop-web-wallet

Desktop and web-based wallets for the Fantom network

Primary LanguageTypeScript

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