Go to file
Alexey 884c48899d Init 2020-10-07 12:17:19 +03:00
.github/workflows Init 2020-10-07 12:17:19 +03:00
contracts Init 2020-10-07 12:17:19 +03:00
migrations Init 2020-10-07 12:17:19 +03:00
scripts Init 2020-10-07 12:17:19 +03:00
test Init 2020-10-07 12:17:19 +03:00
.editorconfig Init 2020-10-07 12:17:19 +03:00
.env.example Init 2020-10-07 12:17:19 +03:00
.eslintrc Init 2020-10-07 12:17:19 +03:00
.gitattributes Init 2020-10-07 12:17:19 +03:00
.gitignore Init 2020-10-07 12:17:19 +03:00
.nvmrc Init 2020-10-07 12:17:19 +03:00
.prettierignore Init 2020-10-07 12:17:19 +03:00
.prettierrc Init 2020-10-07 12:17:19 +03:00
LICENSE Init 2020-10-07 12:17:19 +03:00
README.md Init 2020-10-07 12:17:19 +03:00
package.json Init 2020-10-07 12:17:19 +03:00
truffle.js Init 2020-10-07 12:17:19 +03:00
yarn.lock Init 2020-10-07 12:17:19 +03:00

README.md

Peppersec solidity template Build Status

Dependencies

  1. node 12
  2. yarn

Start

$ yarn
$ cp .env.example .env
$ yarn test

Deploying

Deploy to Kovan:

$ yarn deploy:kovan