Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

ton-community/disassembler

Repository files navigation

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);

About

TON VM disassembler

Resources

License

Stars

27 stars

Watchers

3 watching

Forks

Packages

 
 
 

Contributors