Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 792 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 792 Bytes

Evmos.me 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 evmosjs

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

Requirements

  • Evmos.me backend
  • NodeJs

Local development

yarn dev

Variables

REACT_APP_BACKEND_URL it should point to the url where evmos.me-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.