Git Product home page Git Product logo

Comments (4)

dwolfgram avatar dwolfgram commented on August 18, 2024

Hello @khoshrou

You can find doge here:
https://github.com/go-faast/coin-payments/tree/master/packages/doge-payments

For tether you are interested in the erc20 version?

from coinlib.

khoshrou avatar khoshrou commented on August 18, 2024

I am very new in this area.
I like to have crypto payments for my web site, does this library suitable for this?
is it using a backend broker or its standalone?
and is it possible to track who payed for a product? (kind of map registered users with wallet or transaction)
is there any working sample? (NextJS, Asp.net core, NodeJS, ...)
and sorry I didnot get this one "erc20 version"

from coinlib.

dylanseago avatar dylanseago commented on August 18, 2024

@khoshrou This is a standalone library for creating, signing, broadcasting, and looking up blockchain transactions, deriving addresses, checking address balances, and much more. It provides a single unified TypeScript interface for a number of blockchains and is designed to be stateless (ie not for mapping users transactions).

You can see some code examples here: https://github.com/go-faast/coin-payments/blob/master/packages/coin-payments/README.md

To make use of this library you'll need to integrate it into your backend service to manually track addresses, balances and the state of a transaction as it progresses throughout it's lifecycle (create -> sign -> broadcast -> confirmation).

If you're looking for a more beginner friendly solution that you can use to easily accept crypto payments on your website consider something like BitPay or Coinbase.

from coinlib.

khoshrou avatar khoshrou commented on August 18, 2024

This sounds amazing. I prefer a standalone solution.
Thanks

from coinlib.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.