py-wasm icon indicating copy to clipboard operation
py-wasm copied to clipboard

Documentation?

Open moshemalawach opened this issue 5 years ago • 2 comments

Is there any documentation available on how to use this module?

Even a stub one with a few examples would be enough! :)

Moshe

moshemalawach avatar Jun 11 '19 14:06 moshemalawach

There isn't really at this time. This project was spun up for purposes of the Eth2.0 network and Ewasm (Ethereum + WebAssembly). Assuming that effort moves forwards so would our stewardship of this library which would naturally include documentation. For now the tests are probably your best starting point.

pipermerriam avatar Jun 11 '19 15:06 pipermerriam

Maybe start with the fixture tests, which get launched from here: https://github.com/ethereum/py-wasm/blob/master/tests/spec/test_spec.py

carver avatar Jun 11 '19 17:06 carver