** This release is DEPRECATED **
Query decoded Ethereum transactions with SQL.
The Sort Remix Plugin simplifies adding your contract's ABI to Sort. Once a contract ABI is added, transactions on Ethereum Mainnet or Goerli Testnet can be queried. All parameters and logs/events that are part of the transaction are available for querying with the Sort API / query interface.
Learn more at sort.xyz
Within the Remix IDE, click on the 🔌 symbol to open the plugin manager.
Search for "Sort" and click "Activate".
- Compile a contract using the
Solidity Compilerplugin. - Open the
Sortplugin and select the contract name - Specify a name and address for the deployed contract
- Click
Add Contract to Sort - Visit sort.xyz or use the sort APIs to query for contract data.
npm install then npm run serve
Special thanks to OneClickDapp, which was used as a template for creating this plugin.