For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Get started with the MeshifAI JavaScript SDK by installing it via NPM:

npm install @0xretrodev/meshifai

Or using Yarn:

yarn add @0xretrodev/meshifai

Requirements

  • Node.js 14 or later

  • npm or yarn package manager

Importing the SDK

ES6/TypeScript:

import meshifai from '@0xretrodev/meshifai'

Last updated