1ī¸Installation And Deployment
Note that with Streamr you can deploy your data union via a frontend. See build a Data Union with Streamr for more information.
Installation
Client Setup
1ī¸âŖ Add your private key to the client. The address that deploys the contract will become the admin of the data union.
2ī¸âŖ Choose a desired EVM chain and add it to the chain
parameter. We currently support Gnosis, Polygon and Ethereum.
âšī¸ When integrating this into your application a wallet provider should be added instead of an environment variable with a private key.
Configure Your Data Union
1ī¸âŖ Add your desired deployment options. All of them are changeable after deployment by the admin/owner.
âšī¸ Read more about the different values here: owner
, joinPartAgent
, adminFee
, metadata
Deploy The Data Union
Save the contract address somewhere, you'll need it later. If you lost it you can find it in your transaction history on the block explorer of the chain you deployed on. Simply search for your public address, all the transactions will come up.
Last updated