dkg.js
dkg.js copied to clipboard
Paymaster integration
This PR integrates the Paymaster contract into DKG.js library, providing ways to:
- [x] Deploy a Paymaster contract
- [x] Use Paymaster contract's functions
- [x] Use a Paymaster contract with a KnowledgeCollection
- [x] Provide an example usage of the Paymaster contract when creating a KnowledgeCollection
The dkg-evm-module implementation of the Paymaster contract is currently in the build stage, and can be viewed here.