Skip to content

ton-uax/contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UAX Contracts

For better understanding of TON smart contract deployment pipeline, read this short intro. You can also get deeper understanding of technical details, see examples and examine specs here.

Deploy instructions assume that you have installed:

(For dev) Compile all contracts and deploy Repo

make clean
make compile
make predeploy net=main # net=dev|main|se

(For operator) Deploy system

make deploy net=main

User wallet deployment

make genusers net=main

Dump contract addresses and keys for frontend

make dumpenv net=main

Integrate with frontend MVP testbed

  • Copy data/Env.json file to src/uax folder inside frontend repo.
  • Build frontend bundle as usual

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published