Socket
Socket
Sign inDemoInstall

monero

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    monero

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


Version published
Maintainers
1
Created

Readme

Source

node-monero is a simple wrapper for the Monero client's JSON-RPC API.

Install

npm install monero

Examples

Price

const monero = require('monero');

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

Keywords

FAQs

Last updated on 28 Jan 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc