https://github.com/0xSero/deploy-supertoken
A UI built for deploying supertokens from ERC20s on any network
https://github.com/0xSero/deploy-supertoken
nextjs react superfluid wagmi web3
Last synced: 3 months ago
JSON representation
A UI built for deploying supertokens from ERC20s on any network
- Host: GitHub
- URL: https://github.com/0xSero/deploy-supertoken
- Owner: 0xSero
- Created: 2022-12-22T20:34:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T01:45:42.000Z (about 1 year ago)
- Last Synced: 2025-02-24T02:11:16.769Z (3 months ago)
- Topics: nextjs, react, superfluid, wagmi, web3
- Language: TypeScript
- Homepage: https://deploy-supertoken-deployment.vercel.app/
- Size: 4.01 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Next JS app that allows users to deploy supertokens from ERC20 tokens
## Getting Started:
First, clone the app, install the packages and run the development server:
```
git clone
yarn install
yarn dev
```## Packages and Libraries:
- [Wagmi](https://wagmi.sh/react/getting-started): - Used for network connections, token data, and executing blockchain transactions.
- [ConnectKit](https://docs.family.co/connectkit): - Used to connect wallet to application.
- [ANTD](https://ant.design/docs/react/introduce): - UI library, used for tables, layout and buttons.## How To Use:
1 - Connect your wallet:

2 - Input your ERC20 token address from any network:

3 - Tables with token data will populate, when ready click the deploy supertoken button:

4 - When token is deployed, you can check the transaction Link, supertoken Link on your network scan and check the token on Superfluid console:

5 - Check superfluid console for newly deployed token:
