Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@rupicapra/oi-nest

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rupicapra/oi-nest

latest
npmnpm
Version
0.0.18
Version published
Weekly downloads
14
-12.5%
Maintainers
1
Weekly downloads
 
Created
Source

Config

  • A config.yaml is needed to run this module. The location needs to be specified via OI_CONFIG_FILE environment variable. -- The config.yaml needs to be a at a writable location to allow adaption after initialization
  • A write-able data/ directory is needed to store the IPFS/Helia-DB -- If dockerized, consider volumes -- If in Kubernetes, consider persistent volumes / PVC.

More detailed examples will be added later on.

Wallets

  • A wallets folder needs to exist. It should have at least wallets/eip155/default.json. -- This represents the default Wallet in the Ethereum JSON Keystore format. -- If you want to add a named wallet, add e.g. wallets/eip155/alice.json, which can then be used with the "wallet": "alice" option, e.g. when executing function calls. -- Make sure that the password for each wallet in wallets/eip155 is provided in config.yaml

FAQs

Package last updated on 19 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