Seroxdesign / deploy-supertoken

A UI built for deploying supertokens from ERC20s on any network

Home Page:https://deploy-supertoken-deployment.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: - Used for network connections, token data, and executing blockchain transactions.
  • ConnectKit: - Used to connect wallet to application.
  • ANTD: - UI library, used for tables, layout and buttons.

How To Use:

1 - Connect your wallet:

image

2 - Input your ERC20 token address from any network:

image

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

image

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

image

5 - Check superfluid console for newly deployed token:

image

About

A UI built for deploying supertokens from ERC20s on any network

https://deploy-supertoken-deployment.vercel.app/


Languages

Language:TypeScript 65.5%Language:CSS 34.1%Language:JavaScript 0.4%