Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add note to create-space.mdx #26

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/pages/how-to/create-space.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ In this how-to guide, you'll learn how to create a Storacha Space to organize st

A Space acts as a namespace for your uploads. It is created locally, offline, and associated with a cryptographic key pair (identified by the [`did:key`](https://w3c-ccg.github.io/did-method-key/) of the public key). You can register this Space with your [storacha account](/how-to/create-account/) to take responsibility for the uploads in the space. Once you do this, you don't need to worry about keeping track of the Space's private key, because your Storacha account has been authorized to use the Space.

Please note that while you can create a space you cannot delete a space. Having an extra, empty space will not increase the data your usage. We plan to offer the ability to delete spaces in the future.
jamiechicago312 marked this conversation as resolved.
Show resolved Hide resolved

## Using the CLI

The easiest way to create and register a Space is by using the CLI.
Expand Down
Loading