Last active
December 13, 2023 17:14
-
-
Save akbariandev/ac6d30b1b86e96cd4de76a9d5900544f to your computer and use it in GitHub Desktop.
TON development commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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