@smartpkg/devtools
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

SmartPkg Devtools

React components for displaying captured Smart Contract function calls from using Smartpkg client.

Installation

npm install @smartpkg/devtools

Usage

In main.tsx, import devtool and add the component.

// main.tsx
import SmartpkgDevtool from '@smartpkg/devtools';

ReactDOM
  .createRoot(document.getElementById('root') as HTMLElement)
  .render(
    <React.StrictMode>
      <App />
      <SmartpkgDevtool />
    </React.StrictMode>
  );

Package Sidebar

Install

npm i @smartpkg/devtools

Homepage

smartpkg.io

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

606 kB

Total Files

28

Last publish

Collaborators

  • leecheuk