https://github.com/oraidex/ton-bridge-fe
https://github.com/oraidex/ton-bridge-fe
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oraidex/ton-bridge-fe
- Owner: oraidex
- Created: 2024-07-01T11:09:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T10:00:17.000Z (over 1 year ago)
- Last Synced: 2024-12-10T11:18:08.130Z (over 1 year ago)
- Language: TypeScript
- Size: 2.45 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ton Bridge's Frontend
## Overview
This repository provides frontend code for Ton bridge.
## Prerequisite
- A working Func contract described [here](https://github.com/oraichain/ton-contracts)
- A working Cosmwasm contract described [here](https://github.com/oraichain/tonbridge-cw-contracts)
- NodeJS 16+
## Installation
1. Git clone this repo to desired directory
```shell
git clone https://github.com/oraichain/ton-bridge-fe.git
```
2. Install required packages
```shell
yarn install
```
3. Dev it or build it
```shell
yarn start
yarn build
```
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## License
Released under the [Apache 2.0 License](LICENSE).
Happy comment