README.md

# Web3MoveEx

Move(Starcoin) SDK impl in elixir!

See the using example in:

> https://github.com/WeLightProject/move_sdk_ex_liveview_example

## Implementation

- [] Starcoin
  - [x] Readonly Function
  - [x] Read Resource
  - [x] Send Transaction
  - [x] Chain Interactor
- [] Aptos
- [] Sui

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `web3_move_ex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:web3_move_ex, "~> 0.0.5"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/web3_move_ex](https://hexdocs.pm/web3_move_ex).