1.0.3 • Published 11 months ago

fury.black-frontend v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Fury.black Frontend

NOTE: this repo was archived, the changes after the hackatom were made in a private repo to avoid scams to just deploy a similar frontend. Most of the javascript functions were moved to blackjs

A #HackAtom 2021 project: a wallet integration for black.

Requirements

  • Fury.black backend
  • NodeJs

Local development

yarn dev

Variables

REACT_APP_BACKEND_URL it should point to the url where fury.black-backend is hosted.

Deployment

yarn install
yarn build
yarn run export

The statics files will be on the /out folder. Note: this project is automatically hosted using a github action to publish on github pages after each push to master.