ZaK3939 / autonomous-test

Example dapp built with the Axiom SDK

Home Page:https://autonomous-airdrop-example.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autonomous Airdrop (using Axiom Client SDK)

This example allows users to autonomously claim an airdrop of an example ERC20 token. Users utilize a data-fetching layer on top of Axiom to autonomously prove that their account matches some parameters before submitting a Query. In this case, it is the user has swapped in the UniswapV3 UNI-WETH pool on Sepolia testnet after block 4000000.

This example was created by writing a client circuit with the Axiom Client SDK and using it to generate Axiom queries inside a webapp using Axiom SDK React Components.

dApp

/app is a full Next.js 14 implementation of the Autonomous Airdrop dApp. You will need to fill in an .env.local file in that folder for the Next.js app to run.

Axiom Circuit

The Axiom client circuit code and supporting files are is located in ./app/axiom.

About

Example dapp built with the Axiom SDK

https://autonomous-airdrop-example.vercel.app


Languages

Language:TypeScript 75.8%Language:Solidity 20.6%Language:JavaScript 1.8%Language:Shell 1.0%Language:CSS 0.7%