Nft Market Place
To Filip Jerga Software Engineer Instructor on Udemy.com.
I had to revamp the architecture, update the smart contracts, and PINÃTA cloud usage syntaxes for the app to work in the world of React state loading and management sequence.
-
Clone the repository code.
-
cd to the root directory of the project and run npm install.
-
Configure the .env.development or .env.production file properly.
-
Since we are deploying the demo on Sepolia Test Network, make sure you register for one and configure the file keys.json properly.
-
I used Ganache to test the smart contracts locally: therefore remember to link truffle with your Ganache.
-
While at the root directory of the project, use truffle to migrate and deploy the smart contracts on the Sepolia Test Network of the Ethereum blockchain.
-
Then, use npm build to build the app.
-
Finally, deploy the app and start enjoying your NFT marketplace.
Nft Market Place by GAC DEV