Official documentation for TAG IT Network — Web3 supply-chain authentication platform.
# Clone the repo
git clone https://github.com/tagit-network/tagit-docs.git
cd tagit-docs
# Install dependencies
npm install
# Start local dev server
npm run devOpen http://localhost:3000 to view the docs.
| Section | Description |
|---|---|
| Getting Started | Installation, quickstart, first steps |
| Architecture | System design, ORACULS stack, data flows |
| Smart Contracts | Contract reference for all 6 modules |
| API Reference | REST API documentation |
| SDK Guides | JavaScript, Kotlin, Swift SDKs |
| Examples | Working code examples |
| Glossary | Key terminology |
tagit-contracts— Smart contractstagit-l2— Stack rolluptagit-bridge— CCIP adapterstagit-services— Backend APIstagit-indexer— Event indexingtagit-security— Audits & verification
tagit-dashboard— Admin consoletagit-mobile— ORACULAR apptagit-sdk— SDKs & CLItagit-hardware— NFC/PQC specstagit-docs— Documentation (You are here)tagit-governance— SOPs & policies
npm run dev # Start dev server
npm run build # Build for production
npm run lint # Lint markdown
npm run links # Check broken links- Fork the repository
- Create a feature branch (
git checkout -b docs/my-update) - Commit your changes (
git commit -m 'docs: add X documentation') - Push to the branch (
git push origin docs/my-update) - Open a Pull Request
This documentation is licensed under CC-BY-4.0.
You are free to share and adapt this material for any purpose, including commercial, as long as you give appropriate credit to TAG IT Network.
See ATTRIBUTION.md for attribution guidelines.
Built with by TAG IT Network