https://github.com/hyperweb-io/cw-simulate-ui
https://github.com/hyperweb-io/cw-simulate-ui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperweb-io/cw-simulate-ui
- Owner: hyperweb-io
- Created: 2022-08-09T09:45:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T13:53:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T20:48:20.537Z (3 months ago)
- Language: TypeScript
- Homepage: https://cwsimulate.terran.one
- Size: 6.02 MB
- Stars: 17
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - hyperweb-io/cw-simulate-ui - (TypeScript)
README
# CW-SIMULATE-UI
A web-based interface for debugging and testing the CosmWasm contract
without the need for setting up the Rust dev toolchains or a local dev testnet node.## Installing and running locally
Install and run via npm:
```sh
npm install
npm start
```Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
## Running storybook
```sh
npm run story
```