monero-ts
TypeScript library for using Monero (by woodser)
monero-python
A comprehensive Python module for handling Monero cryptocurrency (by monero-ecosystem)
monero-ts | monero-python | |
---|---|---|
11 | 10 | |
214 | 236 | |
0.0% | - | |
8.6 | 0.0 | |
23 days ago | over 1 year ago | |
TypeScript | Python | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
monero-ts
Posts with mentions or reviews of monero-ts.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-03.
-
Introducing monero-ts, a major upgrade to the monero-javascript library
TypeDocs instead of JSDocs.
- Best Node.js Library for Creating a Payment Portal with Monero
-
Call for developers (TypeScript/JavaScript)
- TypeScript Support - Multithreading and performance improvements
-
Monero-Javascript doesnt work on latest version of NodeJS
As a Javascript developer and I want to build on Monero, but as of right now it doesnt seem like the available software is maintained enough for me to build on it. The last commit i see on github was 3 months ago and theres problems with it today. It seems due to IPV4/6 address handling, NodeJS >17 is breaking monero-javascript. Its been a week since the issue was discovered. Can someone fix this?
-
Merchant - A FOSS Desktop Point of Sale App for Accepting in Person Monero Payments
Hello all, long time lurker, developer, designer, and huge supporter of Monero here! So much so, for the past few months I have been developing a point of sale desktop app for accepting in person payments of Monero at your place of business. What I have developed is an Electron JS native desktop app that uses the MoneroJS library to create a view only wallet from an existing wallet and monitor incoming transactions when told to do so (ie. at checkout and in wallet). Think of it like an extension of the official GUI wallet's Merchant mode. Further, the app allows you to store the transactions for records keeping and even allows you to print a receipt out for your patron at checkout if you have a USB thermal printer. Fancy, eh!?!
-
Is there a browser wallet for Monero like metamask?
Someone just needs to create a browser plugin which communicates with a local wallet instance (e.g. monero-wallet-rpc) using a library like monero-javascript.
-
[Developers] Suggestions on some good cryptocurrency wallet APIs
This should do what you want in nodejs: https://github.com/monero-ecosystem/monero-javascript
-
[DEVELOPER] Require support with this issue thank you!
I tried to connect to a bunch of nodes (for instance, node.moneroworld.com:18089 and node-1.sethsimmons.me:18089), using the sample codes provided in the github page here (https://github.com/monero-ecosystem/monero-javascript).
-
[Looking] Looking for a monero developer.
I'm the author of the node.js library for Monero. Can I offer advice?
-
C# Monero Library Joins the Monero Ecosystem and Monero's Official Website
Can't say for this project, but monero-javascript can be used for web projects and is thread safe.
monero-python
Posts with mentions or reviews of monero-python.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-20.
- Would teaching myself Python be of any use to the Monero ecosystem?
-
SECURITY UPDATE: monero-python 1.0.2
If anyone is using my monero Python module for output recognition, please upgrade immediately to version 1.0.2. It's available on PyPI and, of course, on Github.
-
Can one wallet auto-forward to another wallet?
More like monero-wallet-rpc and a little Python, using this library for example.
- We're mature! monero-python 1.0 has been released!
- monero-python 0.99 is released, testers welcome!
- Want more places to spend your Monero? A proposal to generate more Monero app development video tutorials
-
Help w/ View Keys & Python
I have a bot that I’ve written in python and I would like to extend it to watch a monero node, which I am running locally, for transactions using a private view key and then perform an action if a transaction occurs. I’ve looked through both the documentation and the sources for monero-python and I just can’t seem to figure out how to get it to use an existing viewkey. I can connect to my node and interact with the blockchain. I see how I can generate a new wallet and get its view key, but I just don’t see how I go about loading a view key so that I can use it to verify transactions using the viewkey I already have. Does anybody know how I would go about doing this? I would even settle for information about how to do this just with the json_rpc from the daemon, if that’s the best information someone knows (yes, I’ve read the docs, I’m clearly just looking right past the answer). I have read how to use `monero-wallet-cl` with `--generate-from-view-key`, but I’m hoping there’s a way for my bot to do this directly. Thanks for the help.
-
Seeking advice to integrate monero payments.
If so, you'll want to use monero-python
-
Fastest way to check a 25 word monero seed phrase?
If you know a transaction that was made with (or to) the wallet (like the withdrawal tx from an exchange), you can check the transaction pubkey against the seed you are checking to get an immediate result. You should be able to re-purpose monero-python for that.
-
[Developers] Suggestions on some good cryptocurrency wallet APIs
No, not at this time Upvote: https://github.com/monero-ecosystem/monero-python/issues/73
What are some alternatives?
When comparing monero-ts and monero-python you can also consider the following projects:
monerod_exporter - Monerod Prometheus exporter
MoneroTipper - Source code behind /u/MoneroTipsBot, a secure, on-chain Monero tipping service
simple-react-full-stack - Boilerplate to build a full stack web application using React, Node.js, Express and Webpack.
tk-wallet - [Released] Legacy TK based Wallet for Bismuth Crypto currency
monero-java - Java library for using Monero