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
const TonWeb = require("tonweb"); | |
const utils = require("tonweb/src/utils"); | |
const NftUtils = require("tonweb/src/contract/token/nft/NftUtils"); | |
const Cell = TonWeb.boc.Cell; | |
const { JettonMinter, JettonWallet } = TonWeb.token.jetton; | |
const jettonContentUri = 'https://files.raevskyschool.ru/coin.json'; | |
async function doit() { | |
const tonweb = new TonWeb(new TonWeb.HttpProvider('https://testnet.toncenter.com/api/v2/jsonRPC', { apiKey: "get here: https://t.me/tontestnetapibot" })); | |
const WalletClass = tonweb.wallet.all['v3R2']; |