Deploy Contract
- your contract's
bytecode
– this is generated through compilation - FBC for
gas
– you'll set your gas limit like other transactions so be aware that contract deployment needs a lot more gas than a simple FBC transfer - a deployment script or plugin
- access to an FootballChain node, either by running your own, connecting to a public node, or via an API key using a node service like Infura or Alchemy
Remix - Remix IDE allows developing, deploying and administering smart contracts for EVM like blockchains
Tenderly - Simulate, debug and monitor anything on EVM-compatible chains, with real-time data
Hardhat - A development environment to compile, deploy, test, and debug your EVM software
Last modified 7mo ago