/meme-coin-dapp

A meme coin is a cryptocurrency that has almost no value and doesn't do anything interesting. It's just a coin, like Shiba Inu or dogecoin. Meme coins are basically just culture coins, and people trade them because they like memes.

Primary LanguageSolidity

Basic Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help

GitHub contributors GitHub discussions GitHub issues GitHub pull request

🔍 Table of Contents

💻 Stack

Include a concise explanation about the Tech Stack employed.

📝 Project Summary

  • contracts: Contains the Solidity smart contracts that define the project's business logic.
  • scripts: Includes scripts for deployment, testing, and other automation tasks.
  • migrations: Manages the deployment and upgrade of smart contracts using migration scripts.
  • test: Contains the unit tests for the smart contracts.
  • build: Stores the compiled bytecode and ABI files generated from the contracts.
  • docs: Holds the project's documentation, such as user guides and API references.
  • src: Contains the source code files that are not Solidity contracts, such as libraries or utility scripts.
  • config: Stores configuration files for the project, such as network settings or deployment parameters.
  • scripts/deploy: Includes scripts specifically for deploying the smart contracts to different networks.
  • scripts/test: Contains scripts for running automated tests on the smart contracts.

⚙️ Setting Up

Your Environment Variable

  • Step 1

  • Step 2

🚀 Run Locally

1.Clone the meme-coin-dapp repository:

git clone https://github.com/sohomx/meme-coin-dapp

2.Install the dependencies with one of the package managers listed below:

Insert INSTALL commands 

3.Start the development mode:

Insert RUN commands 

🙌 Contributors

sohomx
sohomx

1 contribution

📄 License

Add Your License