4
0
Fork 0

Updated mix and README versions + README patches

pull/17/head
hswick 6 years ago
parent ac811f687f
commit 9b3ffb6e59
  1. 11
      README.md
  2. 2
      mix.exs

@ -4,10 +4,11 @@
## Installation
def deps do
[{:exw3, "~> 0.1.5"}]
end
```elixir
def deps do
[{:exw3, "~> 0.1.6"}]
end
```
## Overview
ExW3 is a wrapper around ethereumex to provide a high level, user friendly json rpc api. It currently only supports Http. The primary feature it provides is a handy abstraction for working with smart contracts.
@ -143,7 +144,7 @@ end
# Compiling Soldity
# Compiling Solidity
To compile the test solidity contracts after making a change run this command:
```

@ -3,7 +3,7 @@ defmodule ExW3.MixProject do
def project do
[app: :exw3,
version: "0.1.5",
version: "0.1.6",
elixir: "~> 1.6.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,

Loading…
Cancel
Save