https://github.com/effectai/bridge-frontend
https://github.com/effectai/bridge-frontend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/effectai/bridge-frontend
- Owner: effectai
- Created: 2021-05-06T08:30:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T18:21:50.000Z (over 1 year ago)
- Last Synced: 2025-04-15T04:01:38.116Z (about 1 year ago)
- Language: Vue
- Size: 9.45 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [EFX DeFi Bridge](https://bridge.effect.network) [](https://twitter.com/intent/tweet?hashtags=crypto%20%23defi%20%23blockchain%20%23dApp%20%23Vue%20%23nodejs&original_referer=https%3A%2F%2Fpublish.twitter.com%2F&ref_src=twsrc%5Etfw%7Ctwcamp%5Ebuttonembed%7Ctwterm%5Eshare%7Ctwgr%5E&text=Consider%20giving%20our%20DeFi%20bridge%20dApp%20a%20quick%20star%20%E2%AD%90%20on%20GitHub!&url=https%3A%2F%2Fgithub.com%2Feffectai%2Fbridge-frontend&via=effectaix)






➡️ 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.
```bash
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 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.
```bash
git clone https://github.com/effectai/bridge-frontend
npm install
npm run dev
```
To set up a quick development environment you can use Docker:
```shell
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](https://github.com/nvm-sh/nvm) to set node version to the corresponding supported version.
Check out the repo of `node-sass` to see which [Node version](https://github.com/sass/node-sass#node-version-support-policy
) is needed.
## Contribution
Please look at our [contribution guide](https://github.com/effectai/effect-network/blob/master/.github/CONTRIBUTING.md) in order to start submitting PR.
## Code of Conduct
You can take a look at our code of conduct here: [CODE OF
CONDUCT](https://github.com/effectai/effect-network/blob/master/.github/CODE_OF_CONDUCT.md)
## Effect Network
Learn more about Effect Network here: