🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

monnero

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monnero

node-monero is a simple tool for all things related to the cryptocurrency.

1.0.6
latest
Source
npm
Version published
Weekly downloads
4
Maintainers
0
Weekly downloads
 
Created
Source

node-monero is a simple tool for all things related to the cryptocurrency.

Install

npm install monero

Examples

// Current price
const monero = require('monero');

monero.price(function(p) {
  console.log(p)
})

Keywords

monero

FAQs

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