Skip to content

Commit

Permalink
Merge pull request #14 from ConsenSys/v310
Browse files Browse the repository at this point in the history
Version change from 3.0.5 to 3.1.0
  • Loading branch information
cd1m0 authored Jan 8, 2021
2 parents 3ec4f24 + c9e2931 commit 8ba5cb0
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 113 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ A TypeScript package providing a normalized typed Solidity AST along with the ut

Package could be installed globally via following command:

```console
```bash
npm install -g solc-typed-ast
```

Also it can be installed as the dependency:

```console
```bash
npm install --save solc-typed-ast
```

Expand Down Expand Up @@ -120,7 +120,7 @@ for (const sourceUnit of sourceUnits) {

Package bundles a `sol-ast-compile` CLI tool to provide help with development process. It is able to compile the Solidity source and output short AST structure with following:

```console
```bash
sol-ast-compile sample.sol --tree
```

Expand Down Expand Up @@ -172,13 +172,13 @@ Install prerequisites:

Clone repository:

```console
```bash
git clone https://github.com/ConsenSys/solc-typed-ast.git
```

Install and link:

```console
```bash
npm install
npm link
```
Expand All @@ -187,7 +187,7 @@ npm link

The project documentation is contained in the `docs/` directory. It could be built via following command:

```console
```bash
npm run docs:refresh
```

Expand Down
Loading

0 comments on commit 8ba5cb0

Please sign in to comment.