This repository is a public collection of examples and tests using x402 and onchain payments. Please feel free to contribute.
To install dependencies:
bun installTo setup:
cp .env.example .envand fill in the relevant private keys
- local-examples-config: is for storing local config that is easily accessible through
@thegreataxios/local-examples-configin other packages - eip3009-forwarder-ethersv6: allows the simple addition of
EIP3009Forwarder.solfor quick testing
To contribute please make a PR. This repository is very early stage and does not yet have linting, formatting, etc. That will be fixed in future releases.
This repository is licensed under MIT. All examples are MIT by default.