Packages

ExCkb is a Elixir SDK for Nervos CKB

Current section

Files

Jump to
ex_ckb lib ex_ckb.ex
Raw

lib/ex_ckb.ex

defmodule ExCkb do
@moduledoc """
Documentation for ExCkb.
"""
@doc """
Hello world.
## Examples
iex> ExCkb.hello()
:world
"""
def hello do
:world
end
end