diff --git a/posts/_metadata.json b/posts/_metadata.json index aabb828..b134d7c 100644 --- a/posts/_metadata.json +++ b/posts/_metadata.json @@ -7,6 +7,14 @@ "author": "jetstream0/Prussia", "tags": ["code", "project", "web", "markdown", "typescript_javascript", "css"] }, + "eve": { + "title": "Eve", + "slug": "eve", + "filename": "eve", + "date": "06/08/2023", + "author": "jetstream0/Prussia", + "tags": ["cryptography"] + }, "month-start-unix": { "title": "Finding the Unix Timestamp of the Start of the Month with Javascript", "slug": "month-start-unix", @@ -21,7 +29,7 @@ "filename": "190k_faucet", "date": "12/02/2023", "author": "jetstream0/Prussia", - "tags": ["project", "web", "milestone", "crypto"] + "tags": ["project", "web", "milestone", "cryptocurrency"] }, "adding-commas": { "title": "Adding Commas to Numbers", @@ -39,6 +47,14 @@ "author": "jetstream0/Prussia", "tags": ["bot", "typescript_javascript"] }, + "gobanme-v1-2": { + "title": "GoBanMe v1.2", + "slug": "gobanme-v1-2", + "filename": "gobanme_v1-2", + "date": "30/05/2022", + "author": "jetstream0/Prussia", + "tags": ["release", "cryptocurrency"] + }, "fake-typing-effect": { "title": "Making a Fake Typing Effect", "slug": "fake-typing-effect", @@ -62,13 +78,5 @@ "date": "02/08/2023", "author": "jetstream0/Prussia", "tags": ["code", "project", "web", "build", "docs", "typescript_javascript"] - }, - "eve": { - "title": "Eve", - "slug": "eve", - "filename": "eve", - "date": "06/08/2023", - "author": "jetstream0/Prussia", - "tags": ["cryptography"] } } \ No newline at end of file diff --git a/posts/eve.md b/posts/eve.md index 1491477..49d8e73 100644 --- a/posts/eve.md +++ b/posts/eve.md @@ -1 +1 @@ -![A stick figure is sitting, looking at a book that says: 'Baby Names', with the name 'Eve' underlined. Caption: Cryptographers say the best defense is a good offense.](/images/c/eve.png) \ No newline at end of file +![A stick figure is sitting, looking at a book that says: 'Baby Names', with the name 'Eve' underlined. Caption: Cryptographers say the best defense is a good offense.](/images/c/eve.png) diff --git a/posts/gobanme_v1-2.md b/posts/gobanme_v1-2.md new file mode 100644 index 0000000..8401c16 --- /dev/null +++ b/posts/gobanme_v1-2.md @@ -0,0 +1,16 @@ +![an example of the extension](/images/gobanme_example.png) + +GoBanMe is a pretty neat browser extension that was made to **tip your favorite websites Banano**. It also functions as a rudimentary wallet. + +Essentially, you can microtip your favorite Banano related websites like JungleTV, Yellowspyglass, or various faucets. The funds will go to the creator's wallet. There's even a 'Discover' Tab where you can find a list of websites that support GoBanMe. + +It's been around for a while, but recently it was (finally) updated. + +For firefox, this update makes GoBanMe more like a wallet, letting you send banano to any address, not just website operators. There will be many more updates to come, with the intent of GoBanMe becoming a "Metamask" of sorts for Banano. Additionally, **youtube channels with a banano address in their description can now be tipped!** + +For chrome, there are now huge usability improvements! + +Download it here for [Firefox](https://addons.mozilla.org/en-US/firefox/addon/gobanme/) (recommended). +Download it here for [Chrome and Chromium](https://chrome.google.com/webstore/detail/gobanme/chcpbckfgpcogpgceecknjgcaicdonje). + +Want to add GoBanMe support for your website? Read [here](https://www.prussia.dev/docs/gobanme/index.html#add-gobanme). diff --git a/static/images/gobanme_example.png b/static/images/gobanme_example.png new file mode 100644 index 0000000..9efeb38 Binary files /dev/null and b/static/images/gobanme_example.png differ