- This decentralized application allows you to buy or mint a collection of funny popcorn NFTS.
- This is a project made for the company CinéCapsule.
- This application has been configured to work in testnet Ropsten.
I was inspired by tutorials and repos from HashLips 👄:
- Valentine Day's App (popcorn) is a decentralized application that allows you to mint NFTS from an interface.
- By clicking on "BUY" there is the possibility to buy an NFT from a collection.
- The price of 16 FUSE (modifiable according to convenience) will be displayed in the Metamask wallet.
- Once the transaction commits, the amount of NFTS decreases.
- The NFT is accessible from the wallet with a designation: "PCC"
- Json + img files stored on Pinata Cloud (for testing)
- network ropsten (tests): Url (address on Infura) + account (private key wallet).
- import contract address in wallet: 0x4291b543E00Fb0e96f3e2D4653F1276d067057A6 (import PCC tokens)
This project was developed with the following technologies:
To run the application you'll need:
- Clone the repository:
$ git clone git@github.com:bertux/valentine-day.git
Now go to project folder and run:
$ cd valentine-day
# install the dependencies
$ npm install
# deploy de contracts on the blockchain
$ npx hardhat run scripts/deploy.js --network ropsten
# run
$ npm start
Made with :☕ and ❤️ by CineCapsule Dev Team.