Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chainstacklabs/solana-metaplex-nft-metadata-decoder-jupyter
A deep-dive into how to decode Metaplex metadata
https://github.com/chainstacklabs/solana-metaplex-nft-metadata-decoder-jupyter
decoder metadata metaplex solana
Last synced: about 1 month ago
JSON representation
A deep-dive into how to decode Metaplex metadata
- Host: GitHub
- URL: https://github.com/chainstacklabs/solana-metaplex-nft-metadata-decoder-jupyter
- Owner: chainstacklabs
- Created: 2022-08-03T10:51:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T05:43:15.000Z (about 2 years ago)
- Last Synced: 2024-11-07T21:38:29.448Z (3 months ago)
- Topics: decoder, metadata, metaplex, solana
- Language: Jupyter Notebook
- Homepage: https://chainstack.com/the-mystery-of-solana-metaplex-nft-metadata-encoding/
- Size: 4.88 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Metaplex NFT metadata decoder
A deep-dive into how to decode metaplex metadata.
![image](https://chainstack.com/wp-content/uploads/2022/06/Solana-metaplex-2048x1084.png)
[Read the full article about this project on Chainstack](https://chainstack.com/the-mystery-of-solana-metaplex-nft-metadata-encoding/).
## Installation guide
This is a Python script.
Open decode_metaplex.ipynb in on Jupyter node book to use it.
It is also hosted on Google colab [here](https://colab.research.google.com/drive/1NtT-xUL0XPtm4BQI9A7o6V7PvYtBnnlC?usp=sharing).
## How to use it
You can either choose **Run all** in the Runtime tab to run the code
![image](https://chainstack.com/wp-content/uploads/2022/06/image-35-1024x461.png)
or press the **Run** button to run it cell by cell:
![image](https://chainstack.com/wp-content/uploads/2022/06/image-36-768x553.png)