Provider for ethereum dapp
- ОС: MacOS, Linux. In case of using Windows, the most practical option is to use WSL
- nodejs version: 11.15.0
- npm version: 6.9.0
- yarn version: ^1.16.0
Install dependency @nuxtjs/provider
yarn add https://github.com/tornadocash/provider.git
Add modules to nuxt.config.js
modules: ['@nuxtjs/provider']
you also need to add the default rpc url nuxt.config.js
provider: { rpcUrl: '' }
- Linting:
yarn lint-fix
Sources of coding rules:
To ensure compliance with formatting rules are used:
Vscode extensions:
- Typescript - language - a subset of over javascript with strong structural typing
- Babel
- web3 - Ethereum JavaScript API
- web3-utils - utility functions for Dapp developers.