JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 56
  • Score
    100M100P100Q84933F

SDK for interacting with the Silk wallet

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@silk-wallet/silk-wallet-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    silk-wallet-sdk

    Module diagram

    Simple graph of how code on the host site interacts with the modules of the Silk wallet (which are spread across UI of the host site, logic in the host site, UI of the Silk site, and logic in the Silk site). Note that the EthereumProvider is at the center, acting as the interface for the Silk wallet.

    graph TD;
        subgraph HostSite
            subgraph silk-wallet-sdk
                EthereumProvider<-->WalletMessageManager;
                EthereumProvider<-->UIMessageManager;
                UIMessageManager<-->SilkUIComponents;
            end
            HostCode<-->EthereumProvider;
        end
        subgraph silk-next-app
            WalletMessageManager<-- silk-interface-core -->silk-wallet-internal;
        end