Skip to content
@LicenseChain

LicenseChain

Innovative solutions for secure digital license management using blockchain technology.

LicenseChain

LicenseChain

Production-grade license management with multi-language SDK support

WebsiteDocumentationAPIDashboardLicense


What is LicenseChain?

LicenseChain helps developers and businesses manage, validate, and track software licenses across platforms and programming languages.

  • Secure API-key authentication
  • Create, verify, update, and revoke licenses
  • Hardware ID binding
  • Webhooks for license lifecycle events
  • Multi-language SDKs

Public SDKs

JavaScript / TypeScript

Backend languages

Mobile, desktop & game

Tools


Quick start

# Node.js
npm install licensechain-node-sdk
# Python
pip install licensechain-python-sdk
# Go
go get github.com/LicenseChain/LicenseChain-Go-SDK
# Ruby
gem install licensechain_ruby_sdk
# Rust
cargo add licensechain
importLicenseChainfrom'licensechain-node-sdk';constclient=newLicenseChain({apiKey: process.env.LICENSECHAIN_API_KEY,baseUrl: 'https://api.licensechain.app'});constlicense=awaitclient.licenses.verify('LICENSE-KEY-HERE');console.log('License status:',license.status);

Full guides: docs.licensechain.app


Documentation


Contributing

  • Open issues on the relevant public SDK repository
  • Follow that repository’s contribution guidelines and code style
  • Include tests and docs updates with pull requests

License

Public LicenseChain SDK repositories use the Elastic License 2.0. See each repository’s LICENSE file.


Links

Pinned Loading

  1. LicenseChain-Unity-SDKLicenseChain-Unity-SDKPublic

    Official Unity SDK for LicenseChain — license validation and management

    C#

  2. LicenseChain-Luau-SDKLicenseChain-Luau-SDKPublic

    Official Luau / Roblox SDK for LicenseChain — license validation and management

    Lua

Repositories

Showing 10 of 19 repositories

Top languages

Loading…

Most used topics

Loading…