lamden-js #
This is the Lamden javascript implementation used in the Lamden Wallet Chrome Extention (Github).
This package should work in nodejs
and broswer
implementations.
Install #
npm install lamden-js
Add to project #
import Lamden from ‘lamden-js’
orCopyconst Lamden = require(‘lamden-js’)