Using The Actions Generator
To use the Actions Generator:
Clone the repository and install dependencies
Set up environment variables for Pinata API credentials
Run the development server using
npm run dev
,yarn dev
, orpnpm dev
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