Name Your Contracts with the Enscribe Library
· 3 min read
Last week, we announced the hardhat-enscribe plugin for smart contract developers to name their contracts. We showed how smart contract developers can name their contracts with hardhat:
- Using a CLI command, powered by the hardhat-enscribe plugin, that can be executed after the deployment command
- Using the enscribe library in the hardhat deployment script
Under the hood, the hardhat-enscribe plugin uses the same @enscribe/enscribe library. It is a small TypeScript library you can use in any app or tool.