2️⃣Set up the SDK
After you have installed the SDK, you first need to set it up.
import { AKKA } from '@akkafinance/sdk'
const akka = new AKKA({})
// or
const { AKKA } = require("@akkafinance/sdk")
const akka = new AKKA({})type ConfigUpdate = {
apiUrl: string
}Node.js Compatibility
Last updated