Skip to content

Instantly share code, notes, and snippets.

@akbariandev
Last active December 13, 2023 17:14
Show Gist options
  • Save akbariandev/ac6d30b1b86e96cd4de76a9d5900544f to your computer and use it in GitHub Desktop.
Save akbariandev/ac6d30b1b86e96cd4de76a9d5900544f to your computer and use it in GitHub Desktop.
TON development commands
// build a smart contract and get cell output'
npx func-js contracts/counter.fc --boc build/counter.cell
//run contract deployment or script
npx blueprint run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment