README
import { Sandbox } from '../sandbox';
const sandbox = new Sandbox();
sandbox.listen(8911, 'localhost'); // => Promise
Ethereum sandbox server for ChainSpin framework.
<script type="module">
import chainspinSandbox from 'https://cdn.skypack.dev/@chainspin/sandbox';
</script>
import { Sandbox } from '../sandbox';
const sandbox = new Sandbox();
sandbox.listen(8911, 'localhost'); // => Promise