/slashpay-istanbul-hackday

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

Primary LanguageJavaScriptMIT LicenseMIT

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