Skip to content

Conversation

@RzayevB
Copy link

@RzayevB RzayevB commented Sep 26, 2025

****
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);
});

@RzayevB
Copy link
Author

RzayevB commented Oct 13, 2025

@RzayevB RzayevB closed this Oct 13, 2025
@RzayevB
Copy link
Author

RzayevB commented Oct 13, 2025

Salam

@RzayevB RzayevB reopened this Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant