Skip to main content
You can deploy smart contracts using The Fireblocks Hardhat plugin integration

Create your ERC-721 collection

You can create your own NFT collection using the common ERC-721 standard. For this example, we’ll name our collection “Space Bunnies”. There are some great tools to help you do this pretty easily. This example was pre-generated using the Contracts Wizard by OpenZeppelin.
OpenZeppelin requiredTo run the generated code, you also need to install the OpenZeppelin contracts package from NPM.In your project directory, run: npm install @openzeppelin/contracts.
You are ready to go! Check out the Fireblocks Hardhat Plugin Documentation, Fireblocks Local JSON RPC and Fireblocks Web3 provider. Make sure you go through these and deploy the above contract as explained there, using your choice of available options.
Hardhat DeploymentHardhat is the go-to market solution for easily deploying contracts. We highly recommend that you choose this option if you feel comfortable with going through the configuration process.