mountriv99 / spacebudz

Let's go on an adventure, where will your SpaceBudz take you?

Home Page:https://spacebudz.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpaceBudz

SpaceBudz is an NFT collection on Cardano consisting of 10,000 unique little astronauts. We make use of Cardano's multi asset ledger for the NFTs and Plutus validators for the marketplace. This repository contains the full marketplace implementation including the frontend interface. Our official website: spacebudz.io

Validity

To make sure you have a real SpaceBud the policy id must match the following: d5e6bf0500378d4f0da4e8dde6becec7621cd8cbf5cbb9b87013d4cc

You can find the according policy script in ./collection_data/minting_policy.json

The contract address for the official SpaceBudz marketplace: addr1wyzynye0nksztrfzpsulsq7whr3vgh7uvp0gm4p0x42ckkqqq6kxq

Metadata

We follow CIP-25, the NFT metadata standard on Cardano, which was created by SpaceBudz.

Images are stored on IPFS and Arweave and you find the image link to a SpaceBud inside the metadata.

Marketplace

The marketplace can be run by members of the community. They can host the marketplace with their own custom interface and earn 0.4% per trade.

We have a seperate module inside this repository for the marketplace with the full source code.

Check it out here.

Community tools

Here you can find helpful and useful tools created by the community.

You have created something for SpaceBudz and it's not in the list? Make a PR!

Add your tool to the registry under ./src/data/toolsRegistry.json with the following format:

  {
    name: string,
    description: string (max 70 characters),
    image: string (relative path to image),
    url: string (e.g. https://spacebudz.io)
  }

The image property contains the relative path to the image: ../image/toolsRegistry/{image}. Place the actual image under ./src/images/toolsRegistry/. The image should be in landscape mode (e.g. 600px width, 400px height). You could use the other tools in the registry as template in case something is unclear.

About

Let's go on an adventure, where will your SpaceBudz take you?

https://spacebudz.io

License:MIT License


Languages

Language:JavaScript 76.2%Language:TypeScript 18.8%Language:Haskell 4.5%Language:Solidity 0.4%Language:CSS 0.1%