bnb-chain-tutorial icon indicating copy to clipboard operation
bnb-chain-tutorial copied to clipboard

Create Menim _1

Open rzazadebilal7 opened this issue 3 months ago • 2 comments

**** async function main() { const [deployer] = await ethers.getSigners();

console.log("Deploying contracts with the account:", deployer.address);

const Token = await ethers.getContractFactory("BEP20Token"); const token = await Token.deploy();

console.log("Token address:", token.address); }

main() .then(() => process.exit(0)) .catch((error) => { console.error(error); process.exit(1); });

rzazadebilal7 avatar Sep 26 '25 12:09 rzazadebilal7

  • [ ] - > _****_ @

rzazadebilal7 avatar Oct 13 '25 14:10 rzazadebilal7

Salam

rzazadebilal7 avatar Oct 13 '25 14:10 rzazadebilal7