2.0.0 • Published 1 year ago

@alys-chain/verto-v2-core v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Verto-core Project

This project demonstrates verto-core contracts.

1. Environment

# node: >= 18.16

# install:
yarn

# build
yarn build

# publish
npm login
npm publish --access public

2. Scripts

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.ts
# Deploy creat2 Contract & VertoV2Factory
npx hardhat run scripts/deterministicDeploy.ts --network talys
npx hardhat run scripts/deterministicDeploy.ts --network linea_sepolia

# Deploy VertoV2Factory Only
npx hardhat run scripts/deployFactory.ts --network talys

# Show INIT HASH CODE
npx hardhat run scripts/showInitCode.ts

# Get Pair Address
npx hardhat run scripts/getPair.ts --network talys
2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago