Profile: ed1d0e1f...
Great idea!
created_at is different for the different posts, so whatever client(s) are submitting at different times ... possibly multiple mouse clicks. Aside: bitcoiner.social nostr relay is cool, added!
https://www.youtube.com/watch?v=mBbZkHUPhdc nostr profile 1
nos2x 1.3.2 is now working on firefox, I've removed my workarounds
Dont even really need full RGB to get going. You have ownership rights with schnorr signatures, which is like bitcoin.
Then you have on-chain commitments via single use seals, and that can be a nostr tag. So nostr contracts can be committed
Start simple and build more
Modified RGB over nostr FTW
Even more amazing is that someone has a job to go through github profiles and flag public keys (which is also central to git!)
do it!
$ mkdir -p ~/.nostr/data
$ docker run -p 7000:8080 -v ~/.nostr/data:/usr/src/app/db scsibug/nostr-rs-relay
is this firefox? it's a serialization bug, i get round it with
// workaround for now
if (navigator.userAgent.indexOf("Firefox") > 0) {
publicKey = publicKey.split(/(..)/g).filter(i => i).map(i => String.fromCharCode(parseInt(i, 16))).join('')
}
what is nostril?
cool! try nos2x https://play-grounds.github.io/nos2x/
Help test nos2x in different browsers https://play-grounds.github.io/nos2x/