Innopolis

 

GenderCats Smart Contract

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This repository stores the code of Smart Contract that used by platform GenderCats to manage with NFT tokens in ETH blockchain. GenderCats is the platform that store the NFT related to digital version of different genders. By this project we want to draw attention to the problem of gender discrimination and infringement of the rights of minorities

✨ Features

✔️ function to buy tokens with ETH wallet;
✔️ secure ownership of our NFT;
✔️ put the NFT up for sale;
✔️ transfer NFT between Eth wallets;
✔️ take NFT of from sale;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and JavaScript installed.

🏁 Starting

Before the start working with a project make sure that you have following:

🏁 Clonning project

# Clone this project
$ git clone https://github.com/NFT-Genders/NFT-contract.git

# Access
$ cd NFT-contract

# Setting up the smart contract framework
$ npm install -g truffle

🏁 Setting up Truffle

Inside the folder with clonned code, do following:

# Init the truffle project
truffle init

# Install HDWalletProvider
npm install --save truffle-hdwallet-provider

🏁 Finally Deploy the contract

truffle deploy --network ropsten

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by NFT-Genders Team

 

Back to top