For the init code I want to deploy for smart contract, is the code I generated in Tact language folder.
Jan 14, 2023, 10:05 AM
OK, just fixed. Seems need to give body or bounce in fileds.
if you are using "https://testnet.toncenter.com/api/v2/jsonRPC"
and by the way, make sure your mnemonics is correct. By using the library let kk = await mnemonicValidate(mnemonics); you can get a true or false message to verify.
And double check the wallet address you got is exactly the same as your Wallet address or not!
and by the way, make sure your mnemonics is correct. By using the library let kk = await mnemonicValidate(mnemonics); you can get a true or false message to verify.
And double check the wallet address you got is exactly the same as your Wallet address or not!
Anyone can give the example for the usage for series of API over here?
- I want to track the specific address with the "Specific Txs Message" (Let's say method code: 0xd947b7c) Which API should I use?
(aka, then I can have a notification system to track and give notify to my users)
- I want to track the specific address with the "Specific Txs Message" (Let's say method code: 0xd947b7c) Which API should I use?
(aka, then I can have a notification system to track and give notify to my users)
Jan 14, 2023, 11:14 AM