Skip to main content
Module

x/subshell/mod.ts

Substrate API playground in a Deno πŸ¦• repl, using polkadot-js extension as remote signer ✍️. Say goodbye to hardcoded mnemonics / seeds in dev scripts!πŸ‘‹
Go to Latest
File
// Copyright 2017-2023 subshell authors & contributors// SPDX-License-Identifier: MIT
// auto-generated via ci-release.ts, do not edit
export * as client from './client/mod.ts';export * as nodeModules from './node_modules/mod.ts';export * as signer from './signer/mod.ts';