If you want your protocol to work well on your own app, use a private indexer.
If you want your protocol to work well across all of web3, contribute to EVM Context.
- Protocol teams
- Wallets
- Web3 browsing tools
- Web3 analytics tools
npm run create:contextualizer [name of protocol] -- -h [transaction hash]`
This will generate a new file called protocol/[name of protocol].ts and a test file called protocol/[name of protocol].spec.ts.
You should write unit tests for your PR using a real transaction. Do this by running:
npm run grab:transaction [txHash] [nickname for the type of tx]
Once that's ready, please open a PR on this repo and request review from pcowgill and jordanmessina
See the LICENSE file for license rights and limitations (MIT).
