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

Website Documentation API Dashboard License


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
import LicenseChain from 'licensechain-node-sdk';

const client = new LicenseChain({
  apiKey: process.env.LICENSECHAIN_API_KEY,
  baseUrl: 'https://api.licensechain.app'
});

const license = await client.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-SDK LicenseChain-Unity-SDK Public

    Official Unity SDK for LicenseChain — license validation and management

    C#

  2. LicenseChain-Luau-SDK LicenseChain-Luau-SDK Public

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

    Lua

Repositories

Showing 10 of 19 repositories

Top languages

Loading…

Most used topics

Loading…