[![Hex version](https://img.shields.io/hexpm/v/giocci.svg "Hex version")](https://hex.pm/packages/giocci)
[![API docs](https://img.shields.io/hexpm/v/giocci.svg?label=hexdocs "API docs")](https://hexdocs.pm/giocci)
[![License](https://img.shields.io/hexpm/l/giocci.svg)](https://github.com/b5g-ex/giocci/blob/main/LICENSE)
# Giocci
Client Library for Giocci
## Description
Giocci is a computational resource permeating wide-area distributed platform towards the B5G era.
This repository is a library that provides functionality for the client in Giocci environment.
It should be used with [giocci_relay](https://github.com/b5g-ex/giocci_relay) [giocci_engine](https://github.com/b5g-ex/giocci_engine) installed onto Giocci server(s).
The detailed instructions will be appeared ASAP,,,
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `giocci` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:giocci, "~> 0.2.0"}
]
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/giocci>.