Creating a MonteCarlo Simulation using python for stock pricesHey everyone! Today, we're diving into something super exciting: Monte Carlo simulations in Python! 📈 If you've ever wondered how to use Python to simulate stock prices and understand potential future outcomes, you're in the right place. So, let's r...Jun 18, 2024·3 min read·20
Chainlink's CCIP Unleashes Seamless Cross-Chain Communication for DeFi and Traditional FinanceJul 18, 2023·3 min read·16
Randomness and BlockchainIn this blog we will a discussion around randomness, true randomness, oracles etc. Why do we even need randomness? What’s its importance? So, without randomness, there would be no asymmetric cryptography that makes possible the security scheme of the...Oct 14, 2022·2 min read·139
VRF and ChainlinkBitcoin Problem Solved First, let’s have a look at what the problem was faced by bitcoin, which is how to speed up the decision-making consensus on what pool should win and can add the block. The solution was nonce. So, the pool that will get the low...Oct 14, 2022·3 min read·111
git commitWe generally use the git commit command. Let's dig into it more... git commit will save all the staged changes, and it's with a brief message. 'commit' basically is a snapshot of the project. So generally, we use character like '-m' in the statement....Sep 28, 2022·2 min read·49
CHAINLINK - offchain to onchainGetting started There is a lot of fuss about blockchain and web3 in the near past. We see a lot of tokens coming into existence and a lot of solutions being presented in the blockchain domain and particularly web3. Blockchain and SmartContract By far...Jul 16, 2022·4 min read·252
Introduction to Machine LearningMachine Learning talking very simply, is a kind of automation and improvement in the learning process of computers, based on their past experiences, and its all done without actually being programmed. Another approach can be, it is a method of data a...May 19, 2022·2 min read·60
Web Assembly : Getting Started.Web assembly is a standard or format code that lets developers bring up the power of C, C++, and Rust to the web development area. It is a binary instruction format for virtual machines that are stack-based. The way it works is somewhat under a syst...Mar 2, 2022·2 min read·101