
eas
/eas1281
Where attestation builders grow together.
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?
1725
Angel - Not A Bot
@sayangel·01:53 18/08/2024
I've been wanting to ship this for a long time...🥳
There is a new "Attest" button in the /bot-or-not frame that allows you to confirm the analysis of a given FID on-chain via /eas attestation on base
Want to double down on someone's bot-like status? Attest.
Find a solid builder and want to let the world know? Attest.
I may iterate on the schema once more, but want to start testing this. I have more thoughts to write on this feature but will save those for another time.
here's an attestion of my own Bot or Not classification: https://base.easscan.org/attestation/view/0xd91aa15ca95407c60b8714bfd9a5526353e242d8609d5efa6f7d0d0456c42e73
There is a new "Attest" button in the /bot-or-not frame that allows you to confirm the analysis of a given FID on-chain via /eas attestation on base
Want to double down on someone's bot-like status? Attest.
Find a solid builder and want to let the world know? Attest.
I may iterate on the schema once more, but want to start testing this. I have more thoughts to write on this feature but will save those for another time.
here's an attestion of my own Bot or Not classification: https://base.easscan.org/attestation/view/0xd91aa15ca95407c60b8714bfd9a5526353e242d8609d5efa6f7d0d0456c42e73

Schema #426 - 0x4fad...78747
View schema details for 0x4fad...78747 on EAS - Ethereum Attestation Service.
base.easscan.org
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! 🥳
325
Victor Ma 🧾
@vm·21:20 06/08/2024
two days into our onchain summer challenge:
176 total participants
1,659,117 total seconds of moving time
952,279 total intensity seconds
1,334,450 total meters ran
2,401,782 total meters biked
80,115 total seconds of strength training
we're publishing aggregated data every hour onchain to /base /eas
https://base.easscan.org/schema/view/0x306c3768de1da8b0d36386d395ccafd05526741a6d38a3cee1bbbb7765d461d2
if you're interested in building something that uses these attestations, feel free to DM, would love to support
this is the first at-scale initiative to bring authenticated data from wearables onchain, much more to come here for individuals in the future 🧾
176 total participants
1,659,117 total seconds of moving time
952,279 total intensity seconds
1,334,450 total meters ran
2,401,782 total meters biked
80,115 total seconds of strength training
we're publishing aggregated data every hour onchain to /base /eas
https://base.easscan.org/schema/view/0x306c3768de1da8b0d36386d395ccafd05526741a6d38a3cee1bbbb7765d461d2
if you're interested in building something that uses these attestations, feel free to DM, would love to support
this is the first at-scale initiative to bring authenticated data from wearables onchain, much more to come here for individuals in the future 🧾
Ooooo! Starting to see the content hash schema being used. Over 4k attestations made on Base.
It's a simple way to attest to a file hash and allow others to verify against the hash by uploading the same file.
https://base.easscan.org/schema/view/0xdf4c41ea0f6263c72aa385580124f41f2898d3613e86c50519fc3cfd7ff13ad4
It's a simple way to attest to a file hash and allow others to verify against the hash by uploading the same file.
https://base.easscan.org/schema/view/0xdf4c41ea0f6263c72aa385580124f41f2898d3613e86c50519fc3cfd7ff13ad4
Attestation Summer winners have been picked! 🔥 🎉
Thank you to all the builders who invested their time and explored unique ways how to build on EAS!
https://x.com/eas_eth/status/1820203561432813933
Thank you to all the builders who invested their time and explored unique ways how to build on EAS!
https://x.com/eas_eth/status/1820203561432813933
Cross posting here. We're continuing to focus on connecting the dots between people <> companies <> jobs, using EAS attestations as the connective tissue
If this triggers any ideas, we'd love to hear them
And if you want to build on this, you're welcome to. The data is open and we are fleshing out a dev hub to make integrating Icebreaker as an identity layer or plugin super duper easy
https://warpcast.com/web3pm/0x2714ff59
If this triggers any ideas, we'd love to hear them
And if you want to build on this, you're welcome to. The data is open and we are fleshing out a dev hub to make integrating Icebreaker as an identity layer or plugin super duper easy
https://warpcast.com/web3pm/0x2714ff59
1656
Dan | Icebreaker
@web3pm·02:18 03/08/2024
Wanna see 3 cool things this triggered?
1) When you linked corp email, we automatically generated a private offchain /eas attestation.
2) While that attestation is displayed on your profile, your work experience at the matching domain gets a blue checkmark (see pic)
3) There is no "submit" form to add your company. Every company is automatically live, based on openGraph data and automatically displays you because of 1 and 2.
https://app.icebreaker.xyz/company/rmrk.app
1) When you linked corp email, we automatically generated a private offchain /eas attestation.
2) While that attestation is displayed on your profile, your work experience at the matching domain gets a blue checkmark (see pic)
3) There is no "submit" form to add your company. Every company is automatically live, based on openGraph data and automatically displays you because of 1 and 2.
https://app.icebreaker.xyz/company/rmrk.app
Writing a report/prospectus about smart contracts in philanthropy, and I'm including a brief overview of EAS. Is this an accurate encapsulation of the protocol, from a high-level perspective? I'm assuming an intermediate understanding of web3 stuff on behalf of the reader.
Any ideas on using EAS w/ FC?
the Social Oracle use-case tag list keeps growing...
Want to build ontop of 45,000+ skill attestations on EAS? DM me!
@coordinape is incentivizing builders that want to experiment, or teams that see an angle for onchain social context in their app.
🙌
Want to build ontop of 45,000+ skill attestations on EAS? DM me!
@coordinape is incentivizing builders that want to experiment, or teams that see an angle for onchain social context in their app.
🙌
The final scores coulda been recorded onchain as an attestation using EAS!!!!! MISSED OPPORTUNITY!!! 🤦♂️
Something interesting happened this week on Threads
Someone created an account posing to be a robotics scientist, with some good but not perfect AI profile pics. It was good enough to fool a lot of people though; within just a few hours the account had tens or thousands of followers, and the account was replying to lots of people. As time went on, it became more clear this was a combination of Midjourney and a real person pretending to be the woman.
One of the big giveaways was the lack of online presence outside of Threads; more like a massive void. No linkedin, no other profiles, nothing. But this is just the beginning. As time goes on these fake profiles will only become more prevalent, and imo we will need attestations or some form of it in the next 5 years or sooner
https://www.threads.net/@thebrianpenny/post/C9YA7ZbSpIP/?xmt=AQGzoX-UkQIv9UjWj_GhQOlmvsOI5L6Tu50p1sGmVGTpzg
Someone created an account posing to be a robotics scientist, with some good but not perfect AI profile pics. It was good enough to fool a lot of people though; within just a few hours the account had tens or thousands of followers, and the account was replying to lots of people. As time went on, it became more clear this was a combination of Midjourney and a real person pretending to be the woman.
One of the big giveaways was the lack of online presence outside of Threads; more like a massive void. No linkedin, no other profiles, nothing. But this is just the beginning. As time goes on these fake profiles will only become more prevalent, and imo we will need attestations or some form of it in the next 5 years or sooner
https://www.threads.net/@thebrianpenny/post/C9YA7ZbSpIP/?xmt=AQGzoX-UkQIv9UjWj_GhQOlmvsOI5L6Tu50p1sGmVGTpzg
472
Chris Carella
@ccarella.eth·13:45 27/06/2024
Really love this MIssion Request to connect Farcaster IDs with EAS Attestations. That creates an important new composable building block. They are still looking for someone to explore Avenue B (10K OP).
https://github.com/orgs/ethereum-optimism/projects/31/views/1?pane=issue&itemId=65901660
https://github.com/orgs/ethereum-optimism/projects/31/views/1?pane=issue&itemId=65901660
3
Dan Romero
@dwr.eth·15:46 20/06/2024
7. Emergence of a credible, centralized startup that issues and maintains on-chain and off-chain credentials that dramatically pulls forward adoption by a few years.
Not yet. Clear opportunity if you can get a flywheel going. Centralized oracles that compound a trusted brand will work well enough for most developers. Some progress with Gitcoin Passport, EAS, Coinbase's Onchain Verify and @icebreaker.
8. Sufficiently decentralized social networks like Farcaster
If you're reading this far, well... :)
Still a lot of work to do, but we've made some progress.
3/
Not yet. Clear opportunity if you can get a flywheel going. Centralized oracles that compound a trusted brand will work well enough for most developers. Some progress with Gitcoin Passport, EAS, Coinbase's Onchain Verify and @icebreaker.
8. Sufficiently decentralized social networks like Farcaster
If you're reading this far, well... :)
Still a lot of work to do, but we've made some progress.
3/

Coordinape | The Home of GIVE
Coordinape provides tools to discover, recognize and collaborate in onchain networks of trust.
coordinape.com
https://base.easscan.org/attestation/view/0x8a8d2517aebb939347e876583a8f8e5a311ff9ab8cff76c9c361cd783dcc977c
A "daos" GIVE from @nintynick.eth actually means something.
How can we make this clear to the world?
A "daos" GIVE from @nintynick.eth actually means something.
How can we make this clear to the world?
Congrats @linda on the launch! Great use of attestations to signal proof of work contributions by builders.
Complete a bounty -> get an attestation ✨
https://warpcast.com/linda/0xa13560c0
Complete a bounty -> get an attestation ✨
https://warpcast.com/linda/0xa13560c0
12
Linda Xie
@linda·20:28 19/06/2024
New Bountycaster feature:
Now all bounty completions are attested onchain with Base via EAS (Ethereum Attestation Service)
Data for all Bountycaster users who completed a bounty will be available onchain. We'd love feedback on this! Looking to make the data useful to others (e.g. this real "proof of work" can provide more rewards / opportunities for bounty completers)
Example of an attestation: https://base.easscan.org/attestation/view/0xb14413be41ed33756e6de1887e48e330a00f0cbdacea2c1aacbb29091a51116f
Now all bounty completions are attested onchain with Base via EAS (Ethereum Attestation Service)
Data for all Bountycaster users who completed a bounty will be available onchain. We'd love feedback on this! Looking to make the data useful to others (e.g. this real "proof of work" can provide more rewards / opportunities for bounty completers)
Example of an attestation: https://base.easscan.org/attestation/view/0xb14413be41ed33756e6de1887e48e330a00f0cbdacea2c1aacbb29091a51116f
This is great! Another Data DAO phylum potentially could arise from reputation signaling protocols like:
/colinks-and-co
/icebreaker
/eas
/eigenlayer
Rather than providing data in volume, these protocols are creating and validating trusted sources of meaning
/colinks-and-co
/icebreaker
/eas
/eigenlayer
Rather than providing data in volume, these protocols are creating and validating trusted sources of meaning
Loading...
Attested via cast action
https://base.easscan.org/offchain/attestation/view/0xb334b2ee6798a3c55db094b3b823c65dc2e9611fd17ee0f0f2e7be87edcaaac6
And soon verifiable on Base, Optimism, Arbitrum, and Mainnet
https://scan.witness.co/leaf/0xb334b2ee6798a3c55db094b3b823c65dc2e9611fd17ee0f0f2e7be87edcaaac6
https://base.easscan.org/offchain/attestation/view/0xb334b2ee6798a3c55db094b3b823c65dc2e9611fd17ee0f0f2e7be87edcaaac6
And soon verifiable on Base, Optimism, Arbitrum, and Mainnet
https://scan.witness.co/leaf/0xb334b2ee6798a3c55db094b3b823c65dc2e9611fd17ee0f0f2e7be87edcaaac6
9391
iSpeakNerd 🧙♂️
@ispeaknerd.eth·21:16 13/06/2024
@henry won Catan on 06/12/24 at the first /fcny 🤝 /tabletop event put on by @serendipity. Other players were @horsefacts.eth @ashoat.eth and unknown.

Attestation (Winners) - 0xb334...aaac6
View attestation details for 0xb334...aaac6 on EAS - Ethereum Attestation Service.
base.easscan.org
The guild <> eas integration is pretty sweet.
You can bring your own schema or permissionlessly use Icebreaker's "Memberships" schema (same schema ID on all the chains) to attestation-gate with guild roles
Happy to help anyone interested get set up!
You can bring your own schema or permissionlessly use Icebreaker's "Memberships" schema (same schema ID on all the chains) to attestation-gate with guild roles
Happy to help anyone interested get set up!
1656
Dan | Icebreaker
@web3pm·00:17 12/06/2024
First /guild membership is live powered by viral /eas attestations for @buildcity
Any non-founding member can invite up to 2 additional members through attestations with provenance
Any non-founding member can invite up to 2 additional members through attestations with provenance
organize nfts into folders in finder
sync onchain via eas
https://github.com/lil-org/nft-folder/blob/main/SYNCING-CUSTOM-NFT-FOLDERS.md
sync onchain via eas
https://github.com/lil-org/nft-folder/blob/main/SYNCING-CUSTOM-NFT-FOLDERS.md
Let’s GIVE to Base builders! GIVE is printing onchain to base as we speak via EAS, tx @jessepollak and team for lowering costs so we can scale this public good
11778
rohekbenitez ツ🎩Ⓜ️🍄
@rohekbenitez.eth·13:01 01/06/2024
Building on EAS this summer? Use attestations in an impactful way across any of the 8 tracks to win!
https://warpcast.com/bap/0x60e93f73
https://warpcast.com/bap/0x60e93f73
9848
bryce.base.eth
@bap·19:58 31/05/2024
OᑎᑕᕼᗩIᑎ ᔑᑌᗰᗰEᖇ ᗷᑌIᒪᗪᗩTᕼOᑎ offically kicked off! 🔵 🎉
/eas is contributing $10k in prizes for the Top 5 attestation-BASED projects that use attestations in a unique & impactful way across any of the 8 buildathon tracks!
Stay /based!
@bountybot /onchainsummer
/eas is contributing $10k in prizes for the Top 5 attestation-BASED projects that use attestations in a unique & impactful way across any of the 8 buildathon tracks!
Stay /based!
@bountybot /onchainsummer
EAS Fellowship Demo Day is complete! 🔥
155 teams applied and 13 teams presented. Amazing seeing how diverse the use cases were across the teams. We'll dive into the projects over the coming weeks.
Special thanks to all the judges who gave feedback today @mason, @0x-ry, @sambroner, @dakh.eth, and Chris Sutton.
155 teams applied and 13 teams presented. Amazing seeing how diverse the use cases were across the teams. We'll dive into the projects over the coming weeks.
Special thanks to all the judges who gave feedback today @mason, @0x-ry, @sambroner, @dakh.eth, and Chris Sutton.