Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/kristoferlund/attest-fest
- Owner: kristoferlund
- License: mit
- Created: 2023-08-29T08:56:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-06T08:10:55.000Z (8 months ago)
- Last Synced: 2024-06-07T08:48:27.166Z (8 months ago)
- Topics: attestation, ethereum, multisig, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://attest-fest.party
- Size: 1.18 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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!# 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)