-
Notifications
You must be signed in to change notification settings - Fork 20
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
Advertise use cases #264
base: master
Are you sure you want to change the base?
Advertise use cases #264
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please sort out CSS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments. We have some of these usecases on the main kilt page.
However, I would like to show case DIDSign as well. People seem to be using it more. Plus we can advertise the use case of signing your proposal Docs here as well.
@@ -47,6 +47,43 @@ const featureRows = [ | |||
], | |||
] | |||
|
|||
const useCases = [ | |||
{ | |||
title: 'Your Friendly Name for the Web', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'Your Friendly Name for the Web', | |
title: 'Your Name for the Web', |
link: 'https://w3n.id', | ||
description: ( | ||
<> | ||
Claim your web3name! A unique, human readable name that can be used as an alias for your DID. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Claim your web3name! A unique, human readable name that can be used as an alias for your DID. | |
No longer identified as a hex string! Claim your web3name! A unique, human-readable name that can be used as an alias for your DID. |
), | ||
}, | ||
{ | ||
title: 'Send Funds to Your DID', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'Send Funds to Your DID', | |
title: 'Send Funds to Your web3name or DID', |
description: ( | ||
<> | ||
No need to remember long cryptic account addresses. | ||
Add a service endpoint to your DID that specifies where asset should be send to. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change this? Since I am not sure if the audience would know what a service endpoint is without describing it to them.
Add a service endpoint to your DID that specifies where asset should be send to. | |
Define where your assets are sent with your DID by using service endpoints. | |
Time to explore what a DID can do for your convenience. |
), | ||
}, | ||
{ | ||
title: 'Prove Your Public Identity', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'Prove Your Public Identity', | |
title: 'Make Your Identity Know', |
It would be cool if they could claim their names on the website or do other things. |
Do you think use cases before the other stuff? |
Show what you can do with KILT on the front page.