move-ton / ton-smc-dev-tmpl

Starter repo for smart contract development on TON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Launchpad

Usage:

  • Compile, link: make compile
  • Deploy Launchpad: make setup
  • Upload all contracts' code: make upload
  • Onchain deploy: make deploy
  • Fetch code onchain: ILaunchpad(<addr>).fetchCode

About

Starter repo for smart contract development on TON


Languages

Language:Solidity 66.6%Language:Makefile 33.4%