Hi everyone.

I am currently working on a notification system for Stellar. This system will be responsible for sending notifications on all account operations to the account holder. Stellar users can subscribe to this service by submitting their Public Keys on our website and selecting a preferred means of receiving the notifications.

At the moment, the notifications can be received via:

  1. Twitter DM
  2. Email
  3. Callback URL

Users are expected to select at least one of the above methods in order to subscribe for this service.

As mentioned earlier, the project is still under development. However, I will appreciate any suggestions or comments regarding it.

Thank you.

This sounds like a pretty good idea to me. Receive a message if you receive funds or a receipt if you send funds, etc. Since it involves public yet anonymous information you probably do not want to have de-anonymised and possible to be linked to an identity I'd suggest you add the ability to specify a PGP public key so the info can be sent encrypted. Kraken exchange for instance allows to do this and makes me very happy.

a month later

Hi all,

This project has been up and running and it can be accessed on https://dearstellar.github.io

It's Key features are:

  1. Subscription to the notification system.
  2. Real-time notifications for every type of transaction/operation carried out on a subscribers Stellar account.
  3. Notifications sent via the subscribers preferred method (email, Twitter dm, or using a callback URL). Note that subscribers are able to receive notifications via all methods if they choose to.

The current improvements being worked on are:

  1. Editing a subscription.
  2. Allowing multiple entries of a public key with different methods of receiving notifications. This will be ideal for users with shared accounts.

Would appreciate anybody that is willing to take out the time and test/leave feedback.

9 days later

Not super pretty obviously but the idea is super solid! I've really wanted this myself so excited to see how it feels. Great idea and execution! ?

    tyvdh Thanks for the feedback. Will definitely work on improving that.

    9 days later

    Definitely need to be able to edit subscriptions. Made the mistake of subscribing to an active account and now I get Twitter pings and emails WAY too frequently.

    So unsubscribe but also maybe a setting to limit the number of pings. Sort of wrap them up into a daily summary email or DM.

    19 days later

    Can I help on cleaning the frontend? SUPER cool service!

    It's currently throwing an error... "Subscription Error". Known issue?

    PeruZee Looks like he already has ? Thanks for bringing this up, wasn't aware of the service!

    a year later