How to deploy a DAO on Binance Smartchain?

Hello, I'm looking for a way to deploy a DAO on the Binance smart chain how would i go about doing this I have the following contracts

Govarnance.sol
Migrations.sol
Timelock.sol
Token.sol
Treasury.sol

I've compiled them on Ganache with no problems but i want to deploy them to the BSC Testnet if anyone knows it would be very much appreciated thank you.

Where do you deploy from? Truffle, Hardhat or do you use the remix IDE? Just change the deploying network and you should have no problems.

1 Like