在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:skogard/apebase开源软件地址:https://github.com/skogard/apebase开源编程语言:开源软件介绍:Apebase
Apebase is the entire 10,000 Bored Ape Yacht Club NFT Universe stored in a single Git repository. It's made up of:
Why?When you work with NFTs you often need to query some 3rd party API. But if you think about it, you really don't need to rely on them for working with NFT assets (images, videos, files, etc.) and metadata (name, description, attributes, etc.). After all, they're all immutable! With Apebase, you can simply download the entire NFT universe through a single
How it works
1. DBApebase stores all of the following metadata in a file and makes them queryable:
Here's what an example item looks like on Apebase:
Best of all, all this is 100% verifiable and immutable, so you can feel free to use this without worrying about authenticity! 2. IPFSApebase also lets you access all IPFS files WITHOUT running an IPFS node! Simply clone this git repository and it contains all 10,000 IPFS files for the Bored Ape Universe! (See ipfs) QuickstartThis repository contains the entire Apebase query engine web app at https://ape.offbase.org. Let's try it out. First, clone the repository for the ape query app (at https://github.com/skogard/apequery):
Next, install and start the server:
Finally, open the explorer at: http://localhost:3010 You will see the following screen: You can also try the online demo here: https://ape.offbase.org Usage1. DownloadSimply clone this repository to get started!
2. UseThe DB is stored as NeDB, a file based database that implements MongoDB queries. Once you've downloaded the repository, you will find the following: To query the DB, use the NeDB library. First install the
And then just use it!
FAQInterested in seeing this for other NFTs? I'm thinking of open sourcing the engine that created the Apebase if enough people are interested. Let me know! You can find me at @skogard |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论