Installation
Install and set up the Ferra DLMM SDK in your project.
Requirements
Install Package
Using npm
npm install @ferra-labs/dlmmUsing yarn
yarn add @ferra-labs/dlmmUsing pnpm
pnpm add @ferra-labs/dlmmTypeScript Configuration
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": true
}
}Verify Installation
Development Setup
Next Steps
Last updated