Getting Started
Installation
npm install @tephranet/tephra-sdk
# or ...
yarn add @tephranet/tephra-sdkAuthentication
// Import our SDK
import { TephraSDK } from '@tephranet/tephra-sdk'
// Authenticate
const tephra = new TephraSDK(KEY, SECRET)Last updated
Was this helpful?