This is a simple project for decoding blockchain transactions.
As version 0.1.0 we decode:
- uport transactions
- transactions against gnosis smartcontracts (safe-contracts and pm-contracts)
- Fork the project
git clone [email protected]:gnosis/gnosis-abi-decoder.git
- Install dependencies
cd gnosis-abi-decoder
npm install
- Start using it
npm start
If you miss a feature just open an issue
This project is licensed under the MIT License - see the LICENSE.md file for details