persistenceOne/persistenceJS

Overview

vishrutsingh opened this issue · 0 comments

Overview

PersistencecJS will act as a substitute for most cli commands used for interacting with the Persistence chain. Idea is to make it easy to create a backend for apps and ease the approach for any new developer into the ecosystem.

Features

  • Script for uploading wasm code to the chain via Gov proposal.
  • Examples for interacting with basic contracts like CW20 and ICS20.
  • Examples for MsgSend, MultiSend, MultiSig, Proposals on core chain.
  • Helpers for queries related to various wasm and chain responses.

Issues

Future Ideas

  • User flow for adding additional contract support in PersistenceJS (expected to be done via PR)
  • IBC interactions