Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosmology-tech/cw-simulate-ui
https://github.com/cosmology-tech/cw-simulate-ui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cosmology-tech/cw-simulate-ui
- Owner: cosmology-tech
- Created: 2022-08-09T09:45:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T13:53:53.000Z (over 1 year ago)
- Last Synced: 2024-08-01T13:37:09.438Z (6 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 - cosmology-tech/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
```