You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
nikdementev c3cac21dd1
chore: bump web3 version
2 years ago
.github/workflows fix: npm publish access 2 years ago
example feat: connect example 2 years ago
lib feat: injected request function 2 years ago
types WalletConnect fix 2 years ago
.eslintrc.js fix: update lint 2 years ago
.gitignore feat: add git ignore 2 years ago
.prettierrc.js fix: update lint 2 years ago
README.md feat: public package 2 years ago
babel.config.js fix: update 2 years ago
package.json chore: bump web3 version 2 years ago
yarn.lock chore: bump web3 version 2 years ago

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.