New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@emurgo/yoroi-lib

Package Overview
Dependencies
Maintainers
0
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emurgo/yoroi-lib

## Getting started

2.2.6
latest
npm
Version published
Weekly downloads
88
-52.17%
Maintainers
0
Weekly downloads
 
Created
Source

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 16 Jan 2025

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