Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,24 @@ A plugin to verify contracts in Etherscan

[![CircleCI](https://circleci.com/gh/Machinalabs/remix-etherscan-plugin.svg?style=svg)](https://circleci.com/gh/Machinalabs/remix-etherscan-plugin)

Full documentation https://remix-etherscan-plugin.readthedocs.io/en/latest/
Full documentation <https://remix-etherscan-plugin.readthedocs.io/en/latest/>

### Install

```
$ git clone [email protected]:Machinalabs/remix-etherscan-plugin.git
git clone [email protected]:Machinalabs/remix-etherscan-plugin.git

$ yarn
yarn

```

### Commands

```
$ yarn start # start development project
yarn start # start development project

$ yarn deploy # deploy to surge
yarn deploy # deploy to surge

$ yarn build # build production project
yarn build # build production project

```


Loading