ricardian-template-toolkit
ricardian-template-toolkit copied to clipboard
Renderer for the Ricardian Contract specification
The accepted ABI version is currently a subset of ABI version 1.0. This is problematic since EOSIO.CDT will produce ABIs that are ABI version 1.1 and will cause failure when...
FYI I tried running `yarn example` and the `tsc` command seems to be erroring. I was able to get around by doing `node index.js` directly (which worked just fine). Let...
I think it would be very helpful to have a static analysis tool that given only an ABI does its best to validate all Ricardian contracts and clauses contained within....
RTT will avoid processing a Ricardian contract if the length of the raw summary is greater than 116 characters. Furthermore, if the generated summary is greater than 116 characters, RTT...