1. Add exw3 to your list of dependencies in mix.exs:
1. Add exw3 to your list of dependencies in mix.exs:
def deps do
def deps do
[{:exw3, "~> 0.0.2"}]
[{:exw3, "~> 0.1.0"}]
end
end
2. Ensure exw3 is started before your application:
2. Ensure exw3 is started before your application:
@ -18,7 +18,7 @@
## Overview
## Overview
ExW3 is a wrapper around ethereumex to provide a high level, and user friendly json rpc api. It currently only supports Http.
ExW3 is a wrapper around ethereumex to provide a high level, and user friendly json rpc api. It currently only supports Http. The primary feature it provides is a handy abstraction for working with smart contracts.
## Usage
## Usage
@ -36,21 +36,21 @@ config :ethereumex,
Currently ExW3 supports a handful of json rpc commands. Mostly just the useful ones. If it doesn't support those specific commands you can always use the Ethereumex commands.
Currently ExW3 supports a handful of json rpc commands. Mostly just the useful ones. If it doesn't support those specific commands you can always use the Ethereumex commands.