ExSui
An Elixir library to interface with the Sui blockchain using gRPC. This library is an alpha version.
Getting Started
If available in Hex, the package can be installed
by adding ex_sui to your list of dependencies in mix.exs:
def deps do
[
{:ex_sui, "~> 0.1.0"}
]
endContributing
Download and install the protocol buffer compiler (protoc).
MacOS users can install it through Homebrew by running the following command:
brew install protobufOther platforms e.g. windows, linux can be installed by following the steps here.
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_sui.