Skip to content

Prit16/decentralized_file_sharing_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

Installation
Clone the repository:


# Install hardhat dependencies
npm install
Compile the smart contract for artifacts:

# Compile Smart Contract
npx hardhat compile
Deploy the Solidity smart contract to an Ethereum testnet or local development environment.

# Deploy Smart Contract
npx hardhat run scripts/deploy.js --network <network-name>
Install dependencies for the React front end:

# Navigate to the React client directory
cd client 
# Install React dependencies
npm install
Run the react application:

# Start React Application
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published