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

https://github.com/oraidex/ton-multisig


https://github.com/oraidex/ton-multisig

Last synced: 5 months ago
JSON representation

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