Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kristoferlund/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!
https://github.com/kristoferlund/attest-fest

attestation ethereum multisig react tailwindcss typescript vite

Last synced: 3 months ago
JSON representation

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!

Awesome Lists containing this project

README

        



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](https://attest.sh) and [Safe multisig wallets](https://safe.global) 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

### 🎉 [attest-fest.party](https://attest-fest.party)

## 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](https://attest.sh)

## 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](https://safe.global)

# Development

Attest Fest is built using [Vite](https://vitejs.dev/), [React](https://react.dev/), [Typescript](https://www.typescriptlang.org/) and [Tailwind CSS](https://tailwindcss.com/).

## Install dependencies

```bash
npm install
```

## Run the development server

```bash
npm run dev
```

## Build for production

```bash
npm run build
```

## Known issues

## Contributing

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

## Author

- [[email protected]](mailto:[email protected])
- Twitter: [@kristoferlund](https://twitter.com/kristoferlund)
- Discord: kristoferkristofer

## License

[MIT](LICENSE)