Representable Contract State

an XML-based canonical view of EVM contract state


Usage

Solidity Side

Implement the interface IXMLRepresentableStatereturning an XML with the required bindings.

Java Side

Add the dependency to the renderer

	<groupId>net.finmath</groupId>
	<artifactId>representable-contract-state-core</artifactId>
	<version>${project.version}</version>

For usage of the renderer see

License

The code is distributed under the Apache License version 2.0, unless otherwise explicitly stated.