Reveel Protocol v2 Documentation
  • πŸš€Reveel Protocol - Introduction
  • 🏁Getting Started
    • Creating a Revenue Path
    • Adding Revenue Path Tiers
    • Viewing your Revenue Path
    • Withdrawing Funds
    • Revenue Path Dashboard
    • Updating your Revenue Path
    • Selecting a Network
  • βš—οΈProtocol Concepts
    • Tiers
    • Mutable Revenue Paths
    • Path Manager
    • Platform Fee
    • Meta Transactions
  • πŸ§‘β€πŸŒΎSDK
    • Overview
    • 1.0 React Hooks
    • 2.0 Async Javascript
    • 3.0 Data API
  • NFT Marketplace Integrations
    • Lens
    • Zora
    • Foundation
    • OpenSea
    • Manifold
    • Decent
    • Vol FM
  • ♾️Revenue Share Use Cases
    • Recoup Advance
    • Primary vs. Secondary Splits
    • Revenue Milestone
    • Cap Earnings
Powered by GitBook
On this page
  1. πŸ§‘β€πŸŒΎSDK

Overview

PreviousMeta TransactionsNext1.0 React Hooks

Last updated 2 years ago

CtrlK

Developer & builders interested in implementing Reveel in their application can register their interest to ensure we can support in integrating the Reveel SDK.

For any questions feel free to join us in the #dev-support channel on Discord.

The R3vl SDK enables frontend developers to integrate Reveel's smart contracts with a seamless javascript integration. Developers will be able to choose from one of two integration methods:

  1. React Hooks library

  2. Asynchronous Javascript Functions

For both of the above you will require a Data API access. The API-Key token can be requested from here.

The React Hooks library in the SDK is the optimal method for a react frontend. The Asynchronous Javascript functions are meant to expose lower-level functionality for alternative use cases.

On the following pages we'll break down the functionality available in both integration methods.