+30 AVS teams are building with the Othentic Stack.
We’re honored to work closely with incredible builders who shape the future of decentralized Web.
Check 🧵
I contributed to the RLN Trusted Setup Ceremony Phase 2 Trusted Setup ceremony! You can contribute here: https://t.co/ellJ1eEYa8 You can view my attestation here: https://t.co/UnstDbXsM5
@rickasaurus I wish Prolog had better tooling. Also, kinda sucks you basically have to learn emacs if you want to use it beyond toying around in swish.
My EVM guide is finally launching!
Learning EVM can get boring and painful if you just watch really long lectures or read a bunch of articles
Why not make it more fun with CTFs? While traditional CTFs require a lot of prereq knowledge, this guide assumes zero EVM background
@jtriley_eth TIL:
1. You can pass functions as parameters
2. If you have only one parameter you don't have to name it
Are there any good use cases for functions as parameters?
tbh if I took the time to properly learn CSS and React, and used typescript instead of plain javascript maybe this would have been less of a headache
also a linter could have been helpful
Interestingly enough, I couldn't find this mentioned anywhere on the solidity docs, and ABI specifications generated by hardhat don't seem to contain information on whether the contract is a library or not
It makes sense overall for libraries to have multiple functions that would collide under regular encoding rules, but ethers js doesn't seem to agree :))