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

https://github.com/planetarium/ninechronicles.bridge

A bridge implementation for the NineChronicles planets
https://github.com/planetarium/ninechronicles.bridge

Last synced: 5 months ago
JSON representation

A bridge implementation for the NineChronicles planets

Awesome Lists containing this project

README

        

# NineChronicles Asset Bridges
As name suggests, this app bridges assets between Nine Chronicles networks.

## Prerequisites

- Node.js v22.10.0+
- yarn 4.5.1+

## Build and Run
```bash
$ cp .env.sample .env
# Then, edit `.env` file well

$ yarn
$ yarn run start
```