Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ProbeGlossary

On-chain terminology registry with translations on ProbeChain Rydberg Testnet.

Features

  • Add terms with definitions, categories, and languages
  • Update term definitions (author or trusted editor)
  • Multi-language translation support
  • Category-based term search
  • Contributor points system
  • Trusted editor management

Setup

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

Contract: GlossaryRegistry

Function Description
addTerm(term, definition, category, language) Add new term
updateTerm(termId, newDefinition) Update definition
translateTerm(termId, language, term, definition) Add translation
searchTerms(category) Search by category
getTranslations(termId) Get translations

Network