Skip to content

Commit

Permalink
indexsupply.com/update-1: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith committed Mar 26, 2024
1 parent 4873df3 commit 13019d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexsupply.com/update-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _March 26th, 2024_

It's been nearly a year since I wrote the [announcement post](https://github.com/orgs/indexsupply/discussions/125) for Index Supply. Some of those ideas remain and some have changed. What hasn't changed is my personal excitement for the space. I got into crypto in 2012 when I was dealing with script kiddies who tried hijacking the Heroku free tier for Bitcoin mining. Since then I've been annoyed but also positively infected with the ideas of crypto currency. My excitement for Ethereum (and Bitcoin) increases year over year.

Index Supply started with the vision of building and open source [Ethereum client for indexing](https://github.com/orgs/indexsupply/discussions/129). I am still working towards that goal; albiet through a slight detour. I started by building an [Ethereum stack from scratch in Go](https://github.com/indexsupply/code/tree/main). I implemented RLP, ABI, and the Disc protocol --all with [improved performance](https://github.com/orgs/indexsupply/discussions/88) when compared with current tools. But along the way I was introduced to various teams who wanted me to build an Ethereum to Postgres indexer. And so I built [Shovel](/shovel). Shovel is an open source tool that uses a declaritive json config to map Ethereum events onto Postgres tables. It doesn't require custom code and it works concurrently on many different chains (ie maninet + base + zora etc.). Shovel is now in production on [many key projects](/customer-case-studies) and I recently announced its [1.0 release](/shovel/1.0).
Index Supply started with the vision of building an open source [Ethereum client for indexing](https://github.com/orgs/indexsupply/discussions/129). I am still working towards that goal; albiet through a slight detour. I started by building an [Ethereum stack from scratch in Go](https://github.com/indexsupply/code/tree/main). I implemented RLP, ABI, and the Disc protocol --all with [improved performance](https://github.com/orgs/indexsupply/discussions/88) when compared with current tools. But along the way I was introduced to various teams who wanted me to build an Ethereum to Postgres indexer. And so I built [Shovel](/shovel). Shovel is an open source tool that uses a declaritive json config to map Ethereum events onto Postgres tables. It doesn't require custom code and it works concurrently on many different chains (ie maninet + base + zora etc.). Shovel is now in production on [many key projects](/customer-case-studies) and I recently announced its [1.0 release](/shovel/1.0).

While building Shovel, I have come across several unique projects that require highly tuned indexing solutions. I could try and make Shovel fit those use cases, and some other open source tools try to do this, but if I were in charge of these unique projects, I would not want a generalized solution and instead I would want something tailored to the problem. And for these projects, Index Supply is spinning up an Engineering Services business.

Expand Down

0 comments on commit 13019d5

Please sign in to comment.