A decentralized science (DeSci) platform dedicated to accelerating innovation and democratizing research. Cure Protocol provides a transparent, community-driven ecosystem where researchers can secure funding, share data, and collaborate on the next wave of scientific breakthroughs. By leveraging Story Protocol's IP infrastructure, Cure Protocol enables researchers to tokenize their intellectual property, fractionalize research assets, and create sustainable funding mechanisms through community-driven curation and staking mechanisms.
Visit the live platform: https://cureprotocol.vercel.app/
Cure Protocol is built on Story Protocol and enables communities to curate, fund, and launch CureDAOs. The platform consists of:
- Smart Contracts: Solidity contracts for curation, fundraising, and staking mechanisms
- Frontend: Next.js application with modern UI/UX for project discovery and interaction
- Integration: Seamless integration with Story Protocol for IP management and licensing
- AscCurate: Manages the deposit and refund of $IP tokens for projects
- AscCurateFactory: Deploys new AscCurate instances for individual projects
- AscStaking: Distributes IP revenue to fractionalized token stakers
- Frontend: React/Next.js application with Tailwind CSS and Framer Motion
- Curation: Researchers submit proposals for community review and voting
- Fundraising: Backers contribute funds and receive project-specific tokens
- AMM Launch: Automated Market Maker provides liquidity for token trading
- Staking & Governance: Token holders stake tokens for rewards and governance participation
- Node.js (v18 or higher)
- npm or yarn
- Foundry (for smart contract development)
- Git
The project includes a comprehensive Makefile for easy development workflow management:
# Complete development setup
make setup
# Quick development workflow (clean, install, build, start dev server)
make dev-workflow
# Production build
make prod
Create a .env
file in the root directory with the following variables for deployment:
ADMIN=your_admin_address
PK=your_private_key
asclepius-monorepo/
├── contracts/ # Smart contracts and Foundry configuration
│ ├── contracts/ # Solidity contract implementations
│ ├── test/ # Contract tests
│ ├── script/ # Deployment scripts
│ └── abi/ # Contract ABIs
├── frontend/ # Next.js frontend application
│ ├── src/ # Source code
│ ├── public/ # Static assets
│ └── components/ # React components
└── abi/ # Shared contract ABIs
Complete walkthrough of the curation process and staking mechanisms, showcasing how users can participate in project curation and earn rewards through staking.
Demonstration of the data download functionality, showing how users can access and download research datasets and project information.
Command | Description |
---|---|
make all |
Clean, install, and build everything |
make clean |
Remove all build artifacts and dependencies |
make install |
Install all dependencies (contracts, frontend, forge) |
make build |
Build all smart contracts |
make test |
Run all contract tests (including integration tests) |
make format |
Format Solidity code and fix frontend linting |
make abi |
Generate ABIs for all core contracts |
make lint |
Lint Solidity and frontend code |
make anvil |
Start local anvil node for development |
make dev |
Start frontend development server |
make deploy |
Deploy contracts to mainnet (requires .env) |
-
Navigate to the frontend directory
cd frontend
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open your browser
http://localhost:3000
-
Navigate to the contracts directory
cd contracts
-
Install dependencies
yarn install
-
Build contracts
forge build
-
Run tests
forge test
-
Run linting
npm run lint
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Live Platform: https://cureprotocol.vercel.app/
- Story Protocol