Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dyslex7c/merkleairdrop
Secure token distribution using Merkle Trees and Elliptic Curve Digital Signature Algorithm
https://github.com/dyslex7c/merkleairdrop
ecdsa-cryptography merkle-proof signature-verification
Last synced: 12 days ago
JSON representation
Secure token distribution using Merkle Trees and Elliptic Curve Digital Signature Algorithm
- Host: GitHub
- URL: https://github.com/dyslex7c/merkleairdrop
- Owner: Dyslex7c
- Created: 2024-10-13T15:28:05.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-25T18:22:31.000Z (26 days ago)
- Last Synced: 2024-10-26T12:08:17.066Z (25 days ago)
- Topics: ecdsa-cryptography, merkle-proof, signature-verification
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![tw-banner](https://github.com/thirdweb-example/next-starter/assets/57885104/20c8ce3b-4e55-4f10-ae03-2fe4743a5ee8)
# thirdweb-next-starter
Starter template to build an onchain react native app with [thirdweb](https://thirdweb.com/) and [next](https://nextjs.org/).
## Installation
Install the template using [thirdweb create](https://portal.thirdweb.com/cli/create)
```bash
npx thirdweb create app --next
```## Environment Variables
To run this project, you will need to add the following environment variables to your .env file:
`CLIENT_ID`
To learn how to create a client ID, refer to the [client documentation](https://portal.thirdweb.com/typescript/v5/client).
## Run locally
Install dependencies
```bash
yarn
```Start development server
```bash
yarn dev
```Create a production build
```bash
yarn build
```Preview the production build
```bash
yarn start
```## Resources
- [Documentation](https://portal.thirdweb.com/typescript/v5)
- [Templates](https://thirdweb.com/templates)
- [YouTube](https://www.youtube.com/c/thirdweb)
- [Blog](https://blog.thirdweb.com)## Need help?
For help or feedback, please [visit our support site](https://thirdweb.com/support)