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 lightvmsh
npm install lightvm@nextsh
npm install lightvm@nightlyWith Yarn
An alternative for those of you who prefer to use Yarn as a package manager.
sh
yarn add lightvmsh
yarn add lightvm@nextsh
yarn add lightvm@nightlyWith Cargo
If you're using Rust, use Cargo to integrate LightVM natively.
sh
cargo add lightvmsh
cargo add lightvm@0.1.0-alpha.6