https://github.com/sacconazzo/dapp-metamask
SmartContract methods with Web3 & MetaMask // client side
https://github.com/sacconazzo/dapp-metamask
Last synced: 6 months ago
JSON representation
SmartContract methods with Web3 & MetaMask // client side
- Host: GitHub
- URL: https://github.com/sacconazzo/dapp-metamask
- Owner: sacconazzo
- Created: 2021-04-30T10:28:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T09:45:33.000Z (over 3 years ago)
- Last Synced: 2025-02-08T12:13:06.818Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### install
```
yarn
```### run in local
```
yarn dev
```listening on http://localhost:8180
### info
This demo app https://giona.tech/dapp0
For testing configure Metamask with:
- rpc address https://quorum.giona.tech
- chainId 10chain explorer https://cakeshop.giona.tech
for starting blockchain node and testing smartcontracts https://sballot.giona.tech
Thanks to https://livecodestream.dev/post/interacting-with-smart-contracts-from-web-apps/