2.0.2 • Published 1 year ago
@alys-chain/verto-v2-core v2.0.2
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 public2. 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