Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.
/ nude-contracts Public archive

Solidity smart contracts for the $NUDE and $NUDE_NFT token which powers the Own Me adult content NFT marketplace. Built with Polygon, Hardhat, Typechain, Openzepplin.

License

Notifications You must be signed in to change notification settings

own-me/nude-contracts

Repository files navigation

nude-contracts

Solidity contracts for the $NUDE and $NUDENFT tokens which powers Own Me's adult content NFT community! Built on Polygon network with Hardhat and Openzepplin.

Project is dead. We had fun, but failed the business aspect.

NUDE - MATIC(ERC20) Token

Used as the in-app currency for all transactions.

NUDE_NFT - MATIC(ERC721) Token

Used to store a creator's content as a non-fungible item.

NUDE_DEX - MATIC(IERC721Receiver) Contract

Our NFT exchange contract.

Contract Addresses

Polygon Mumbai - testnet

NUDE: 0xDca8383B473304C316f35fD6666B9f5D03FC69B3

NUDE_NFT: 0x46134236bF7c53E2C520B4d86cBfa267834d06Dc

NUDE_DEX: 0xFA4b4B968Db83F1c8326204E53998422118AC75F

Dev Setup

1.) npm install

2.) Create an .env file and add your own secrets. .env.example is a template.

Compile

npm run compile

Deploy

npm run deploy

Verify

1.) npx hardhat verify --network polygonMumbai <DEPLOYED_NUDE_CONTRACT>

2.) npx hardhat verify --network polygonMumbai <DEPLOYED_NUDE_NFT_CONTRACT>

3.) npx hardhat verify --network polygonMumbai <DEPLOYED_NUDE_DEX_CONTRACT> <DEPLOYED_NUDE_CONTRACT> <DEPLOYED_NUDE_NFT_CONTRACT>

Rules / Code of Conduct

  1. Absolutely no adult content, nude content or pornography is allowed to be commited to Github. We only publish clean code.

About

Solidity smart contracts for the $NUDE and $NUDE_NFT token which powers the Own Me adult content NFT marketplace. Built with Polygon, Hardhat, Typechain, Openzepplin.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published