Using The Actions Generator

To use the Actions Generator:

  1. Clone the repository and install dependencies

  2. Set up environment variables for Pinata API credentials

  3. Run the development server using npm run dev, yarn dev, or pnpm dev

  4. Open http://localhost:3000 in your browser to access the generator

Users can then:

  • Enter details for their Action (title, description, image URL)

  • Choose from predefined templates or create custom Actions

  • Preview the Action in real-time

  • Deploy the Action to IPFS

  • View deployed Actions using their IPFS CID

Last updated