-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Silent payment basic scheme #109
base: master
Are you sure you want to change the base?
Conversation
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
after an offline conversation, @louisinger and I agreed on:
This could be enough for a first iteration of silent payments, although my vision is to make this class look like any other kind of |
Implementation of silent payments "BIP352" based on the python reference code.
TL;DR
silentpayment
module exported inindex.ts
SilentPaymentAddress
lets you decode & encode silent payment addresses (2 keys version)SilentPayment
class needs an injected secp256k1 lib and exposes a set of useful function used to send & receive to silent payment.@tiero @altafan please review