Mats pfp
Mats
@mats
we released Sim IDX today a game changing new way to create custom indexes of crypto data https://x.com/dune/status/1937511134741021153?s=46
2 replies
0 recast
8 reactions

Mats pfp
Mats
@mats
forget rpcs forget databases forget running a binary forget hosting an api just git push
1 reply
0 recast
2 reactions

Mats pfp
Mats
@mats
sim idx is zero infrastructure you write your indexing logic in solidity(!) and your api in Typescript
1 reply
0 recast
0 reaction

Mats pfp
Mats
@mats
when you push a branch to your repo we pull it down build it provision databases deploy backfills deploy tip streams deploy apis and give you a preview url to test
1 reply
0 recast
0 reaction

Mats pfp
Mats
@mats
when you’re happy, just merge to main and we swap over your production deployment
1 reply
0 recast
1 reaction

Mats pfp
Mats
@mats
sim idx does data access in solidity and not typescript, and you have access to the entire evm state when you process events no more slow eth_call’s in your transformation step
1 reply
0 recast
0 reaction

Mats pfp
Mats
@mats
need to enrich with uniswap prices, just call a contract need to enrich with token metadata, just call the contract need logic from your smart contracts? import the code..
1 reply
0 recast
0 reaction

Mats pfp
Mats
@mats
our solidity listener contracts are developed in standard foundry projects allowing you to use all the tooling you are familiar with
1 reply
0 recast
0 reaction