Links

Deploy Smart Contracts

This chapter provides a guide for developers who want to deploy smart contracts to the Autobahn Network.
Because the Autobahn Network is based on Go Ethereum, it is EVM equivalent, meaning that it is almost identical to Ethereum or, in our case, BNB Chain.

Smart Contract Deployment Example

We love to work with hardhat for deploying smart contracts. However, other tools like Remix or Truffle will also work. To make it as easy as possible for you, we provided a hardhat template which includes:
  • A sample contract (bulk sender inspired by disperse.app)
  • A basic test case you can use as a template to write further tests
  • A simple deployment script
  • A script interacting with the sample contract from the CLI
You can find the open source repository containing the code here.
Last modified 11mo ago