dkg.js icon indicating copy to clipboard operation
dkg.js copied to clipboard

Paymaster integration

Open usebeforefree opened this issue 9 months ago • 0 comments

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.

usebeforefree avatar Mar 19 '25 11:03 usebeforefree