Introduction

Installation

meta-contract is a js / ts project. Install it and its dependencies via npm. You can also use yarn / pnpm / bun if you prefer.

npm install meta-contract

Using TypeScript

Meta Contract is written in TypeScript and includes type definitions. We recommend using TypeScript for your project as well for type safety and better development experience.

Previous
Getting started