synonymdev / slashpay-istanbul-hackday

A demo of the power of sovereign routing using Slashtags, in this case for payment methods negotiation.

Home Page:https://docs.google.com/document/d/10rgPbDMer6uL7L8QZ5ve-KU_pkI_YSwSO4dmzUmjU6s/edit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightning Hackday Istanbul SlashPay

Read more

Install

npm i -g hackday-slashpay

Usage

Client side

slashpay

Server side

const implementation = async (data, onInvoice, onReceipt) => {};
slashtagsPayServer(implementation);

This repo provides a way to resolve a Slashtag to a hyperswarm DHT server, but does not implement the payment methods logic.

Check how to configure the full server at the demo server

About

A demo of the power of sovereign routing using Slashtags, in this case for payment methods negotiation.

https://docs.google.com/document/d/10rgPbDMer6uL7L8QZ5ve-KU_pkI_YSwSO4dmzUmjU6s/edit

License:MIT License


Languages

Language:JavaScript 100.0%