-
User Tweet Reply
- User replies to a tweet with their wallet address and a claim code.
-
AI Agent — ElizaOS
- Parses tweet to extract the wallet and code.
- Validates user intent (e.g., claiming a gift).
-
- Securely calls Supabase to check if the code is valid and unused.
-
Smart Contract Deployed on Sepolia (minting and validation)
- Receives data from Chainlink.
- Mints a gift token (NFT) if validation passes.
-
User Receives Gift
- NFT or gift token is sent directly to the wallet.
Use the docker image. It includes our project in a single image. /home/share will be mounted to /share in the container.
cd /home/youruser/your-project-directory
docker build -t intellichain:latest.###To share a directory in the container:
docker run -it --rm -v "$(pwd)":/app /intellichain:latest bashInstalling the contract dependents:
cd contract
make install- Browse the rest of the project branches to see the Auditing, testing, and deployment stages.
- Marketing campaigns: Reward users who engage with tweets.
- Event ticketing: Issue NFTs based on RSVP codes.
- Gaming: Claim in-game items through social media.
