https://github.com/byteball/counterstake-bridge-ui
Cross-chain bridge based on Counterstake protocol https://counterstake.org
https://github.com/byteball/counterstake-bridge-ui
cross-chain cross-chain-bridge cryptocurrency dapp decentralized-finance defi obyte smart-contract smart-contracts
Last synced: about 1 year ago
JSON representation
Cross-chain bridge based on Counterstake protocol https://counterstake.org
- Host: GitHub
- URL: https://github.com/byteball/counterstake-bridge-ui
- Owner: byteball
- Created: 2021-05-18T23:36:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T08:06:33.000Z (over 1 year ago)
- Last Synced: 2025-04-14T14:17:29.690Z (about 1 year ago)
- Topics: cross-chain, cross-chain-bridge, cryptocurrency, dapp, decentralized-finance, defi, obyte, smart-contract, smart-contracts
- Language: JavaScript
- Homepage: https://counterstake.org
- Size: 2.25 MB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# counterstake bridge
Cross-chain bridge based on Counterstake protocol
## Install
Install node.js, clone the repository, then say
```sh
yarn
```
## ENV
Copy the appropriate .env.XXXX file to .env
## Run
```sh
yarn start
```
## Build
```sh
yarn build
```