https://github.com/oraidex/ton-multisig
https://github.com/oraidex/ton-multisig
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oraidex/ton-multisig
- Owner: oraidex
- Created: 2024-07-18T06:59:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T17:27:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T08:17:46.064Z (over 1 year ago)
- Language: TypeScript
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ton Multisig's Frontend
## Overview
This repository provides frontend code for Ton Multisig.
## 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-multisig.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