API Documentation Guidelines
The Meter API documentation focuses on the use of the meterify
library, which is a modified version of web3
. The content is a combination of the web3
documentation, and content specific to meterify
and the Meter blockchain.
All API documentation should be written to reflect meterify
. So where existing content that has been ported web3
is mentioned, this should be replaced to the greatest extent possible with meterify
. Some code snippets provide a good example of these kinds of changes.
web3
meterify
Another example, where web3
content might read:
Modify it to read:
Last updated