Skip to content

Bare bones NFT marketplace. Repo contains the solidity smart contract and MongoDB backend.

Notifications You must be signed in to change notification settings

azflin/skelly-backend

Repository files navigation

Skelly NFT Marketplace (Smart contract + backend)

The solidity smart contract and MongoDB backend for https://www.skellynft.com/#/.

Testing for Backend

RUN Scripts in this order to see how database updates

- npx hardhat node. 
- npx hardhat run scripts/deploy.js --network localhost
- npx hardhat run scripts/mint.js --network localhost
- npx hardhat run scripts/fundWeth.js --network localhost

- node backend/contractEventListener.js

- npx hardhat run scripts/makeBid.js --network localhost
- npx hardhat run scripts/takeBid.js --network localhost
- npx hardhat run scripts/makeOffer.js --network localhost
- npx hardhat run scripts/takeOffer.js --network localhost
- npx hardhat run scripts/makeRemoveBid.js --network localhost
- npx hardhat run scripts/makeRemoveOffer.js --network localhost

About

Bare bones NFT marketplace. Repo contains the solidity smart contract and MongoDB backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published