UNPKG

@broxus/tip4

Version:

Set of ready-to-use tvm nft token contracts following tip4 standard

15 lines (11 loc) 229 B
import { Migration } from "./migration"; const migration = new Migration(); async function main() { migration.reset(); } main() .then(() => process.exit(0)) .catch((e) => { console.log(e); process.exit(1); });