@moar-market/sdk
v0.3.1
Published
Moar Market SDK
Downloads
7
Maintainers
Readme
@moar-market/sdk
The main SDK for interacting with Moar Market on the Aptos blockchain. Provides configuration management, logging, and type-safe interfaces for blockchain operations.
📦 Installation
pnpm add @moar-market/sdk🔧 Configuration
import { setAptosApiKey, setPanoraApiKey } from '@moar-market/sdk'
// set these config once in the beginning of the script
// setAptosApiKey(process.env.APTOS_API_KEY || '') // set aptos api key
// setPanoraApiKey(process.env.PANORA_API_KEY || '') // set panora api key
console.log('SDK initialized:')📝 Examples
See examples for more detailed examples.
