Coder Social home page Coder Social logo

aryamanag / horoscope-nft Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5 KB

This is a very cool and exciting project from "metaschool.so". You can create a react app that takes a users’ date of birth, connects their metamask account and then mints an NFT to their address.

Solidity 100.00%

horoscope-nft's Introduction

Horoscope-NFT

This is a very cool and exciting project from "metaschool.so". You can create a react app that takes a users' date of birth, connects their metamask account and then mints an NFT to their address.

Setting up the environment

Setup project directory and install Hardhat:

mkdir HoroscopeNFT
cd HoroscopeNFT
npm init --yes
npm install --save-dev hardhat
npx hardhat

After running 'npx hardhat', choose "create a basic sample project".

Install dependencies

npm install --save-dev @nomiclabs/hardhat-ethers ethers @nomiclabs/hardhat-waffle ethereum-waffle chai
npm install @openzeppelin/contracts

Open contracts folder inside HoroscopeNFT, you will see a Greeter.sol file present. Add HoroscopeNFT.sol and Base64.sol files from this repository to contracts folder.

Now your Smart Contract is ready! Next you need to deploy it on-chain and make your front-end interact with it. For this refer to metaschool.so's guided project from where this has been taken.

horoscope-nft's People

Contributors

aryamanag avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.