Last updated 2 years ago
We do not have enough tools for the JS devs. One of the low-level packages is a wallet library. We need a pure JS wallet library for Cardano
Build an open-source pure JS (TS) wallet js library from scratch that is totally independent of the rust package.
This is the total amount allocated to Cardano Wallet lib in pure JS(TS).
NB: Monthly reporting was deprecated from January 2024 and replaced fully by the Milestones Program framework. Learn more here
###################
#What is a wallet library?
Wallet library is a low-level implementation to provide Cardano address, transaction serialization, signing, and transaction building functionality. This library will be a pure JS implementation that it can run in the browser and cross-platform mobile apps with ease without any WASM loading required.
#Why do we need a JS version?
#What can a developer do with this package?
This is a low-level library to build Cardano transactions, this would allow a host of wallet applications to be built for the ecosystem. A lightweight package to spin up a wallet as quickly as possible in the backend using Nodejs or in the browser, an extension, and mobile apps. This will also be the library to be used by dapps to build transactions.
This library will also support building smart contract transactions for Alonzo.
In a nutshell,
#Who are we?
We are the company behind the Cardanoscan explorer, the widely used Cardano blockchain explorer.
Github: https://github.com/StricaHQ
Twitter Handles
Company: @StricaHQ
Ashish: @ashisherc
Cardanoscan: @cardanoscanio
#Typhon Wallet
Launching a testnet wallet from the team behind Cardanoscan, which utilizes the pre-production Bip32Ed22519 JS package. We are very proud of this wallet release as the wallet is built from scratch using fully in-house developed libraries, which means it does NOT use rust serialization lib nor Haskell compiled packages used by other wallets.
https://testnet.typhonwallet.io/
#Deliverable
#Timeline
We have a reference implementation of such features in our wallet source code. We would be required to build a modular package that can be ported out and built as a library that the community can use to build new wallet frontends. We would also be required to create rich documentation. We estimate to deliver this proposal in ~55 working days
#Budget
Total Funds required - 92,000 USD
We have built a Cardano wallet that does NOT use the rust package and uses our in-house developed wallet implementation.