- Add a .env file (to the root project directory) with your ADMIN="" and fund your wallet in order to deploy!
- 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
- 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