Skip to content

semaj87/Blockforme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockforme

This is a basic web3 e-commerce project using Solidity


Tech stack and tools


Architectural diagrams

architectural diagram

file storage diagram


Requirements


Setup

1. Clone the repository

git clone https://github.com/semaj87/Blockforme.git

2. Install the dependencies

npm install

3. Run the tests

npx hardhat test

4. Get test coverage

npx hardhat coverage

5. Compile the smart contract

npx hardhat compile

6. Start the Hardhat node

# run the following command in a new terminal tab

npx hardhat node

7. Run the deployment script

npx hardhat run ./scripts/deploy.js --network localhost

8. Start the frontend

npm run start

About

This is a basic web3 e-commerce project using Solidity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors