Skip to content

tact-lang/ton-contract-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TON Config

Small library for working with TON config contract.

Installation

yarn add @ton-contract/config ton-core ton-crypto

Usage

import { ConfigContract, Config } from "@ton-contract/config";

// Load config from network
const config = client.open(ConfigContract.create());
const rawConfig: Dictionary<number, Cell> = await config.getRawConfig(); // Dictionary<number, Cell>
const config: Config = await config.getConfig();

License

MIT

About

Library to work with TON config contract

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published