24 XNO for Simple JavaScript Nano Payment Gateway Idea

This page summarizes the projects mentioned and recommended in the original post on /r/codefornano

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • Here, https://gitlab.com/alifurkany/paymentGateway/-/tree/trust-client

  • nano-backend-pull-example

    Retrieving your wallet's transaction history from a public Nano RPC node example.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • nanocrawler

    Web-based front end for viewing information about your Nano node and exploring the Nano network

    This touches on payment ids which is historically a sore spot with Nano. Without running a full node and using unique receiving addresses, verifying payments is hard to do. That said, there are work arounds. You can leverage the NanoCrawler apis and check pending blocks for unique transaction amounts (add tx id at end of raw transaction amount). In fact thats how Nano.to is verifying payments in the backend (unless he started up his own node).

  • nano

    ⚠️ Moved ⚠️ (by formsend)

    This touches on payment ids which is historically a sore spot with Nano. Without running a full node and using unique receiving addresses, verifying payments is hard to do. That said, there are work arounds. You can leverage the NanoCrawler apis and check pending blocks for unique transaction amounts (add tx id at end of raw transaction amount). In fact thats how Nano.to is verifying payments in the backend (unless he started up his own node).

  • bignumber.js

    A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic

    Would this solve the precision issue? https://github.com/MikeMcl/bignumber.js/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts