Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ProbeTemplate

Dapp template marketplace on ProbeChain Rydberg Testnet.

Features

  • Publish templates with categories: DeFi, NFT, DAO, GameFi
  • Free and paid templates with escrow payments
  • Use/purchase templates with platform fee
  • Rating system (1-5 stars)
  • Featured templates curation
  • Publisher revenue withdrawal
  • Category-based discovery

Setup

npm install
cp .env.example .env
# Edit .env with your private key
npx hardhat compile
npm run deploy

Contract: TemplateStore

Function Description
publishTemplate(name, category, bytecodeHash, docsHash, price) Publish template
useTemplate(templateId) Use/purchase template (payable)
rateTemplate(templateId, score) Rate 1-5 stars
getFeaturedTemplates() Get featured templates
withdrawRevenue() Publisher withdraws earnings

Network