Skip to content

Commit

Permalink
Fix Paymaster.sol link 404 in README (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
neodaoist authored Jan 2, 2024
1 parent 69fa1bc commit 77a33cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ Note that the `paymasterAndData` returned in step 6 contains a signature of the

## Deploying and using your own paymaster

If you want to deploy your own paymaster, you can deploy [paymaster.sol](./src/paymaster.sol) to your chain of choice.
If you want to deploy your own paymaster, you can deploy [Paymaster.sol](./src/Paymaster.sol) to your chain of choice.
In order to generate signatures for your paymaster, there's a Golang package in the [signer](./signer) directory that allows you to sign userOperations that will be accepted by the paymaster (call `UserOperation.PaymasterSign`).
Of course you can also rewrite this in your language of choice; the Golang package will provide a good example.

0 comments on commit 77a33cf

Please sign in to comment.