/attest-fest

Batch create onchain EAS attestations using the power of CSV and copy/paste. Supports any old ETH wallet as well as fancy new Safe multisig wallets. It's an attest fest, yaay!

Primary LanguageTypeScriptMIT LicenseMIT

Attest Fest

Attest Fest!

Batch create onchain EAS attestations using the power of CSV and copy/paste. Supports any old ETH wallet as well as fancy new Safe multisig wallets. It's an attest fest, yaay!

Kristofers follower count Attest Fest repo star count

Introduction

Creating attestations should be easy! Attest Fest is a tool that allows you to create multiple EAS attestations using only one Ethereum transaction. Attest Fest integrates with Ethereum Attestation Service and Safe multisig wallets to enable anyone to create onchain attestations about anything, fostering a more trustful and transparent world.

  1. Connect your wallet
  2. Choose an address or Safe account
  3. Select a schema to create attestations for
  4. Upload a CSV file with the attestations you want to create
  5. Create the attestations using one Ethereum transaction

Try it out

About Attestations

Attestations are digital signatures on a structured piece of information. They play a critical role whenever you need to prove or verify something. EAS enables anyone to make attestations onchain or offchain about anything, fostering a more trustful and transparent world.

Ethereum Attestation Service

About Safe

Safe is a multisig wallet that enables you to manage crypto assets and interact with decentralized applications (dApps) on the Ethereum blockchain. It is a smart contract-based account that requires N-of-M signatures to execute transactions.

Safe

Development

Attest Fest is built using Vite, React, Typescript and Tailwind CSS.

Install dependencies

npm install

Run the development server

npm run dev

Build for production

npm run build

Known issues

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Author

License

MIT