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

nft metadata and token list #28

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
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
10 changes: 5 additions & 5 deletions packages/token-list/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# token list DataModel
# Token List DataModel

DataModel implementation of tokenlist
DataModel implementation of token list

## Installation

Expand All @@ -10,13 +10,13 @@ npm install -D @datamodels/token-list

## Rationale

DataModel implementation of tokenlist
DataModel implementation of token list

By standardizing tokenlist information for DIDs, the Basic Profile simplifies how applications can view and display the profiles of their users.
By standardizing tokenlist information for DIDs, the Token List simplifies how applications can view and display the profiles of their users.

Token Lists is a community-led initiative to improve discoverability, reputation and trust in ERC20 token lists in a manner that is inclusive, transparent, and decentralized.

**DID-agnostic support:** Since Ceramic documents can be created and controlled by any DID, the Basic Profile can be used in conjunction with any DID method.
**DID-agnostic support:** Since Ceramic documents can be created and controlled by any DID, the Token List can be used in conjunction with any DID method.

## Schemas

Expand Down