You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
672 B

2 years ago
# TACT jetton demo
![Jetton demo logo](https://ipfs.io/ipfs/QmbPZjC1tuP6ickCCBtoTCQ9gc3RpkbKx7C1LMYQdcLwti)
2 years ago
This project has ready to use TACT compiler, typescript + jest with ton-contract-executor, example how to do tests.
2 years ago
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).
2 years ago
```bash
yarn test # To test contract
yarn build # To build contract
2 years ago
yarn deploy # To deploy contract (need input deployment wallet)
2 years ago
```
## Licence
MIT