Skip to content

A flexible online playground for Solidity smart contract.

License

Notifications You must be signed in to change notification settings

0xDjangoMo/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 86.8%
  • JavaScript 7.8%
  • CSS 4.7%
  • HTML 0.7%