Currently in the building status 🚀
WIP
Contract | Address | Description |
---|---|---|
AnotherContract | 0xabcdef1234567890abcdef1234567890abcdef12 |
A contract responsible for ABC operations. |
Turn your customers to more than a fan
Launch a Shopify-based e-commerce platform using DAO principles
The inspiration for the ShopDAO generator stemmed from observing a thriving trend – the integration of e-commerce with DAOs and autonomous workflows.
For instance, the ShopDAO generator enables a brand to establish a retail-specific DAO. When a product selling proposal is approved by the DAO governance, the product is automatically listed on Shopify, through the use of Chainlink Oracle hosted by Chainlink Functions. The sales profits are then autonomously and fairly distributed to NFT holders.
The ShopDAO generator is a groundbreaking tool that allows brand to create a retail-specific DAO for their Shopify-based e-commerce platform. It empowers brand fans to actively participate in the decision-making process and involves them in daily business operations. It also allows both brand and fans to benefit from generated profits.
User usecase:
- [Brand Manager] Create a retail-specific DAO.
- [Brand Fan] Enable fans to actively participate in the decision-making process.
- [Brand Fan] Facilitate their involvement in the day-to-day brand business operations.
- [Brand Fan] Allow fans to benefit from the generated profits.
- [Brand Manager] stock up on merchandise by nft sales.
- Create a database by following 1. Create a Postgres database
- Pull .env by
vercel env pull .env
.
In Vercel's official, vercel env pull .env.local
should be executed, but in Prisma .env
is used.
- Create the tables by
npx prisma db push
This is a Next.js project bootstrapped with create-next-app
.