This project has ready to use TACT compiler, typescript + jest with ton-contract-executor, example how to do tests.
This project has ready to use TACT compiler, typescript + jest with ton-contract-executor, example how to do tests.
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).
```bash
```bash
yarn test # To test contract
yarn test # To test contract
yarn build # To build contract
yarn build # To build contract
yarn deploy # To deploy contract
yarn deploy # To deploy contract (need input deployment wallet)