Secret RecipeNFT
(Open DeFi Hackathon) A dapp where user can create a NFT of recipe for food or drink. Recipe are hidden on private metadata until user pay SCRT to view it
Install / Use
npx skills add ysongh/Secret-RecipeNFTInstalls into whichever agent you are using.
README
Secret RecipeNFT
A dapp where user can create a NFT of recipe for food or drink. Recipe are hidden on private metadata until user pay SCRT to view it
- Demo - https://youtu.be/eI9hSApKANk
Contract deploy on Secret Network Holodeck testnet
- Secret Recipe NFT Contract Address: secret1yl82t3fxadgmsgflc2vs52g0x6fvyekuupfg3y
Features
- User can create a NFT of secret recipe
- User can pay 1 SCRT to view the private metadata of NFT
- Image are store on Pinata
Technologies
- React
- semantic-ui
- Node
- Express
- SNIP-721
- secretjs
- Pinata
Running the dapp on local host
- Clone or download this repository
- Run
npm ito install the dependencies - Run
npm run deployandcontactto deploy contract wasm and copy the contract address on the console when it is finsh deploying - Create a file called '.env' on the root folder and add the following code
SECRET_REST_URL=https://secret-holodeck-2--lcd--full.datahub.figment.io/apikey/<your_apikey>
SECRET_CHAIN_ID=holodeck-2
ADDRESS=<your_address>
MNEMONIC=<your mnemonic>
SECRET_NFT_CONTRACT=<your secret contract address>
- Create a file called 'config.js' on the src folder and add the following code
export const pinataApiKey = "Create API key from Pinata";
export const pinataSecretApiKey = "Create API key from Pinata";
- Run
npm run serverto start the server - Run
npm startto start the dapp
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
imsg
385.5kUse the imsg CLI from OpenClaw agents for iMessage/SMS DMs, groups, replies, reactions, polls, watching, and private-API actions.
Agent Development
140.6kThis skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or…
review-duplication
106.4kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
