Skip to content

jessepcc/atomic38x

Repository files navigation

Atomic38x

This project demonstrates a basic NFT project with hardhat. It comes with a ERC721 contract, a test for that contract, a script that deploys that contract and a basic front end with SvelteKit.

The idea is inspired by the bestseller Atomic Habit by James Clear. Getting 1% better every day will make you 38x better after a year. Using fully on chain NFT to record and share your progress.

  1. Create your habit
  2. Check in every day to record the progress

Atomic 38x

Demo

Deployed on netlify

Contract deployed on sepolia Testnet

Smart Contract

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts --network <network-name>

Frontend

cd frontend
npm run dev

About

Practice Project of Web3 dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published