Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliencrn/spacedicks-website

10,000 unique NTFs with proof of ownership living on the Polygon blockchain and following the ERC-721 standard, but yeah, these are DICKs.
https://github.com/juliencrn/spacedicks-website

blockchain dapp nextjs nft react tailwindcss typescript web3

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# SpaceDicks - Website

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](https://github.com/juliencrn/spacedicks-contract): Solidity ERC-721 smart-contracts that is responsible to create the NFT tokens with random metadata with rarity rules.
- [API](https://github.com/juliencrn/spacedicks-api): Build and upload SVG on IPFS. Return token Metadata for Opensea marketplace.
- [Website](https://github.com/juliencrn/spacedicks-website) (this): 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.

```sh
git clone https://github.com/juliencrn/spacedicks-website
cd spacedicks-website
```

Then see the `package.json` in the `script` section.