tvm-disassembler
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

TON VM Disassembler

Provides Fift-like code from smart contract source

Published on npm

Usage

let client = new TonClient({
    endpoint: 'https://scalable-api.tonwhales.com/jsonRPC'
});
let address = Address.parseFriendly('Ef-kkdY_B7p-77TLn2hUhM6QidWrrsl8FYWCIvBMpZKprKDH').address;
let state = await client.getContractState(address);

let codeCell = Cell.fromBoc(state.code)[0];
    
let source = await fromCode(codeCell);

Readme

Keywords

none

Package Sidebar

Install

npm i tvm-disassembler

Weekly Downloads

52

Version

3.0.0

License

MIT

Unpacked Size

222 kB

Total Files

47

Last publish

Collaborators

  • mrmld