Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo-vortex/erc20transactioninfo
An ERC20 token transaction explorer which decode and show erc20 transaction details using C# blazor
https://github.com/neo-vortex/erc20transactioninfo
Last synced: 14 days ago
JSON representation
An ERC20 token transaction explorer which decode and show erc20 transaction details using C# blazor
- Host: GitHub
- URL: https://github.com/neo-vortex/erc20transactioninfo
- Owner: Neo-vortex
- Created: 2023-07-26T16:05:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-26T16:18:22.000Z (over 1 year ago)
- Last Synced: 2023-07-26T17:34:21.141Z (over 1 year ago)
- Language: CSS
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ERC20TransactionInfo
An ERC20 token transaction explorer which decode and show erc20 transaction details using C# blazoruse like this:
```
http://[serveraddress]/[Tx hash]/[base64 encoded rpc node url]
```
it supports transfer transaction as of now, but i have plan to extend it more to support all common erc20 transactions
![image](https://github.com/Neo-vortex/ERC20TransactionInfo/assets/40230471/8bc18e7e-d3b5-4267-b17f-1eba4cddf63b)