Skip to content

Installation

Choose one of the installation methods below according to your project environment:

With NPM

Use this method if you are building a TypeScript/Node.js-based project.

sh
npm install lightvm
sh
npm install lightvm@next
sh
npm install lightvm@nightly

With Yarn

An alternative for those of you who prefer to use Yarn as a package manager.

sh
yarn add lightvm
sh
yarn add lightvm@next
sh
yarn add lightvm@nightly

With Cargo

If you're using Rust, use Cargo to integrate LightVM natively.

sh
cargo add lightvm
sh
cargo add lightvm@0.1.0-alpha.6

Released under the Apache-2.0 License.