Go to file
Nik Dement'ev b2743b6469
fix: update lint
2020-11-06 14:38:38 +03:00
.idea fix: update lint 2020-11-06 14:38:38 +03:00
example@23f163c651 fix: update lint 2020-11-06 14:38:38 +03:00
lib fix: update lint 2020-11-06 14:38:38 +03:00
node_modules fix: update lint 2020-11-06 14:38:38 +03:00
types fix: update 2020-11-06 00:10:04 +03:00
.eslintrc.js fix: update lint 2020-11-06 14:38:38 +03:00
.prettierrc.js fix: update lint 2020-11-06 14:38:38 +03:00
README.md fix: update lint 2020-11-06 14:38:38 +03:00
babel.config.js fix: update 2020-11-06 00:10:04 +03:00
package.json fix: update lint 2020-11-06 14:38:38 +03:00
yarn.lock fix: update lint 2020-11-06 14:38:38 +03:00

README.md

Frontend wallet.dao.casino

Provider for tornado cash

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

CLI

  • Project start: yarn dev
  • Running tests: yarn test
  • 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.