Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 730 Bytes

File metadata and controls

17 lines (11 loc) · 730 Bytes

Overview

This repository defines base structures used in the TokenD based network to store ledger state and to craft transactions. This repo should be used as submodule. Do not commit any language specific data.

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Notes

This repo has been forked from Stellar XDR

Generate docs

  1. Make sure bundle is installed and you have run bundle install
  2. Make sure that correct version of redoc-cli is installed. npm uninstall -g redoc-cli and npm install -g @tokend/redoc-cli
  3. Run make