@sentio/debugger
TypeScript icon, indicating that this package has built-in type declarations

1.16.25 • Public • Published

Debugger

A client side EVM debugger, based on @truffle/debugger

Usage

  1. Install @sentio/debugger or add the dependency in the package.json yarn add @sentio/debugger
  2. Initialize a debugger client
new DebuggerClient().initialize(
  {
    providerURL: 'https://test.sentio.xyz/api/v1/solidity',
    txnHash: "0x857c1331d430048a16b71515464c6d68e7cc17337de82afe0151652435862b4a",
    shimmedCompilations: shimmedCompilations,
    chainId: "0x1",
  }
);

Check out the example folder, it shows how to make it work on frontend.

Readme

Keywords

none

Package Sidebar

Install

npm i @sentio/debugger

Weekly Downloads

1

Version

1.16.25

License

MIT

Unpacked Size

5.1 MB

Total Files

62

Last publish

Collaborators

  • lzx_lizixing
  • pooytr1
  • allendragon
  • longw
  • zfy0701