Here you will find information on the tech stack, dev notes, and resources used in developing the Kadet Wallet Extension
| Kadena | https://github.com/kadena-io?type=fork | Kadena Github repository |
|---|---|---|
| Kadena.js | https://github.com/kadena-community/kadena.js | Kadena Javascript Library |
| CryptoJS | https://cryptojs.gitbook.io/docs/ | Cryptographic Javascript Library for hashing passwords |
| BIP39 | https://github.com/bitcoinjs/bip39/blob/master/README.md | JavaScript implementation of Bitcoin BIP39: Mnemonic code for generating deterministic keys**** |
| SimpleCrypto | https://simplecrypto.js.org/docs/ | SimpleCrypto |
| is a JavaScript library that simplify the process of encryption and decryption of JavaScript objects | ||
| Pact-lang-api | https://github.com/kadena-io/pact-lang-api | This package is here to help make interaction with both Pact's development server & a ScalableBFT cluster running Pact easy. |