Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
You can deploy smart contracts using The Fireblocks Hardhat plugin integrationCreate 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 required
To 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 Documenation, 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 Deployment Hardhat 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.