@kodadot1/hyperdata
v0.0.1-rc.6
Published
Get unified NFT content
Downloads
172
Readme
@kodadot1/hyperdata
Magic static void main
Usage
Install package:
# npm
npm install @kodadot1/hyperdata
# yarn
yarn add @kodadot1/hyperdata
# pnpm
pnpm install @kodadot1/hyperdata
Import:
// ESM
import * as static from "@kodadot1/hyperdata";
// CommonJS
const static = require("@kodadot1/hyperdata");
Available files
🔧 normalize
Unifying data structure into one format
- attributeFrom - unify attribute to one format
- contentFrom - unify metadata to one format
- normalize - sanitize content fields to one format
🔧 utils
Misc utils for manipulating with data
🔧 types
Misc types for metadata namely:
- OpenSea
- FxHash
- Tezos (TZIP-16)
- ERC-5773
- NFT Metadata CheatSheet
License
Made with 💛
Published under MIT License.