const Ecosystem = new EcosystemFactory(myTopiaInstance); Copy
const Ecosystem = new EcosystemFactory(myTopiaInstance);
Instantiate a new instance of Ecosystem class.
Optional
Returns a new Ecosystem object.
const ecosystemInstance = await Ecosystem.create({ credentials: { interactiveNonce, interactivePublicKey, assetId, urlSlug, visitorId }}); Copy
const ecosystemInstance = await Ecosystem.create({ credentials: { interactiveNonce, interactivePublicKey, assetId, urlSlug, visitorId }});
Example