Go to file
nikdementev c3cac21dd1
chore: bump web3 version
2021-08-30 17:55:41 +03:00
.github/workflows fix: npm publish access 2020-11-18 12:50:19 +03:00
example feat: connect example 2020-11-06 18:35:44 +03:00
lib feat: injected request function 2021-06-02 16:53:53 +03:00
types WalletConnect fix 2021-01-18 20:17:53 +10:00
.eslintrc.js fix: update lint 2020-11-06 14:38:38 +03:00
.gitignore feat: add git ignore 2020-11-06 14:40:08 +03:00
.prettierrc.js fix: update lint 2020-11-06 14:38:38 +03:00
README.md feat: public package 2020-11-18 12:38:00 +03:00
babel.config.js fix: update 2020-11-06 00:10:04 +03:00
package.json chore: bump web3 version 2021-08-30 17:55:41 +03:00
yarn.lock chore: bump web3 version 2021-08-30 17:55:41 +03:00

README.md

Web3 ethereum provider

Provider for ethereum dapp

Title

Environment requirements

  • ОС: 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

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: '' }

CLI

  • Linting: yarn lint-fix

Style Guide

Sources of coding rules:

To ensure compliance with formatting rules are used:

Vscode extensions:

Technology stack

Technologies and languages

  • Typescript - language - a subset of over javascript with strong structural typing
  • Babel

Core Libraries

  • web3 - Ethereum JavaScript API
  • web3-utils - utility functions for Dapp developers.