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
- Host: GitHub
- URL: https://github.com/planetarium/ninechronicles.bridge
- Owner: planetarium
- Created: 2023-11-08T06:31:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T13:06:54.000Z (6 months ago)
- Last Synced: 2024-10-25T13:30:52.404Z (6 months ago)
- Language: TypeScript
- Size: 2.05 MB
- Stars: 3
- Watchers: 9
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```