This repository provides the bridge between Razer Network and other decentralized Networks.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to install either npm or yarn to build this project. Here are the link to resources to get started.
First of all clone the repository using the following command.
git clone https://github.com/razor-network/bridge.gitTraverse to src folder, it contains the code of our web app.
cd bridge/srcIn case you are installing through npm follow the instructions below. If you are installing through yarn then jump ahead to installation through yarn.
npm iTo run the app in development mode, use this command.
npm run serveTo install the dependencies you can do it by using the following command.
yarn installTo run the app in development mode, use this command.
yarn serveYou can open http://localhost:8080/ to view it in the browser.
In case you are receiving the eslint warnings then you may ignore them for now and visit the localhost:8080 on your web browser.
You may find the dependencies inside the package.json file. It's inside the directory bridge/src.
Type of Networks available:
- Algorand
- Skale
- Matic
- Moonbeam
- Meter
You can visit RazerScan on razerscan.io