View Source Soroban.ex
Soroban.ex is an open source library for Elixir to interact with the Soroban-RPC server, and facilitate the deployment and invocation of Soroban smart contracts.
Warning Please note that Soroban is still under development, so breaking changes may occur.
installation
Installation
Add soroban
to your list of dependencies in mix.exs
:
def deps do
[
{:soroban, "~> 0.1.0"}
]
end
development
Development
- Install an Elixir version
v1.14
or lower. - Compile dependencies:
mix deps.get
. - Run tests:
mix test
.
changelog
Changelog
Features and bug fixes are listed in the CHANGELOG file.
code-of-conduct
Code of conduct
We welcome everyone to contribute. Make sure you have read the CODE_OF_CONDUCT before.
contributing
Contributing
For information on how to contribute, please refer to our CONTRIBUTING guide.
license
License
This library is licensed under an MIT license. See LICENSE for details.
acknowledgements
Acknowledgements
Made with 💙 by kommitters Open Source