https://github.com/ohager/signum-contract-inspector
A simple tool to inspect Signum Blockchain Smart Contracts
https://github.com/ohager/signum-contract-inspector
Last synced: 11 months ago
JSON representation
A simple tool to inspect Signum Blockchain Smart Contracts
- Host: GitHub
- URL: https://github.com/ohager/signum-contract-inspector
- Owner: ohager
- License: mit
- Created: 2022-10-29T13:20:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T18:34:26.000Z (over 2 years ago)
- Last Synced: 2025-07-23T13:31:08.758Z (about 1 year ago)
- Language: JavaScript
- Homepage: signum-contract-inspector.vercel.app
- Size: 297 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
#### Signum Smart Contract Inspector
This handy tool allows to inspect [Signum Smart Contracts](https://github.com/signum-network/signum-smartj)
and allows detailed inspection. This tool is mostly for smart contract developers who want to inspect the current
data stack of a contract.

[Go to live app](https://signum-contract-inspector.vercel.app//)
Run the `index.html` in any static file server.
Using [serve](https://www.npmjs.com/package/serve) may be the easiest way:
1. `npm i -g serve`
2. `cd ./web/vanilla/contracts-inspector`
3. `serve`
4. Open browser at given url, i.e. `http://localhost:5000`
Additional Url parameters
- address: A Signum Address or Account Id of either a creator or contract
- testnet: If passed the testnet will be chosen, otherwise mainnet
- node: You can add node to be preselected, which can either be a custom one, i.e. `https://foo.signum.network`, or one of the featured nodes, i.e. `https://brazil.signum.network`
Examples:
1. List all contracts of account `TS-QAJA-QW5Y-SWVP-4RVP4` in testnet
`https://signum-contract-inspector.vercel.app/?address=TS-QAJA-QW5Y-SWVP-4RVP4&testnet`
2. Shows the details of contract `10904650711172151453` in a custom node
`https://signum-contract-inspector.vercel.app/?address=10904650711172151453&node=https://lootboy.signum.network`