🌐Script Network Explorer

The Script Explorer is a blockchain explorer which allows users look up, confirm and validate transactions on the Script blockchain. By entering an address into the search box, you can view the balance, value and all the transactions made through that address.

The Script Explorer APIs are provided by the Script Explorer Microservice Node. It is the REST interface via which a user can interact with the Script Explorer Microservice Node directly.

The explorer also allows a user to check the details of a transaction with the transaction hash. Once you’ve pasted the hash into the search bar, a series of transaction details will appear. These include the type of the transaction, the height of the block that includes the transaction, and the timestamp when the transaction was finalized on-chain.

With smart contract support enabled on the Script blockchain, the Script Explorer was redesigned to more easily inspect and monitor smart contracts. The Script Explorer allows developers to upload and verify the source code of their smart contracts, query the read-only interface of the smart contracts, and record the Script VM returns and emitted events for ease of debugging.

Last updated