Skip to content

esse-jacques-dansomon/blockchain-store-app

Repository files navigation

Angular Store DApp

This template uses following versions

  • Angular 17
  • NgRx 17
  • Hardhat 2.8
  • Ethers 5.5
  • Solidity 0.8.4

Getting started

  1. Clone this repository
git clone git@github.com:esse-jacques-dansomon/blockchain-store.git
  1. Install dependencies
npm install
  1. Start the hardhat node
  npx hardhat node
  1. Compile the smart contract
  npx hardhat compile
  1. Deploy the smart contract to the testnet
npm run deploy:localhost
  1. Paste the contract address, you get on the command line, into src/environments/environment.ts
export const environment = {
  // ...
  contractAddress: '0x04215C89a6af0f7ed9103c48BaF6A8e19f119470',
  // ...
};
  1. Run angular
ng serve

application and test the app under http://localhost:4200

  1. Run the tests
npx hardhat test

Angular app

Smart contract

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published