SDK
Projects

Projects

Some services, such as IPFS storage & IPNS will require you to authenticate with a projectId to interact with them. You can use the SDK to obtain the projectId required to use the services that need it.

const projectId = await fleekSdk.projects().create({ name: 'My Project' });
Last updated on May 15, 2023