Skip to content

Simple contract for storing versioned data in blockchain

Notifications You must be signed in to change notification settings

ton-foundation/ton-config-smc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config contract

Simple contract for storing versioned data in TON blockchain.

Supported interfaces

org.ton.config.v0 interface

Get methods

get_config

(int, cell) get_config() method_id {
    return (version, config);
}

Ops

update_config#75636667 new_config:^Cell = UpdateConfigOp;

About

Simple contract for storing versioned data in blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages