astroband / ruby-stellar-base

The stellar-base library is the lowest-level stellar helper library. It consists of classes to read, write, hash, and sign the xdr structures that are used in stellar-core
Apache License 2.0
21 stars 19 forks source link

Use xdrgen from rubygems. #56

Closed abuiles closed 4 years ago

abuiles commented 4 years ago

Before this, we were using a branch which doesn't exist any more. xdrgen is now available as a gem, we can rely on it which is defined in the gemspec.