INSTALLATION

Get up and running in minutes by installing our SDK or CLI tools. Choose the method that best fits your workflow.

PREREQUISITES

  • Node.js v16 or higher
  • npm or Yarn
  • Python 3.8+ (for Python SDK)
  • Git (to clone examples)

JAVASCRIPT SDK

Install via npm or Yarn and initialize.

npm install @rocketpad/sdk
import RocketPad from '@rocketpad/sdk';

// Example: initialize client
const client = new RocketPad({ 
  network: 'mars', // 'bsc' or 'mars'
  apiKey: 'YOUR_API_KEY_HERE' 
});

async function getSaleInfo() {
  const sale = await client.getSaleInfo('sale-id');
  console.log(sale);
}

WHY ROCKET PAD

Rocket Pad is the premier launchpad for RWAs on Mars Chain, providing end-to-end IDO services with transparent, scalable fundraising.

INTRODUCTION

Welcome to Rocket Pad documentation. Learn how to integrate with our platform and launch your projects successfully.

GETTING STARTED

Follow this guide to get started with Rocket Pad and launch your first IDO.

Platform Compatibility

Documentation for Platform Compatibility.

Faq

Documentation for Faq.

Staking

Documentation for Staking.

Token Sale

Documentation for Token Sale.

Launch Tutorial

Documentation for Launch Tutorial.

Advanced Strategies

Documentation for Advanced Strategies.

Python Sdk

Documentation for Python Sdk.

Cli Tool

Documentation for Cli Tool.

Code Samples

Documentation for Code Samples.

Contracts Overview

Documentation for Contracts Overview.

Ido Contract

Documentation for Ido Contract.

Staking Contract

Documentation for Staking Contract.

Abi Addresses

Documentation for Abi Addresses.

Endpoints

Documentation for Endpoints.

Authentication

Documentation for Authentication.

Examples

Documentation for Examples.

Error Codes

Documentation for Error Codes.

Metamask

Documentation for Metamask.

Walletconnect

Documentation for Walletconnect.

The Graph

Documentation for The Graph.