Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Sep 30, 2018
1 parent 433f940 commit 0bcae63
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ An integrated Ethereum implementation and tool suite focused on Solidity testing

---

#### Powerful Solidity contract development, deployment, and interaction
## Powerful Solidity contract development, deployment, and interaction

<img src="/images/screenshot1.png?raw=true" width="700" />

Provides an intuitive framework for writing C# to perform contract deployments, transactions, function calls, RPC requests, and more. Solidity source files are automatically compiled and exposed as C# classes with all contract methods, events, and natspec documentation. Includes a personal Ethereum test node that automatically is setup during test executions.

---

#### Visibility into Solidity revert / exception call stacks

<img src="/images/screenshot2.png?raw=true" width="700" />
Expand All @@ -40,11 +38,11 @@ Better understanding and investigation of Solidity execution problems.

---

#### Solidity unit test code coverage HTML reports
# Solidity Coverage Reports

<img src="/images/screenshot4.png?raw=true" width="600" />

Perform thorough testing of Solidity codebases. See .sol source code coverage for line, branch, and function execution.
Perform thorough testing of Solidity codebases. Generate HTML and JSON code coverage reports showing .sol source code coverage for line, branch, and function execution.

---

Expand Down

0 comments on commit 0bcae63

Please sign in to comment.