https://github.com/wtfacademy/solive
A flexible online playground for Solidity smart contract.
https://github.com/wtfacademy/solive
react solidity-editor solive
Last synced: about 1 year ago
JSON representation
A flexible online playground for Solidity smart contract.
- Host: GitHub
- URL: https://github.com/wtfacademy/solive
- Owner: WTFAcademy
- License: mit
- Created: 2023-03-06T15:43:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T07:47:39.000Z (over 2 years ago)
- Last Synced: 2025-04-20T07:05:42.174Z (about 1 year ago)
- Topics: react, solidity-editor, solive
- Language: TypeScript
- Homepage: https://solive.dev
- Size: 3.8 MB
- Stars: 34
- Watchers: 2
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SOLIVE
A flexible online playground for Solidity smart contract, inspired by remix-IDE and react-live
### Demo
- Check demo website: https://demo.solive.dev
- build demo: [demo](./apps/demo)
### DOC
- Check doc website: https://solive.dev
- build doc: [doc](./apps/doc)
### Dev
- First install dependencies
```bash
pnpm install
```
- Then start library dev (or use `nx run :`)
```bash
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
```bash
pnpm start:demo
# or
pnpm start:doc
```