Deploy a Pure Super Token
This guide offers detailed instructions for deploying Pure Super Tokens. The good news is that you can deploy your own Pure Super Token and initialize it without leaving this page.
Learn more about Pure Super Tokens in the Types of Super Tokens section.
Prerequisites
Before you start, ensure you have:
- Basic understanding of blockchain and smart contracts.
- Access to a compatible cryptocurrency wallet (like MetaMask).
- ETH or relevant cryptocurrency for transaction fees.
Deploy a Pure Super Token from the interface (Easy)
You can use the interface below to deploy a Pure Super Token:
Deploy Pure Super Token
Once the contract is deployed, you can use the address to initialize the Pure Super Token.
Initialize Pure Super Token
Double-check the parameters to avoid deployment errors.
After deploying your Pure Super Token, you can add it to the Superfluid Dashboard for easy access and monitoring.
Follow these steps to submit your request. You will need to provide the Super Token address and some other information.
Deploying a Custom Pure Super Token (Advanced)
Deploying a Pure Super Token allows for custom non-Superfluid logic integration.
Detailed Steps
- Repository Setup: Clone the custom-supertokens repository and follow the setup instructions.
- Logic Selection: Choose from existing logic examples or develop your own based on PureSuperToken.sol.
- Deployment: Create a .env file, configure it for your network, and follow the repository's deployment steps.
If developing custom logic, ensure to rename the contract in the .sol file to avoid conflicts during the build.