Skip to content

Commit 72d7548

Browse files
committed
readme
1 parent e27d77f commit 72d7548

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ This project was rewritten with a frontend made by [Swolfeyes](https://github.co
88

99
[Development repository](https://github.com/fergarrui/ethereum-graph-debugger-ts) was archived, marked as read-only and moved here, to the main repo.
1010

11-
# Releases
12-
13-
* solc 0.4.24 compatible with ganache use: [v2.1.0](https://github.com/fergarrui/ethereum-graph-debugger/releases/tag/v2.1.0)
14-
* solc 0.5.8 (not compatible with ganache) use: [v3.0.2](https://github.com/fergarrui/ethereum-graph-debugger/releases/tag/v3.0.2)
15-
1611
# Existing tools
1712
There are already tools that allow you to debug Ethereum transactions (Solidity):
1813

@@ -21,7 +16,12 @@ There are already tools that allow you to debug Ethereum transactions (Solidity)
2116

2217
# Usage
2318

24-
Clone and start the application
19+
Use one of these releases:
20+
21+
* solc 0.4.24 compatible with ganache use: [v2.1.0](https://github.com/fergarrui/ethereum-graph-debugger/releases/tag/v2.1.0)
22+
* solc 0.5.8 (not compatible with ganache) use: [v3.0.2](https://github.com/fergarrui/ethereum-graph-debugger/releases/tag/v3.0.2)
23+
24+
If you want to use master (it can be more unstable), clone and start the application
2525

2626
For the first time:
2727
```

0 commit comments

Comments
 (0)