An open API service indexing awesome lists of open source software.

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

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
```