
eas
/eas1282
Where attestation builders grow together.
CB verified pools launched 🔥🔥 leverages EAS under the hood as a core piece of infrastructure.
https://docs.verifiedpools.com/developers/verifications
https://docs.verifiedpools.com/developers/verifications
New article exploring why gov spending should be on an /ethereum L2 with attested data!
https://x.com/eas_eth/status/1884336605025976709
https://x.com/eas_eth/status/1884336605025976709
agents will process trust by devouring human language trust data, with similar effects to how we intuitively manage it.
that's what @coordinape is building
https://base.easscan.org/schema/view/0x82c2ec8ec89cf1d13022ff0867744f1cecf932faa4fe334aa1bb443edbfee3fa
that's what @coordinape is building
https://base.easscan.org/schema/view/0x82c2ec8ec89cf1d13022ff0867744f1cecf932faa4fe334aa1bb443edbfee3fa
Agent-based attestations are going to be fun to watch this year 👀
Coordinape had over 4,600 GIVE sent yesterday.
Attestors are euphoric
https://base.easscan.org/schema/view/0x82c2ec8ec89cf1d13022ff0867744f1cecf932faa4fe334aa1bb443edbfee3fa
Attestors are euphoric
https://base.easscan.org/schema/view/0x82c2ec8ec89cf1d13022ff0867744f1cecf932faa4fe334aa1bb443edbfee3fa
Great podcast segment with @pmarca talking about why every politician should sign (attest) to the statements they make using blockchain.
https://youtu.be/ye8MOfxD5nU?si=5N15J6UL8nKQrxTv&t=4706
https://youtu.be/ye8MOfxD5nU?si=5N15J6UL8nKQrxTv&t=4706
Any EAS builders planning on being at ETHIndia? EAS will have a bounty!
We’re looking for a few ambassadors that would like to represent the protocol 🔥 tag someone you’d recommend or drop their x/Warpcast profile
We’re looking for a few ambassadors that would like to represent the protocol 🔥 tag someone you’d recommend or drop their x/Warpcast profile
Nice write up from the witness team on a combined use of EAS and Witness
Lets you make any attestation onchain verifiable and tamper proof while preserving privacy
https://warpcast.com/witness/0x2f76fe03
Lets you make any attestation onchain verifiable and tamper proof while preserving privacy
https://warpcast.com/witness/0x2f76fe03
213250
WITNESS
@witness·21:23 30/10/2024
The @icebreaker team is building a decentralized professional network, where users own their professional identity.
To achieve this they combine /eas attestations & /witness timestamps, making credentials trustless, verifiable & gasless!
Read more in our most recent blog: https://witness.co/blog/icebreaker-x-witness
https://cosign.witness.co/api/frame/ipfs/QmV6capa6sCN3ocpU8vvN3sL9BMcWt1KF8dPmtFZApJ4qP
To achieve this they combine /eas attestations & /witness timestamps, making credentials trustless, verifiable & gasless!
Read more in our most recent blog: https://witness.co/blog/icebreaker-x-witness
https://cosign.witness.co/api/frame/ipfs/QmV6capa6sCN3ocpU8vvN3sL9BMcWt1KF8dPmtFZApJ4qP
I've been reflecting more deeply on why what we're all building matters.
This article is an optimistic view of the impact we all can have on the world, why attestations matter, and my bets for the near term.
Would love to hear your feedback.
https://x.com/brycepatrick/status/1842232758229188989
This article is an optimistic view of the impact we all can have on the world, why attestations matter, and my bets for the near term.
Would love to hear your feedback.
https://x.com/brycepatrick/status/1842232758229188989
Anyone building EAS (or around attestations generally) open to chatting this week? I’m digging into use cases, specifically interested in ZKP interop.
Looks like web3 funding announcements would be better and cheaper if made using EAS.
https://x.com/icebreaker_xyz/status/1836971004792295902
https://x.com/icebreaker_xyz/status/1836971004792295902
any eas folks coming to S.G.?
Sharing my PluginResolver contract here as well for any devs interested. Feedback is appreciated https://warpcast.com/kylekaplan/0x6c0e1367
16216
Kyle Kaplan
@kylekaplan·23:43 08/09/2024
This week I built a PluginResolver contract that is designed to enhance the Ethereum Attestation Service (EAS) by allowing a single resolver contract to leverage multiple smaller "plugin" resolver contracts.
🔵 Stackable Plugins: Combine multiple validating and executing plugins to create powerful, layered attestation logic. Example: Token gating, time-based restrictions, and sending notifications.
🔵 Flexibility and Customization: The modular nature of the PluginResolver enables a high degree of customization, allowing you to tailor attestation flows to specific business needs or use cases.
🔵 Simplified Management: Easily add, remove, or reuse existing plugins easily across different resolvers without redeploying the entire resolver contract.
For more details and full code check out my HackMD post. Feedback is welcome! https://hackmd.io/@kylekaplan/H1fHMR7nA
🔵 Stackable Plugins: Combine multiple validating and executing plugins to create powerful, layered attestation logic. Example: Token gating, time-based restrictions, and sending notifications.
🔵 Flexibility and Customization: The modular nature of the PluginResolver enables a high degree of customization, allowing you to tailor attestation flows to specific business needs or use cases.
🔵 Simplified Management: Easily add, remove, or reuse existing plugins easily across different resolvers without redeploying the entire resolver contract.
For more details and full code check out my HackMD post. Feedback is welcome! https://hackmd.io/@kylekaplan/H1fHMR7nA
EAS is a way for anyone to certify pieces of data so others can rely on it.
Doesn’t matter if it’s a government, community, company, person, machine, or smart contract. Anytime you want to verify that the info they are giving you is real, it should be attested to.
Doesn’t matter if it’s a government, community, company, person, machine, or smart contract. Anytime you want to verify that the info they are giving you is real, it should be attested to.
hello folks, I am trying to write an attestation resolver.
Here is both the resolver and the deploy script. I passed the base-sepolia SchemaRegistry to IEAS (not sure if this is correct)
however, the deployed schema will not work.
here is the delployed schema
https://base-sepolia.easscan.org/schema/view/0x62f4b7c0e2567b73d83811dc9b310e36b7da4d69f937852fd14f9849bc3adb18
if anyone can tell me what I am doing wrong I would be grateful.
when trying to do an offchain attestation I get an AccessDenied() error.
when doing onchain we get an estimateGas error.
I have the feeling some of their code might be borked cause this is super straightforward.
Here is both the resolver and the deploy script. I passed the base-sepolia SchemaRegistry to IEAS (not sure if this is correct)
however, the deployed schema will not work.
here is the delployed schema
https://base-sepolia.easscan.org/schema/view/0x62f4b7c0e2567b73d83811dc9b310e36b7da4d69f937852fd14f9849bc3adb18
if anyone can tell me what I am doing wrong I would be grateful.
when trying to do an offchain attestation I get an AccessDenied() error.
when doing onchain we get an estimateGas error.
I have the feeling some of their code might be borked cause this is super straightforward.
Was watching EAS and saw a former colleague sign up in realtime and begin attesting to other former colleagues at Google on /icebreaker
He's a superb technical writer but don't think he knows anything about crypto, so that's pretty cool seeing him make interoperable / cryptographically verifiable endorsements.
https://easscan.org/offchain/attestation/view/0xf060d4f41af0e6a9ff788f578ae7b9f181a65038778ef6c194c94fc467a86fb2
https://app.icebreaker.xyz/credentials/Worked%20directly%20with?show=receivers&givers=cm0l7qkoi061ge39nzxaun3zx
He's a superb technical writer but don't think he knows anything about crypto, so that's pretty cool seeing him make interoperable / cryptographically verifiable endorsements.
https://easscan.org/offchain/attestation/view/0xf060d4f41af0e6a9ff788f578ae7b9f181a65038778ef6c194c94fc467a86fb2
https://app.icebreaker.xyz/credentials/Worked%20directly%20with?show=receivers&givers=cm0l7qkoi061ge39nzxaun3zx
Buildoooors, we'd love to hear from you and your experience using EAS.
We need your support to gather as much information on EAS's impact to the Superchain. Don't forget to recast, so we can get many more insights into the impact of this tool!
https://contribution-frame-eas.vercel.app/
We need your support to gather as much information on EAS's impact to the Superchain. Don't forget to recast, so we can get many more insights into the impact of this tool!
https://contribution-frame-eas.vercel.app/
Launched auto-attestations from @botornot yesterday and we've already crossed 200!
Would love some input on ways to improve the schema.
I'm wondering if it makes sense for people to attest that the attestations are true vs making attestations themself?
Also curious how I can make it easy for others to query by FID so other apps can use the data to identify bot-likes in their apps.
https://base.easscan.org/attestation/view/0x021bfcb7c3071e22095eb3db669b8995bd551c9b5f7d38de94f8bc04b98986c3
Would love some input on ways to improve the schema.
I'm wondering if it makes sense for people to attest that the attestations are true vs making attestations themself?
Also curious how I can make it easy for others to query by FID so other apps can use the data to identify bot-likes in their apps.
https://base.easscan.org/attestation/view/0x021bfcb7c3071e22095eb3db669b8995bd551c9b5f7d38de94f8bc04b98986c3
This weekend I shipped a way for people to attest to /bot-or-not results via frame / cast action
https://warpcast.com/sayangel/0xeab432d9
I'd love to get feedback on the schema: https://base.easscan.org/schema/view/0x4fad2c558294b9b0d587d7047ccdd8ffbf3f14c0c03bc28471e1a72aef678747
how can I make attestations more verifiable? right now it requires that people check that the attesting wallet corresponds to the fid claiming to make the attestation.
should I add a bytes field for the frame signature to the schema?
https://warpcast.com/sayangel/0xeab432d9
I'd love to get feedback on the schema: https://base.easscan.org/schema/view/0x4fad2c558294b9b0d587d7047ccdd8ffbf3f14c0c03bc28471e1a72aef678747
how can I make attestations more verifiable? right now it requires that people check that the attesting wallet corresponds to the fid claiming to make the attestation.
should I add a bytes field for the frame signature to the schema?
I built a multi-chain Ethereum Attestation Service explorer into @blockhead for @ethglobal Superhack!
https://blockhead.info/apps/eas
https://blockhead.info/apps/eas
3854
Darryl Yeo 🛠️
@darrylyeo·03:23 17/08/2024
New protocol on @blockhead: Ethereum Attestation Service (/eas)!
Browse onchain and offchain attestations, schemas and smart contracts on /ethereum, @arbitrum One / Nova, @base, @linea, @optimism, @0xpolygon, @scrollzkp and @ipfs.
Powered by Easscan's GraphQL API (easscan.org).
Browse onchain and offchain attestations, schemas and smart contracts on /ethereum, @arbitrum One / Nova, @base, @linea, @optimism, @0xpolygon, @scrollzkp and @ipfs.
Powered by Easscan's GraphQL API (easscan.org).

Blockhead | track, visualize & explore all of crypto, DeFi & web3
Track, visualize & explore all of crypto, DeFi & web3 with Blockhead's crypto portfolio tracker, cross-EVM block explorer, and interfaces for your favorite dapps and web3 infrastructure.
blockhead.info
iterated on the nft folder format with @jordanpunzalan
now it is "1 folder = 1 attestation"
this way you get a list of folders from eas with a single request
https://github.com/lil-org/how-to-sync-nft-folders
now it is "1 folder = 1 attestation"
this way you get a list of folders from eas with a single request
https://github.com/lil-org/how-to-sync-nft-folders
Great write up and analysis by @chompk using the Onchain @receipts data from EAS from our challenge last week. More charts!
494279
chompk ↑
@chompk·17:10 12/08/2024
Last week #Olympics was crazy
What's also crazy is that the "Onchain Summer Challenge" hosted by @receiptsxyz just ended!
What's the challenge about?
How's the challenge data looks like?
Let's get right to it🏃
🧵👇 1/
What's also crazy is that the "Onchain Summer Challenge" hosted by @receiptsxyz just ended!
What's the challenge about?
How's the challenge data looks like?
Let's get right to it🏃
🧵👇 1/
Receipts went from offchain attestations in v1 to onchain anonymized and aggregated challenge attestations in v2..
Thanks to @hengar.eth and lower gas fees! 🥳
Thanks to @hengar.eth and lower gas fees! 🥳
Loading...