https://github.com/shekohex/wrapp
wrap and unwrap Webb Wrapped Assets
https://github.com/shekohex/wrapp
Last synced: 5 months ago
JSON representation
wrap and unwrap Webb Wrapped Assets
- Host: GitHub
- URL: https://github.com/shekohex/wrapp
- Owner: shekohex
- License: mit
- Created: 2023-05-14T17:09:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T18:19:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T21:38:41.157Z (about 1 year ago)
- Language: TypeScript
- Size: 970 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a [wagmi](https://wagmi.sh) + [Vite](https://vitejs.dev/) + [@wagmi/cli](https://wagmi.sh/cli) project bootstrapped with [`create-wagmi`](https://github.com/wagmi-dev/wagmi/tree/main/packages/create-wagmi)
This template demonstrates usage of the [`@wagmi/cli` ERC Plugin](https://wagmi.sh/cli/plugins/erc).
# Getting Started
Run `npm run dev` in your terminal, and then open [localhost:5173](http://localhost:5173) in your browser.
This command will also generate React Hooks from the Wagmi Mint Example ABI (e.g. `useWagmiMintExampleTotalSupply`, `useWagmiMintExampleBalanceOf`, etc) for you to use in your project.
Once the webpage has loaded, changes made to files inside the `src/` directory (e.g. `src/App.tsx`) will automatically update the webpage.
# Learn more
To learn more about [Vite](https://vitejs.dev/) or [wagmi](https://wagmi.sh), check out the following resources:
- [wagmi Documentation](https://wagmi.sh) – learn about wagmi Hooks and API.
- [wagmi Examples](https://wagmi.sh/examples/connect-wallet) – a suite of simple examples using wagmi.
- [@wagmi/cli Documentation](https://wagmi.sh/cli) – learn more about the wagmi CLI.
- [Vite Documentation](https://vitejs.dev/) – learn about Vite features and API.