Skip to content

dappuniversity/fun-pump

Repository files navigation

fun.pump

Technology Stack & Tools

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

Requirements For Initial Setup

  • Install NodeJS. We recommend using an LTS (long-term-support) version, and preferably installing NodeJS via NVM.

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ npm install

3. Run tests

$ npx hardhat test

4. Start Hardhat node

$ npx hardhat node

5. Run deployment script

In a separate terminal execute:

$ npx hardhat ignition deploy ignition/modules/Factory.js --network localhost

If you have previously deployed you may want to append --reset at the end:

$ npx hardhat ignition deploy ignition/modules/Factory.js --network localhost --reset

6. Start frontend

$ npm run dev

About

pump.fun clone built w/ Hardhat & Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published