Skip to content

AIT-Protocol/ait-smart-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ait-smart-contracts

Deploy

  1. Add a .env file (to the root project directory) with your ADMIN="" and fund your wallet in order to deploy!
  2. Deploy two contracts: AITBasedOFT.sol in the sepolia. AITOFT in the bsc-testnet
npx hardhat run --network sepo scripts/deploy_aitbasedoft.js
npx hardhat run --network bsc-testnet scripts/deploy_aitoft.js
  1. Deploy contract pool in the sepolia and bsc-tesnet
npx hardhat run --network sepo scripts/deploy_pool.js
npx hardhat run --network bsc-testnet scripts/deploy_pool.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published