Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 2.92 KB

README.md

File metadata and controls

77 lines (50 loc) · 2.92 KB

Mesh Logo


Mesh SDK

Licence Build Package

Twitter/X NPM


Mesh is an open-source library designed to make building dApps accessible. Whether you're a beginner developer, startup, web3 market leader, or a large enterprise, Mesh makes web3 development easy with reliable, scalable, and well-engineered APIs & developer tools.

Explore the features on Mesh Playground.

What's inside?

This Turborepo includes the following packages/apps:

Packages

Apps

Getting Started

Usage

To use Mesh in your project, run the following command to install the core package:

npm install @meshsdk/core

Install

To install all dependencies, run the following command:

npm install

Build

To build all apps and packages, run the following command:

npm run build

Develop

To develop all apps and packages, run the following command:

npm run dev

Alt