0.8.2 • Published 2 years ago

mazzaroth-xdr v0.8.2

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

Mazzaroth-xdr

CircleCI

Mazzaroth-xdr is a library that contains the XDR objects used by Mazzaroth.

All objects are defined in the idl directory as .x files and the code for each language is generated.

We currently support code generation for 3 languages: javascript, rust and go. The generated code has the following dependencies:

The generated code is created with the help of xdr-codegen and should not be modified.

Generating Code

If any changes are made to the idl files the code can generated by running the npm build script after updating the xdr-codegen.

First clone or update xdr-codegen

git clone git@github.com:kochavalabs/xdr-codegen.git
cd xdr-codegen
git pull

Then run the npm build script to generate the code for all languagues:

npm install
npm run build

License

MIT

0.8.2

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.6.2

2 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0-alpha

5 years ago