Skip to content

Latest commit

 

History

History

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

src

Source code for the frontend react app

main.tsx

The typescript entrypoint for the react app. The entrypoint is used in the index.html file at the repo root.

App.tsx

The top level component for the react app

generated.ts

Generated react hooks from teh contracts in ROOT/contracts/src as specified by wagmi.config.ts

wagmi.ts

The initialized wagmi client and chain

components/Attestooooooor.tsx

Example component using the attestation station contract hooks generated by wagmi-cli

vite-env.d.ts

Adds vite types to the app.