mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-18 14:40:23 -04:00
🥓 clean up
This commit is contained in:
parent
68066e2c89
commit
ef50ffba5a
27 changed files with 0 additions and 0 deletions
|
@ -1,14 +0,0 @@
|
|||
async function main() {
|
||||
const nft = await ethers.getContractFactory("MiaNFT");
|
||||
|
||||
const nft_deploy = await nft.deploy();
|
||||
console.log(" ⛓🧱✨ Contract address:", nft_deploy.address);
|
||||
console.log(" ➡️ (Please add this string to .env)");
|
||||
}
|
||||
|
||||
main()
|
||||
.then(() => process.exit(0))
|
||||
.catch(e => {
|
||||
console.error(e);
|
||||
process.exit(1);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue