Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cosmology-tech/cw-simulate-ui


https://github.com/cosmology-tech/cw-simulate-ui

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

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
```