An open API service indexing awesome lists of open source software.

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

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 10

chain 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/