Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 395 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 395 Bytes

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:

npm install
npm start

Open http://localhost:3000 to view it in your browser.

Running storybook

npm run story