Browse Source

Readme

master
Lev 2 years ago
parent
commit
9f1afc464e
  1. 13
      README.md

13
README.md

@ -1,9 +1,14 @@
# TACT jetton demo # TONB jetton - wrapped TON
![Jetton demo logo](https://ipfs.io/ipfs/QmbPZjC1tuP6ickCCBtoTCQ9gc3RpkbKx7C1LMYQdcLwti) ## Overview
This project has ready to use TACT compiler, typescript + jest with ton-contract-executor, example how to do tests. There are four contracts here:
To run deployment of `jetton.tact` example on testnet, you need input your deployment wallet seed [here](https://github.com/Reveloper/tact-jetton/blob/main/sources/jetton.deploy.ts#L20) and owner address [here](https://github.com/Reveloper/tact-jetton/blob/main/sources/jetton.deploy.ts#L46). - Minter contract
- Jetton wallet contract that stores jettons for a user
- Linker between wallet and minter
- Foundation to manage the jetton
This project has ready to use TACT compiler, typescript + jest with ton-contract-executor.
```bash ```bash
yarn test # To test contract yarn test # To test contract

Loading…
Cancel
Save