Skip to content

Commit

Permalink
copy updates, adding phone # claim to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orthecreedence committed Feb 19, 2024
1 parent 26cac10 commit eaa6b5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/docs.md.njk
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ Claim | Description
`Domain` | Here you can put in a (DNS) domain name you have control over. This is a self-verifying claim in that it doesn't require stamps: it can be verified on the spot through the Stamp claim checker.
`URL` | Claim that you own a particular URL. This can be a personal website, a profile on a social media page, etc. Like the `Domain` claim, this can be verified directly through Stamp.
`Address` | Claims that you reside at a physical address.
`PhoneNumber` | Claims that you own a telephone number.
`Relation` | Claims a relationship to another Stamp identity. This generally means membership of a particular group represented by Stamp. Relationship claims also have an extension type, allowing you to claim any kind of relationship, such as claiming someone is your grandson. The possibilities are literally infinite.
`RelationExtension` | Like a `Relation` claim, but the subject does not have to be a Stamp identity: it can be anything that can be serialized into binary. This allows claiming relationships with entities outside of the Stamp protocol.
`Extension` | The extension claim basically allows you to make any claim you want. If any of the above claim types don't cover your use-case, you can use this claim type to extend Stamp to accommodate you. Extension claims have two parts: a key (binary) that is always publicly-readable and a value that can be public or private.
Expand Down
11 changes: 6 additions & 5 deletions src/index.md.njk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ Your primary email: [email protected]
Success! The identity V-oZfxWJMrOqYSCN has been saved.
```

Now that you've created your first identity,
Unless your name is Jackie Chrome, you would fill in the name/email fields with
your own information. Now that you've created your first identity,
it will be added to your local identity storage. Your identity will have three
claims: your identity claim, your name claim, and your email claim. You can view
them like so:
Expand Down Expand Up @@ -112,7 +113,8 @@ Notice you don't need a central server to check the validity of the claim
San Francisco apartment.

Ok, we've set up our claims. Now what? How do we actually, you know, <em>Stamp&trade;</em>
things? Let's <a href="{{ site.url }}/assets/zefram.stamp">download Zefram's identity</a>
things? Well, your good friend Zefram Cochrane just started using Stamp, so let's
[download Zefram's identity][zefram.stamp]
(generated using <code>./stamp id publish</code>) and import it into your local storage:

```
Expand Down Expand Up @@ -161,8 +163,6 @@ to stamp the `identity` claim.
$ ./stamp stamp new Dr4qJ88VNLMraCqX
You are about to stamp the claim Dr4qJ88VNLMraCqX made by the identity Zef-ZpmdW1CsA-zx.
Effectively, you are vouching for them and that their claim is true. You can specify your confidence in the claim:
none
you are not verifying the claim at all, but wish to stamp it anyway
low
you have done a quick and dirty verification of the claim
medium
Expand All @@ -186,7 +186,7 @@ stamp to *our identity*. By default, stamps are saved to the stamper's identity.
Now, if Zefram wants to accept your stamp onto his identity, he can download your identity from
StampNet (coming soon!), or the stamp can be exported and sent directly.
All you need is a way to communicate this stamp to Zef. But, oh, look at that!
There's an email claim, so you can go ahead and send it to `[email protected]`.
There's an email claim with the value `[email protected]`, so you can go ahead and send it there.

Let's export the stamp and email it to Zefram:

Expand Down Expand Up @@ -252,4 +252,5 @@ And the stamp is accepted! Zef thanks you for your trust.
[core]: https://github.com/stamp-protocol/core
[github]: https://github.com/stamp-protocol
[releases]: https://github.com/stamp-protocol/cli/releases
[zefram.stamp]: {{ site.url }}/assets/zefram.stamp

0 comments on commit eaa6b5b

Please sign in to comment.