Skip to content
forked from WTFAcademy/SoLive

A flexible online playground for Solidity smart contract.

License

Notifications You must be signed in to change notification settings

murrayee/SoLive

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.6%
  • MDX 9.4%
  • JavaScript 6.4%
  • CSS 4.0%
  • HTML 0.6%