Skip to content

📝 Load and interact with any EVM smart contract (like Etherscan)

Notifications You must be signed in to change notification settings

gesielrosa/ethereum-dapp

Repository files navigation

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