Skip to content

💻 This is a small project that let you buy items on the polygon testnet, mumbai.

Notifications You must be signed in to change notification settings

TincoNomad/Aynimarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aynimarket

Static Badge Static Badge Static Badge

Polygon Mumbai - As Mumbay has recently changed to Amoy, the frontend of this project is not available

💻 This is a small project that let you buy items on the polygon testnet, mumbai.

Try it out on https://tinconomad.github.io/Aynimarket/ 🚀

In the code, you will found:

  • Smart Contract
  • Main proyect
  • test

Technology Stack & Tools

  • Solidity (Writing Smart Contracts & Tests)
  • Javascript (React & Testing)
  • Hardhat (Development Framework)
  • Ethers.js (Blockchain Interaction)
  • React.js (Frontend Framework)

Requirements For Initial Setup

To run Hardhat locally

1. Install Dependencies:

$ npm install or $ yarn

2. Run tests

$ npx hardhat test

3. Start Hardhat node

$ npx hardhat node

4. Run deployment script

In a separate terminal execute: $ npx hardhat run ./scripts/deploy.js --network localhost

5. Start frontend

$ npm run start

About

💻 This is a small project that let you buy items on the polygon testnet, mumbai.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published