Skip to content

ryptotalent/pump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

pump

buildspace require("@nomicfoundation/hardhat-toolbox");

// This is a sample Hardhat task. To learn how to create your own go to // https://hardhat.org/guides/create-task.html task("accounts", "Prints the list of accounts", async (taskArgs, hre) => { const accounts = await hre.ethers.getSigners();

for (const account of accounts) {
    console.log(account.address);
}

});

// You need to export an object to set up your config // Go to https://hardhat.org/config/ to learn more

/**

About

buildspace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published