Skip to content

sylanproject/sylan-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sylan Docs

This repository contains the official documentation for the Sylan Protocol, a decentralized API marketplace powered by the SYL token.

Overview

Sylan enables:

  • API Providers to publish APIs and set monetization plans (Subscription or PayPerCall).
  • Consumers to purchase access using SYL tokens via on-chain escrow.
  • Nodes to fetch provider-signed data, reach consensus, and return results securely.

All payments are in SYL and fees are split among Providers, Nodes, and the Platform.

Repositories

Documentation Structure

The docs are built with Nextra and organized into:

  • Getting Started → Quickstart, install guides
  • Core Concepts → Request lifecycle, pricing, consensus, security
  • Architecture → Components, events, on-chain vs off-chain
  • Smart Contracts → AccessRegistry, APIEscrow, APIConsensus, NodeRegistry, SylanToken, SylanStaking, SylanVesting, PresaleContract, EventLogger
  • Integrations → Frontend (Next.js + Wagmi + viem), EIP-712, provider webhooks, examples
  • Node → Setup, consensus flow, operations
  • Provider → API publishing, authentication, best practices
  • Deployments → Testnet and mainnet instructions
  • Tokenomics → Allocation, fees, staking
  • Reference → API reference, errors, events, glossary
  • Community → Roadmap, contributing, FAQ, changelog

Running Locally

pnpm install
pnpm dev

Open http://localhost:3000 in your browser.

Contributing

Contributions are welcome!

License

Documentation is licensed under CC BY 4.0.
Contracts in related repositories are licensed under MIT/Apache-2.0.


💡 For more information, visit the live docs at docs.sylan.xyz.

Releases

No releases published

Packages

No packages published