NpDen4ik / vePay-tvm-contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contract schema

Contract schema

Setup

Install dependencies

npm ci
## Env
Create a .env file in the root directory and add the following from .env.template or just use default settings

# Run
## Tests
bash
npx locklift test -n local
## Deploy
bash
npx locklift deploy -n {PREFERRED_NETWORK} --script script/1-deploy-root.ts

About


Languages

Language:TypeScript 75.7%Language:Solidity 24.3%