TimA314 / JiYou

A Nostr Client
https://JiYou.social
11 stars 2 forks source link

feature request: donation link to the nostr-chat profile? #2

Closed ghost closed 1 year ago

ghost commented 1 year ago

hi, would it be possible to include a donation link to the nostr-chat profile? what do you think of this idea? does this idea make sense?

TimA314 commented 1 year ago

hi, would it be possible to include a donation link to the nostr-chat profile? what do you think of this idea? does this idea make sense?

Are you referring to integrating bitcoin lightning payments as donations to a note?

ghost commented 1 year ago

Are you referring to integrating bitcoin lightning payments as donations to a note?

Not.... let me explain why this is an interesting idea. As an JiYou user, I would like to add a personal donation or payment link to my profile. This personal payment or donation link is interesting because someone can access my user profile to send money in bitcoin or any platform, payment network. This is often important when you create content or manage information or curate links.

I think this can be done with NIP-39. With a donate or payment field or a tags field where the profile informs the donations or micropayments through tags. I'm talking about something like this:

{
    "id": <id>,
    "pubkey": <pubkey>,
    ...
    "tags": [
        ["i", "github:semisol", "9721ce4ee4fceb91c9711ca2a6c9a5ab"],
        ["i", "twitter:semisol_public", "1619358434134196225"],
        ["i", "mastodon:bitcoinhackers.org/@semisol", "109775066355589974"]
        ["i", "telegram:1087295469", "nostrdirectory/770"],
        ["donate", "paypal:1087295469", "url"],
        ["donate", "alipayl:1087295469", "url"],
        ["donate", "apple-payl:1087295469", "url"],
        ["donate", "click-to-payl:1087295469", "url"],  
        ["donate", "google-payl:1087295469", "url"],
        ["donate", "visa-checkoutl:1087295469", "url"], 
        ["donate", "payment-request-api-w3cl:1087295469", "url"], 
    ]
}

what do you think of this idea?

TimA314 commented 1 year ago

Are you referring to integrating bitcoin lightning payments as donations to a note?

Not.... let me explain why this is an interesting idea. As an JiYou user, I would like to add a personal donation or payment link to my profile. This personal payment or donation link is interesting because someone can access my user profile to send money in bitcoin or any platform, payment network. This is often important when you create content or manage information or curate links.

I think this can be done with NIP-39. With a donate or payment field or a tags field where the profile informs the donations or micropayments through tags. I'm talking about something like this:

{
    "id": <id>,
    "pubkey": <pubkey>,
    ...
    "tags": [
        ["i", "github:semisol", "9721ce4ee4fceb91c9711ca2a6c9a5ab"],
        ["i", "twitter:semisol_public", "1619358434134196225"],
        ["i", "mastodon:bitcoinhackers.org/@semisol", "109775066355589974"]
        ["i", "telegram:1087295469", "nostrdirectory/770"],
        ["donate", "paypal:1087295469", "url"],
        ["donate", "alipayl:1087295469", "url"],
        ["donate", "apple-payl:1087295469", "url"],
        ["donate", "click-to-payl:1087295469", "url"],  
        ["donate", "google-payl:1087295469", "url"],
        ["donate", "visa-checkoutl:1087295469", "url"], 
        ["donate", "payment-request-api-w3cl:1087295469", "url"], 
    ]
}

what do you think of this idea?

Definitely, My vision would to support as many NIPs as possible. If you do integrate this or have any other big fixes feel free to open a Pull Request.

ghost commented 1 year ago

Definitely, My vision would to support as many NIPs as possible. If you do integrate this or have any other big fixes feel free to open a Pull Request.

I will send a pull-request on this idea. so, thanks for all feedback!