A flexible online playground for Solidity smart contract.
A flexible online playground for Solidity smart contract, inspired by remix-IDE and react-live
Check demo website: https://demo.solive.dev
build demo: demo
Check doc website: https://solive.dev
build doc: doc
pnpm install
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
pnpm start:demo
# or
pnpm start:doc