A sample TON DApp from the TON and Telegram Blockchain Course.
- Install dependencies:
yarn
- Compile and run tests:
yarn jest
- Deploy to testnet/mainnet:
yarn blueprint run
NOTE: Before deploying, replace the
address
andowner_address
incontract/scripts/deploy.ts
with your testnet wallet.
- Install dependencies:
yarn
- Run DApp:
yarn dev
NOTE: Before running, replace the
contract address
indapp/src/hooks/useMainContract.ts
with your deployed contract address.