$CRE8 is launching on May 22nd. Beware of fake launches.
CRE8 Finance
CRE8 Finance
  • Introduction
  • Getting Started
    • The $8+ Trillion Service Economy
    • Tokenized Gigs: Turning Services into SPL Tokens
  • Smart Contract Architecture
    • Token Minting and Management
    • Escrow and Service Contract Logic
  • Gig Flow: From Listing to Escrow to Settlement
    • 1. Service Listing & Tokenization
    • 2. Buyer Purchases the Service (Escrow Initiation)
    • 3. Service Delivery Off-Chain
    • 4. Verification & Escrow Settlement
    • 5. Ratings and Reputation
    • Summary of the Flow with an Example
  • Platform Features, Applications and User Tools
    • Web App and Mobile Apps
      • Integrated Chat and Communication
      • Reviews and Ratings System
      • User Dashboard and Analytics
      • Wallet Integration (Non-Custodial)
      • Notifications and Real-Time Updates
      • Additional Features
  • $CRE8 Token
    • Utility Overview
      • Medium of Exchange
      • Platform Fee Currency
      • Staking and Rewards
      • Governance
      • Incentives and Rewards
      • Collateral / DeFi Utility
  • Fee Discounts
  • Tokenomics and Distribution
  • Staking Mechanism
  • Governance Rights
  • Summary of $CRE8 Benefits
  • APIs & SDK
    • Integrating with CRE8
    • API Overview
    • SDKs for Different Environments
    • Detailed API Endpoints (Examples)
    • Example Use Cases for APIs/SDKs
    • API/SDK Security and Rate Limiting
    • Developer Portal and Documentation
  • Developer Section
    • Examples, Formulas, and Integration Flows
    • Creating a Tokenized Service (via SDK)
    • Calculating Fees and Discounts
    • Escrow Milestone Release Calculation
    • Integration Flow: Web App Using CRE8 APIs
    • Architectural Diagram
    • Querying On-Chain Data
    • Developer Tips
  • Other Products
    • CRE8 Wallet
      • Wallet Architecture and Key Management
      • Integrated Features
      • Security Measures
      • Interaction with the Platform
      • Supported Assets
      • Non-Custodial Philosophy
  • The CRE8 Card
    • Concept Overview
    • How it works
    • Integration with Platform
    • Compliance for Card
    • Timeline and Status
    • Potential Impact of CRE8 Card
  • Community & FAQ
    • Glossary
    • FAQ
    • Legal
    • Privacy Policy
    • CRE8 Socials
Powered by GitBook

@CRE8 Technologies LLC

On this page
  1. APIs & SDK

SDKs for Different Environments

To make it easier for developers, CRE8 would provide SDKs in popular languages:

  • JavaScript/TypeScript SDK: Given a lot of Web3 development and integration happens in JS (especially with Node.js and web frontends), a TS SDK is likely available. This SDK would abstract away direct REST calls and Solana transactions, providing functions like sdk.createListing({...}), sdk.buyService(listingId, buyerWallet), sdk.confirmDelivery(orderId), etc. Under the hood, it would handle constructing and sending the appropriate transactions to the Solana cluster and/or hitting the CRE8 backend where needed.

  • Mobile SDKs: Perhaps a Swift SDK for iOS and Kotlin/Java SDK for Android, if mobile apps want to integrate (though mobile devs could also call the REST API directly). If CRE8 expects other apps to embed service tokenization (for instance, a company like Upwork wanting to experiment with on-chain escrow could use the SDK), having mobile-friendly SDKs or at least clear API docs is useful.

  • Python/Rust/Other SDKs: Possibly a Python library for scripting or data analysis (someone might want to pull all their transaction data, for instance). Rust SDK might be more for interacting with on-chain program if needed, but since Solana programs can be invoked by any Solana client libraries, a dedicated Rust SDK may not be needed beyond using Solana’s SDK.

PreviousAPI OverviewNextDetailed API Endpoints (Examples)

Last updated 3 days ago

Page cover image