• General
  • Nucleo.fi - Stellar Community Feedback

Realized it might be better to start a new thread for community feedback instead of sifting through the Build Challenge blurb for the typeform. Here's the previous message. Thanks again everyone!

Hi Everyone,

I wanted to get the community's feedback on how best to improve Nucleo and make it something every Stellar user absolutely loves. I'd love to hear your thoughts on what's working so far and what's not.

I've built this short typeform for people to give their thoughts since the end of the Build Challenge, but of course comments below are always great too ?.

Really I'd like to hear from you all on whether you:

  • Like the social aspects of discovering new tokens with friends (and whether to expand on this by allowing users to post crypto-related thoughts, articles, comments, etc.),

  • Want more flexibility on the investing side through offerings of more pegged crypto assets like EOS, DASH, MONERO, etc.,

  • Would be more likely to use Nucleo if you could deposit a range of fiat currencies (USD, EUR, etc.) directly within the platform to your Stellar accounts.

Thanks everyone for all the help. Looking forward to hearing from you all again!

10 days later

Some updates to Nucleo based on Stellar community feedback (thanks again everyone!)

  • You can now post content to your feed to share info on Stellar projects that interest you (likes & comments on posts are included of course: XLM rewards for content may be next)
  • An upgraded dashboard for an easier and more consolidated UI
    Nucleo dash
  • USD and maybe EUR deposits/withdrawals within Nucleo using existing anchors will likely happen soon.
  • @MisterTicot Your embeddable form with single sign-on using sep-0010 is next. It should look something like this:
    Nucleo embeddable

Might include the last feed item in the embeddable form or notification updates (recent likes, comments, etc.) as well, but let me know what you think.

Hope everyone enjoys the new features ?

Well actually that was not what I was imagining at all, and that's ok because I really like your idea ?

I was thinking about a simple way to create/add an account from outside ?

Anyway I widgets like the one youlre proposing and I'm open to add it into Stellar Authenticator.

I think the create/add functionality could be in the widget prior to sign in using sep-010 so could be the best of both worlds ?

MisterTicot

Ho by the way I forgot to tell you about the cosmic-lib beta release.

I worked hard on making it as convenient as possible.

To convert your transaction to cosmic link:

const uri = new CosmicLink(transaction, { network: 'public' }).uri

SEP-0007:

const sep7 = new CosmicLink(transaction).sep7

Alternatively if in your DOM tree you have a <a id="cosmiclink">...</a> it will automatically refer to the most recent CosmicLink address.