swarmvm
v0.1.1
Published
The official SwarmVM runtime package.
Downloads
23
Readme
swarmvm
swarmvm is the official npm package for the SwarmVM runtime project.
Install
npm install swarmvmStatus
The package currently exports project metadata for the public SwarmVM package name. Runtime APIs are expected to be published here as the project develops.
API
const swarmvm = require('swarmvm');
console.log(swarmvm.name);
console.log(swarmvm.status);Links
- Repository: https://github.com/swarmscript/swarmvm
- Issues: https://github.com/swarmscript/swarmvm/issues
