LicenseChain Ecosystem
LicenseChain is a complete license management ecosystem with comprehensive SDK support for 27+ programming languages and platforms.
📦 Core Components
🌐 API
RESTful API backend providing license management, authentication, and analytics.
- URL: api.licensechain.app
- Version: v1
- Framework: Fastify (Node.js/TypeScript)
- Database: PostgreSQL with Prisma
🎛️ Dashboard
Admin dashboard for managing licenses, users, applications, and analytics.
- URL: dashboard.licensechain.app
- Framework: Next.js (React/TypeScript)
- Auth: NextAuth.js
- Database: Shared PostgreSQL
🌍 Website
Marketing website with blog, help center, and product information.
- URL: www.licensechain.app
- Framework: Next.js (React/TypeScript)
- Features: Blog, Help Center, Careers
- Database: Shared PostgreSQL
📚 Documentation
Comprehensive documentation site with guides, API reference, and SDK documentation.
- URL: docs.licensechain.app
- Framework: Astro
- Content: Guides, API Reference, SDK Docs
🔌 SDK Ecosystem
LicenseChain provides official SDKs for 27+ programming languages and platforms, all connecting to the same API at https://api.licensechain.app/v1.
JavaScript/TypeScript
npm install licensechain-node-sdk
npm install licensechain-js-sdk
npm install @licensechain/web3-sdk
npm install @licensechain/ethereum-sdk
npm install @licensechain/polygon-sdk
npm install @licensechain/solana-sdk
npm install @licensechain/nft-sdk
npm install @licensechain/defi-sdk
Backend Languages
pip install licensechain-python-sdk
go get github.com/licensechain/LicenseChain-Go-SDK
cargo add licensechain
gem install licensechain_ruby_sdk
composer require licensechain/php-sdk
Maven: com.licensechain:licensechain-java-sdk
NuGet: LicenseChain.CSharp.SDK
NuGet: LicenseChain.SDK
cpan LicenseChain::SDK
CMake integration
Mobile & Desktop
Gradle: com.licensechain:licensechain-android-sdk
CocoaPods: pod 'LicenseChain'
CocoaPods: pod 'LicenseChain'
Unity Package Manager
Roblox/Wally integration
🌐 API Connection
All SDKs connect to the LicenseChain API:
- Base URL:
https://api.licensechain.app/v1 - Version: All endpoints prefixed with
/v1 - Authentication: JWT tokens or API keys
- Automatic Prefix: SDKs automatically prepend
/v1to endpoints
📊 Statistics
🚀 Getting Started
Ready to get started with LicenseChain? Here's what you need:
- Choose your SDK: Pick the SDK for your programming language
- Get your API key: Sign up at dashboard.licensechain.app
- Install the SDK: Use your package manager to install
- Initialize the client: Configure with your API key
- Start building: Follow our getting started guide
💡 Need Help?
Check out our getting started guide or browse the API reference for detailed documentation.