➡️ 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.
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.
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
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.
Please look at our contribution guide in order to start submitting PR.
You can take a look at our code of conduct here: CODE OF CONDUCT
Learn more about Effect Network here: https://github.com/effectai/effect-network