Deploying The Framework
Deploying Super Apps and the Superfluid Framework Either Locally or To a New Network
Testing
Truffle/Hardhat
The @superfluid-finance/ethereum-contracts
package includes helpful scripts for deploying the framework using Truffle + Ganache. These deployment scripts can also be used within a Hardhat environment. You can find examples for writing tests using the Superfluid SDK core in our examples repository:
Production
Anyone can deploy the Superfluid Framework contracts to any EVM compatible network using the Superfluid Protocol Deployment Guide. The protocol is live in production on
Gnosis Chain
Polygon Network (Matic)
Optimism
Arbitrum
More networks are coming soon. Please reach out to us if you want your network added!
Once the contracts are deployed, ownership of the governance contracts should be transferred to a Superfluid-controlled account. This will allow the Superfluid team to manage security upgrades (if necessary), add new Agreements, and improve the core protocol. The governance process will be improved over time, as the community grows and matures.
Last updated