https://github.com/arqex/solidity-js-playground
A library to run solidity snippets in any website
https://github.com/arqex/solidity-js-playground
Last synced: 2 months ago
JSON representation
A library to run solidity snippets in any website
- Host: GitHub
- URL: https://github.com/arqex/solidity-js-playground
- Owner: arqex
- Created: 2022-07-11T16:58:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T16:33:48.000Z (over 2 years ago)
- Last Synced: 2025-01-29T20:19:12.988Z (4 months ago)
- Language: TypeScript
- Size: 401 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solidity-js-playground
## CLI Commands
* `npm install`: Installs dependencies* `npm run dev`: Run a development, HMR server
* `npm run serve`: Run a production-like server
* `npm run build`: Production-ready build
* `npm run lint`: Pass TypeScript files using ESLint
* `npm run test`: Run Jest and Enzyme with
[`enzyme-adapter-preact-pure`](https://github.com/preactjs/enzyme-adapter-preact-pure) for
your testsFor detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).