Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@emurgo/yoroi-lib

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emurgo/yoroi-lib

## Getting started

  • 0.15.6-alpha.3
  • npm
  • Socket score

Version published
Weekly downloads
209
increased by280%
Maintainers
0
Weekly downloads
 
Created

Yoroi Lib

Getting started

Install Yoroi LIB

npm i @emurgo/yoroi-lib

Install Cross CSL for your runtime. NodeJS example:

npm i @emurgo/cross-csl-core @emurgo/cross-csl-nodejs

Create an instance of WasmModuleProxy and pass it to createYoroiLib:

import { createYoroiLib } from '@emurgo/yoroi-lib';
import { init } from '@emurgo/cross-csl-nodejs';

const yoroiLib = createYoroiLib(init());

FAQs

Package last updated on 19 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts