Open AiDaiP opened 3 weeks ago
You have to top up initial wallet address and then send a stateInit of that wallet to non bounceable address. You can do it using various SDK libraries, e.g. ton4j.
Thanks for your answer, is there any documentation for these operations? If you know, please give me the link, thank you very much.
Hello, I started LocalTon like this
Then I tried to deploy
A simple counter contract (FunC)
The result is
Through the log, I found that the request sent was:
This will return
The command for LocalTon to start ton-http-api is:
This does not disable any Method, why does it return Method Not Allowed? Or maybe I used the wrong method to deploy the contract to LocalTon. What should I do?