📄️ Requirements
1. Have a DAO deployed
📄️ Getting ready
1. Clone the module integration repo at gitlab.
📄️ Preparing the scripts
1. In the repo, open the hardhat.config.ts file (located at module-integration-demo/hardhat.config.ts) and make sure that the “pathToMigrations” points to the folder where your migration typescripts are or will be located. (migrate "./deploy/[yourModuleDirectoryName]",})
📄️ Migrations
First Migration