A couple of weeks ago I have started diving into smart-contract / web3 development (for educational purposes) and have been experimenting with ERC-725 and ERC-734. While I was doing so, I was trying to figure out a setup that suited me personally. A good “debugging experience” -> HardhatType safety -> Typescript & TypechainSpeed -> Jest & Wallaby.js In my dev environment as a frontend-developer I am used to Jest and Wallaby.js. Wallaby.js is a developer…
Instead of keeping your key on your computer and decrypting it with a passphrase when you want to use it, the key is generated and stored on the device and never reaches your computer.
There is a problem with Angular components out of the box: Components have the CSS display property set to inline implicitly by default. There now is a way around this.