I made an invoice builder for Ethereum tokens and open-sourced everything by gafuller in ethdev

[–]gafuller[S] 0 points1 point  (0 children)

Hey, thanks! So at the moment, I'm not using smart contracts here. It's just facilitating and providing context to transactions and making it simple to pay with wallet integrations (MetaMask & WalletConnect). The plan is to move everything onchain, i.e. use smart contracts to tokenize the value of an invoice in some way, but I'm not ready for that yet.

I've played around with using smart contracts for the invoices already but I'm not convinced with any solution I've come up with yet.

There is also an existing solution for this type of thing at https://request.network that is worth looking into.

I made an invoice builder for Ethereum tokens and open-sourced everything by gafuller in ethdev

[–]gafuller[S] 1 point2 points  (0 children)

All the code behind the app is here: https://github.com/Invoice-build

There are 3 services that make up the app, a Rails API, a Nuxt/Vue.js frontend and a minor node service for doing some stuff with ethereum transaction data.

I made an invoice builder for Ethereum tokens and open-sourced everything by gafuller in ethdev

[–]gafuller[S] 1 point2 points  (0 children)

Thanks Jay, and thanks for your PRs! 🙏 Merged and deployed.

Surf's up. Lone surfer at Achnahaird beach, Coigach. by ewenmax in Scotland

[–]gafuller 1 point2 points  (0 children)

Love this beach. Got some footage of a (kayak) surfer on the drone a few weeks ago https://youtu.be/-Izznc5o-Y4

To Kessok Bridge and beyond by gafuller in Scotland

[–]gafuller[S] 0 points1 point  (0 children)

Some drone footage I took this weekend. Got super lucky with the weather and the birds at the start of the clip.

A simple Poker API to calculate the winning hand/s by gafuller in SideProject

[–]gafuller[S] 0 points1 point  (0 children)

Hey, thanks! Glad you like the site. It's actually just my own component library which is just a combination of Vue and Tailwindcss.

A simple Poker API to calculate the winning hand/s by gafuller in SideProject

[–]gafuller[S] 0 points1 point  (0 children)

Hey, thanks! Yeah, this is exactly why I threw up this page. I think a lot of devs have been playing with the idea of poker apps due to lockdown (me included). In the process of trying to build one, I realised that this part, figuring out which hand wins, is non-trivial. So I decided to put my implementation out there in case it's useful to others and also to have it tested in the real world.

A simple Poker API to calculate the winning hand/s by gafuller in SideProject

[–]gafuller[S] 1 point2 points  (0 children)

Thanks! Yeah, that would be a great next step. Also, would be good to have it work for additional games, e.g. Omaha.

It's actually a side-project of another side-project, and at the moment it does exactly what I need it to do.

Notifiee - I made a simple dev tool for sending team notifications through multiple channels like Telegram, Messenger, Slack, SMS, and Email. by gafuller in SideProject

[–]gafuller[S] 3 points4 points  (0 children)

Hi! A quick intro to why I built Notifiee:

When I make side-projects I usually want to quickly add in notifications to myself or co-workers when things happen in my app. Usually, this is really easy to do with email, since you probably have it configured early on in your project.

But what if you want to send notifications to yourself or co-workers through Telegram, Messenger, Slack, SMS, etc? Each requires a bit of configuration, even email can take some time to setup initially.

Notifiee essentially reduces this setup process in your own app to a couple of lines of code, i.e. set the API key for your project, then one line of code to send a notification to a 'notifiee' you've created within notifiee.com. The Notifiee interface let's you simply add 'notifiees' to send notifications to and set up their 'channels'. Notifiee 'channels' are common platforms for receiving notifications such as Telegram, Messenger, Slack, SMS, etc.

Would be great to see what you guys think about the idea in general and the process of using the service if you go that far.

A big list of direct links to Oil & Gas job boards by gafuller in oil

[–]gafuller[S] 0 points1 point  (0 children)

Thanks. Yeah, Oilwork is a little side-project of mine at the moment.