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.
- 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
Last modified 11mo ago