Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 692 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 692 Bytes

Ethereum - Smart Contract - DApp

Load and interact with any Ethereum Smart Contract.

  • Load contract with ABI and Address;
  • Call contract functions/methods;
  • Use MetaMask wallet;
  • All Ethereum networks (mainnet and testnets);
  • Example contracts included;

Dev

Run npm run start for a dev server. Navigate to http://localhost:4200/.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.


Ethereum Smart Contract Decentralized app DApp Web3.js MetaMask @truffle/contract Angular 12

@gesielrosa