UNPKG

@nodeset/contracts

Version:

Protocol for accessing NodeSet's Constellation Ethereum staking network

8 lines (7 loc) 189 B
import { setupSandbox } from "./utils/setup_sandbox"; setupSandbox() .then(() => process.exit(0)) .catch((error) => { console.error(error); process.exit(1); });