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
๐ ๏ธ Tools & Products
Beyond the core platform, LicenseChain offers ready-made bots and integrations that use the same API.
Entitlement source of truth: plan capabilities such as API access, team collaboration,
custom integrations, analytics level, and webhook mode are resolved from the shared
tiers table in PostgreSQL by Dashboard and Core API runtime resolvers.
Static tier maps are retained only for fields not yet represented in that table.
๐ 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.