Client
JavaScript
https://github.com/sunriselayer/sunrise-client-js
Copy
Rust
Currently there is no support for client library, but you can easily generate the protobuf type definition files.
Installing Buf CLI is required.
You need to create two YAML files as follows.
[project]
src
main.rs
buf.gen.yaml
buf.yaml
buf.yamlCopy
buf.gen.yamlCopy
In the [project]
directory, run the following commands.
Copy
Last updated