UNPKG

solidity-shell

Version:

An interactive Solidity shell with lightweight session recording and remote compiler support

10 lines (9 loc) 180 B
'use strict' /** * @author github.com/tintinweb * @license MIT * */ const { InteractiveSolidityShell } = require('./handler'); module.exports = { InteractiveSolidityShell }