https://github.com/oraidex/tonbridge-relayer
https://github.com/oraidex/tonbridge-relayer
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oraidex/tonbridge-relayer
- Owner: oraidex
- License: other
- Created: 2024-06-06T17:06:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-22T10:31:47.000Z (11 months ago)
- Last Synced: 2025-08-22T12:35:48.453Z (11 months ago)
- Language: TypeScript
- Size: 3.7 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oraichain Ton Bridge Relayer
# patch a package:
```bash
yarn patch-package
```
# publish packages
```bash
# normal
yarn deploy
# minor change
yarn deploy minor
# patch
yarn deploy patch
```