Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.04 KB

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