toncli icon indicating copy to clipboard operation
toncli copied to clipboard

TON Command Line Interface - easy smart contract manipulation

Results 42 toncli issues
Sort by recently updated
recently updated
newest added

NFT Collection and NFT item added to toncli. Quite a bit of tests and helpers related to nft messages and data standards. Close to none documentation. Enjoy!

Hey! I think this one might come in handy to temporary relief most of the pain that comes with binaries/toncli versions issues. At least till the day when `pip install...

If you have 2 projects and only one has defined tests then TestRunner is going to atempt to run [project_name]_tests.fif even if non generated. Firt exception is going to be...

I got a type error when I try to send a simple message with --mode specified. Without the mode flag the command works fine. `toncli send -a 0.1 --mode 64...

PS D:\demo\TonDemo-next\wallet> toncli deploy -n testnet -wc 0 INFO: 🚀 You want to interact with your contracts ['contract'] in testnet - that's great! Traceback (most recent call last): File "C:\Users\计算机\AppData\Local\Programs\Python\Python310\lib\runpy.py",...

### Steps to reproduce: ``` shell mkdir -p ~/work/toncli-test/ touch ~/work/toncli-test/test.fc cd ~/work/toncli-test/ toncli func build ~/work/toncli-test/test.fc ``` ### Expected behavior: ``` INFO: 🥌 Build ['/home/user/work/toncli-test/test.fc'] successfully, check out .test.fif...

- Support 1 `lite-server` connection for multiple actions > In deploy process we connecting 3-4 times to lite-server, so the process is slow - Support json answer parse, not output...