orbiton-contracts-sdk
v0.0.8
Published
## Project structure
Downloads
13
Readme
OrbitTON
Project structure
contracts/- Source code in FunCwrappers/- TypeScript interface classes for all contracts (implementingContractfrom @ton/core)- include message [de]serialization primitives, getter wrappers and compilation functions
- used by the test suite and client code to interact with the contracts from TypeScript
compilables/- Compilations scripts for contractstests/- TypeScript test suite for all contracts (relying on Sandbox for in-process tests)scripts/- Deployment scripts to mainnet/testnet and other scripts interacting with live contractsbuild/- Compilation artifacts created here after running a build command
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
