UNPKG

@efe136/legacychain-sdk

Version:

Official SDK for interacting with LegacyChain smart contracts and APIs

66 lines (47 loc) 2.04 kB
# LegacyChain SDK - Enterprise License Notice ## Important: This SDK is Licensed Under an Enterprise Agreement The LegacyChain SDK is no longer available under the MIT license. It is now distributed under the **LegacyChain SDK Enterprise License Agreement**. ### What This Means for You 1. **Free Tier Available**: You can still use the SDK for free with limited API requests (10 req/min) 2. **Paid Plans Required for Production**: Production usage requires a paid plan 3. **No Redistribution**: The SDK cannot be redistributed or resold 4. **Commercial Use Restrictions**: Review the LICENSE file for full terms ### Available Plans | Plan | Monthly Price | Best For | |------|---------------|----------| | **Free** | $0 | Development & Testing | | **Starter** | $29 | Small Projects | | **Pro** | $99 | Growing Applications | | **Enterprise** | Custom | Large Organizations | ### How to Get Started 1. **Development** (Free Tier): ```bash npm install @efe136/legacychain-sdk ``` Generate a free API key at https://legacychain.net/dashboard 2. **Production** (Paid Plans): - Visit https://legacychain.net/pricing - Choose your plan and make payment - Receive upgraded API key instantly 3. **Enterprise** (Custom Terms): - Contact enterprise@legacychain.net - Discuss your requirements - Get custom pricing and SLA ### Key Restrictions - ❌ Cannot modify or create derivative works without permission - ❌ Cannot use to compete with LegacyChain - ❌ Cannot share API keys or credentials - ❌ Cannot reverse engineer the SDK ### Need the Old MIT Version? The last MIT-licensed version (v1.0.9) is still available: ```bash npm install @efe136/legacychain-sdk@1.0.9 ``` Note: This version lacks newer features and will not receive updates. ### Questions? - **Sales**: enterprise@legacychain.net - **Support**: support@legacychain.net - **Documentation**: https://legacychain.net/docs/sdk - **Legal**: legal@legacychain.net --- By using this SDK, you agree to the terms in the LICENSE file.