murrayee / SoLive

A flexible online playground for Solidity smart contract.

Home Page:https://solive.wtf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOLIVE

A flexible online playground for Solidity smart contract, inspired by remix-IDE and react-live

Demo

DOC

Dev

  • First install dependencies
pnpm install
  • Then start library dev (or use nx run <pkgname>:<command>)
pnpm start:lib
# or
nx run solive-core:start
# note:Core requires additional starting CSS
nx run solive-core:start:css
  • Then start demo/doc dev
pnpm start:demo
# or
pnpm start:doc

About

A flexible online playground for Solidity smart contract.

https://solive.wtf

License:MIT License


Languages

Language:TypeScript 79.6%Language:MDX 9.4%Language:JavaScript 6.4%Language:CSS 4.0%Language:HTML 0.6%