libra-web icon indicating copy to clipboard operation
libra-web copied to clipboard

Please update the libra-web package on npmjs

Open kylinzuo opened this issue 6 years ago • 2 comments

kylinzuo avatar Jul 16 '19 11:07 kylinzuo

How can I include this library in node?

Ren14 avatar Jul 23 '19 18:07 Ren14

I found the solution

const { LibraWallet } = require('./node_modules/libra-web');

const wallet = LibraWallet.create()

Ren14 avatar Jul 23 '19 18:07 Ren14