https://github.com/kunaldhongade/tonique-contract
https://github.com/kunaldhongade/tonique-contract
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kunaldhongade/tonique-contract
- Owner: kunaldhongade
- Created: 2024-12-19T06:08:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T06:32:46.000Z (10 months ago)
- Last Synced: 2025-04-14T01:59:57.020Z (6 months ago)
- Language: TypeScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tonique
## Project structure
EQAmqjvtLVQ9DAhoAC8MXqQoRyRuUIiyyThfFfflQ0XrVU3P
For more details, visit the [TonScan source](https://testnet.tonscan.org/address/EQAmqjvtLVQ9DAhoAC8MXqQoRyRuUIiyyThfFfflQ0XrVU3P#source).
- `contracts` - source code of all the smart contracts of the project and their dependencies.
- `wrappers` - wrapper classes (implementing `Contract` from ton-core) for the contracts, including any [de]serialization primitives and compilation functions.
- `tests` - tests for the contracts.
- `scripts` - scripts used by the project, mainly the deployment scripts.## How to use
### Build
`npx blueprint build` or `yarn blueprint build`
### Test
`npx blueprint test` or `yarn blueprint test`
### Deploy or run another script
`npx blueprint run` or `yarn blueprint run`
### Add a new contract
`npx blueprint create ContractName` or `yarn blueprint create ContractName`