Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliencrn/spacedicks-contract
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-contract
chai matic ntfs polygon solidity truffle web3
Last synced: 1 day 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.
- Host: GitHub
- URL: https://github.com/juliencrn/spacedicks-contract
- Owner: juliencrn
- Created: 2021-11-12T03:16:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T18:45:24.000Z (about 3 years ago)
- Last Synced: 2024-10-12T01:08:22.077Z (4 months ago)
- Topics: chai, matic, ntfs, polygon, solidity, truffle, web3
- Language: Solidity
- Homepage: http://spacedicks.xyz
- Size: 3.14 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpaceDicks - Contract
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) (this): 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): 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-contract
cd spacedicks-contract
```Then see the `package.json` in the `script` section, you can `test`, `compile`, `migrate` and `verify` the smart-contracts.