Skip to content

topos-protocol/dapp-frontend-erc20-messaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

47 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


Logo Logo

dApp Frontend ERC20 Messaging is the web app to transfer ERC20 tokens across any subnets.


docker-build test release codecov

Getting Started

Install NodeJS by following the guidelines from the official NodeJS website.

Environment

In all packages/* workspaces, create an .env file, at the root of the workspace, with the content of .env.example and fill the relevant env var values.

Install Dependencies

To installation npm dependencies, run the following command:

npm install

Run the Application

To start an instance of the application, you need to 1. build the Frontend and 2. run the Backend:

Build the Frontend

npm run frontend:build

Run the Backend

npm run backend:start

Development

Contributions are very welcomed, the guidelines are outlined in CONTRIBUTING.md.

Support

Feel free to open an issue if you have any feature request or bug report.
If you have any questions, do not hesitate to reach us on Discord!

Resources

License

This project is released under the terms of the MIT license.