[Proposal] We made new Cosmos sdk js
Hello, everyone. I am Hiroaki Joya, spokesperson for LCNEM Inc. LCNEM LCNEM 経済厚生のためのフィンテック We made new wrapper library of Cosmos sdk, but unfortunately, nobody looked at our pull request. github.com/cosmos/cosmos-sdk-js [update]cosmos sdk js by jeijeijei777 on 09:07AM - 23 Aug 19 UTC 110 commits changed 91 files with 3877 additions and 243 deletions . This is wrapper library of Cosmos sdk which helps user to manipulate it by frontside more confortable. What was cosmos sdk js(byLCNEM) built for? Cosmos sdk has both a blockchain interface and an app interface, but since it can’t be manipulated from the frontside as it is, so it’s built in TypeScript. We have brought only the necessary parts such as class definitions from Cosmos sdk. specs ■common… TypeScript like a utility ■cosmos-sdk… type definitions of Cosmos sdk ■Tendermint… type definitions of Tendermint Highlights □We chose Not JavaScript, but TypeScript ,because its clear type definitions and ease of maintainance . □The amino implementation was not needed on the frontside, so we wanted a lightweight design.…
Excerpt (1194 of 1686 characters). Read the whole post on the forum ↗