Skip to content

Commit

Permalink
chore: rename crate
Browse files Browse the repository at this point in the history
  • Loading branch information
the-emerald committed Jul 4, 2022
1 parent 5c7e2ab commit 6472b74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "nft-metadata"
name = "erc-nft-metadata"
description = "Type definitions for non-fungible token (NFT) metadata"
license = "MIT OR Apache-2.0"
repository = "https://github.com/wanderers-nft/nft-metadata-rs"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nft-metadata
# erc-nft-metadata

Type definitions for non-fungible token (NFT) metadata.
Type definitions for ERC-based non-fungible token (NFT) metadata.

While [EIP-721](https://eips.ethereum.org/EIPS/eip-721#specification) defines a "ERC-721 Metadata JSON Schema", in practice
it is rarely used. Instead, this crate implements the more popular [OpenSea metadata standard](https://docs.opensea.io/docs/metadata-standards).
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![deny(missing_docs)]

//! Type definitions for non-fungible token (NFT) metadata.
//! Type definitions for ERC-based non-fungible token (NFT) metadata.
//!
//! While [EIP-721](https://eips.ethereum.org/EIPS/eip-721#specification) defines a "ERC-721 Metadata JSON Schema", in practice
//! it is rarely used. Instead, this crate implements the more popular [OpenSea metadata standard](https://docs.opensea.io/docs/metadata-standards).
Expand Down

0 comments on commit 6472b74

Please sign in to comment.