UNPKG

@vechain/vebetterdao-contracts

Version:

Open-source repository that houses the smart contracts powering the decentralized VeBetterDAO on the VeChain Thor blockchain.

7 lines (6 loc) 164 B
import { simulateRounds } from "./deploy/simulateRounds"; async function runSimulation() { // Run the simulation await simulateRounds(); } runSimulation();