Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 928 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 928 Bytes

SpaceDicks - API

10,000 unique NTFs with proof of ownership living on the Polygon blockchain and following the ERC-721 standard, but yeah, these are DICKs.

Repositories

This project is composed with different pieces:

  • Contract: Solidity ERC-721 smart-contracts that is responsible to create the NFT tokens with random metadata with rarity rules.
  • API (this): Build and upload SVG on IPFS. Return token Metadata for Opensea marketplace.
  • Website: Frontend React application using web3 and Truffle that provides an user interface to interact with the smart-contract.

Install

Require Node.js, npm, the ganache local blockchain.

git clone https://github.com/juliencrn/spacedicks-api
cd spacedicks-api

Then see the package.json in the script section.