FootballChain
Search
⌃K

Deploy Contract

What you'll need

  • 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

Deploy Smart Contracts

The specific steps involved will depend on the tooling you use - Guide
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