How to add Mat-Stepper in Angular
Let’s look at how to add a mat-stepper to an angular application. Firstly, use the following command to add Angular material to your project. ng add @angular/material Go to app.module.ts…
Let’s look at how to add a mat-stepper to an angular application. Firstly, use the following command to add Angular material to your project. ng add @angular/material Go to app.module.ts…
Web 3.0 depends heavily on public key cryptography: From crypto wallet address to digitally signed transactions, everything uses public key cryptography. So let’s take a look at how it works.…
what are UST and LUNA?UST is an algorithmic stablecoin, which means it holds value based on an algorithm that is coded in the smart contract and is not backed by…
What is Tailwind CSS: Tailwind CSS is used to create websites in the fastest and the easiest way. Tailwind CSS is a utility-first CSS framework that focuses on creating personalised…
What are oracles?In the blockchain, any data that is written on-chain is accessible. However, we cannot access anything which is outside of the blockchain. To fill this gap oracle comes…
On the 23rd of March 2022, the Ronin network suffered one of the biggest hacks in crypto history, with an attacker stealing $540M in cryptocurrency from the network. The Ronin…
In our previous posts, we have talked about smart contract security and the tools involved in the auditing process. Today, we are going to walk through our process for auditing…
In the previous posts in this series, we discussed smart contracts and smart contract security. Now, let’s take a look at how we can secure our smart contracts with the…
In June 2016, attackers drained TheDAO smart contract of 3.6 million Ether (valued at $70M at the time) due to a vulnerability in the smart contract’s code, which made it…
With the advent of blockchain technology, web 3.0 has taken over the world. From cryptocurrency exchanges to NFT (non-fungible tokens) marketplaces, blockchain technology has become the future. And smart contracts…