An open API service indexing awesome lists of open source software.

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

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.