Skip to content

effectai/bridge-frontend

Repository files navigation

Discord GitHub branch checks state GitHub commit activity GitHub last commit GitHub contributors Website

➡️ Join the Effect DAO Discord!

Vue dApp to interact with the Defi services of Effect network. This dApp bridges the EOS blockchain and the Binance Smart Chain. Currently built in to this Vue dApp is the bridge, to swap tokens and an interface to interact with the Pancakeswap EFX farm.

Build Setup

In order to run this repo, clone it, install the dependencies, build it, and start it.

git clone https://github.com/effectai/bridge-frontend

cd bridge-frontend

npm install

npm run generate

npm run start

If everything went correctly, the server should be running now and now you can navigate to http://localhost:3000 and see the Vue app running.

Development

For active development it is recomended to use npm run dev. The command will serve with hot reload at localhost:3000. Heads up, this will load in the developement environment variables.

git clone https://github.com/effectai/bridge-frontend

npm install

npm run dev

To set up a quick development environment you can use Docker:

sudo docker run --rm -it -v $(pwd):/app -w /app -p 3000:3000 node:16 bash

Node-sass Node version

The node-sass package is very picky with which Node version it will work with. You can use use NVM to set node version to the corresponding supported version. Check out the repo of node-sass to see which Node version is needed.

Contribution

Please look at our contribution guide in order to start submitting PR.

Code of Conduct

You can take a look at our code of conduct here: CODE OF CONDUCT

Effect Network

Learn more about Effect Network here: https://github.com/effectai/effect-network

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published