ApeWorX / ethpm-types

Implementation of EIP-2678
Apache License 2.0
14 stars 8 forks source link

docs: add method docs #40

Closed antazoey closed 2 years ago

antazoey commented 2 years ago

What I did

I have been researching EIP-2678 and thought that this package should be updated. Most of the material is borrowed from the EIP as well as fitting in existing documentation.

How I did it

Read through https://eips.ethereum.org/EIPS/eip-2678#package-name and add bits to PackageManifest and ContractType classes.

How to verify it

Verify the docs make sense that were added

Checklist