Blockchain

Elliptic Curve Cryptography via OpenSSL

1.avif Consider the following scenario: you’re chatting with your buddies on a social media platform, but you’d like to keep your conversations private. This is just one of the ways public key cryptography is making communication safer and more secure with End to End encryption.

Have you ever wondered how your online passwords and financial transactions are kept secure? It’s all thanks to the power of public key cryptography, and two of the most widely used algorithms are RSA and ECC.

2.avif Intro of elliptic curve

Blockchain Enterprise implementations and Use cases

Blockchain is a buzz word in the market since last 5 years.I feel very fortunate to get involved in this beautiful technology when it was getting evolved for enterprises. I am a Blockchain Developer and also a Consultant working for companies like Deloitte, Dell, Cognizant, Mercedes ,Redington Gulf and couple of more companies in the Fortune 500 club. Companies consult me for Proof of Concepts and training their executives for Development ,Deployment and Functionality discussion depending upon the requirements.

Blockchain is a technology which is responsible for Tracking and Traceability . But what is kind of Traceability or Tracking do we plan to solve or what is the solution we want to come up with ?

With this article I will tell you how to come up with an Enterprise use case in the field of Blockchain. The formula I use to explain this is “ATOMIC”.

ATOMIC

Mystery of Hyperledger Fabric Architecture

3.avif This series will be focused upon Permission-ed Blockchain aiming towards Development and Deployment of Hyperledger Projects like Fabric ,Sawtooth,Explorer and Caliper.

You might have heard about Hyperledger Fabric is used for Permission based Blockchain deployment, but what makes it robust for Enterprise based Projects Development ?, or whats the Architecture behind this, lets go into the depth of it .

MORE

Learn how to trade on Pionex via Flashbots and Arbitrage

5.avif This blog will examine trading using pionex utilizing the digital money. So let’s examine what pionex actually is. Grid Trading Bot

Pionex is a type of cryptocurrency exchange with built-in trading bots that came into prominence in 2020 and has since achieved the status of a significant and well-known exchange supported by investments in fiat currency and aggregated liquidity from the most well-known cryptocurrency exchanges online.

These bots help you to automate your investment strategy so that you don't have to constantly monitor the market. The free integrated bots offered by Pionex, which now reach a high of 16 in total, are one of the platform’s most noteworthy features. more

Building a Banking application via Smart Contract based upon Ethereum Blockchain

6.avif Open remix IDE from the link remix.ethereum.org The home page of remix IDE will look like this. Initially, there are many files and folders by default created by remix IDE there are useful for adding dependencies and more scripts for different purposes, Although they are not required here we can delete those files and create a new blank file. more

Using 150 GB of Free P2P Cloud Storage on Blockchain based Storj.io

7.avifStorj

Storj is a decentralized object storage network where data is encrypted client-side, broken into pieces, erasure en-coded (for fast and reliable retrieval ) , and spread across a network of fault-tolerant nodes.

This guide was created primarily for non-native developers or people who want to test a local network in a step-by-step, hand-held manner. more

Using Pancake Swap DeFi Exchange

8.avifWhen it comes to using Crypto exchanges, almost all the exchanges popular are owned by a central authority or a person , Eg: Binance is owned by Changpeng Zhao ,Wazirx is owned by Nishchal Shetty, these systems are performing well, but to make crypto systems perform better and optimize the cost some developers decided to build decentralized exchanges. A group of anonymous developers in 2020 decided to build exchange that allow the users to use peer-to-peer (P2P) transactions with a process that relies on automated smart contracts.

more

Buying and Selling Cryptos on WazirX using INR.

Screenshot 2023-12-20 164029.png Are you wondering how to buy and sell crypto currencies via Indian Rupee, this is the second part of the blog series for buying cryptocurrencies, for the basics of Wazir Platform and getting started just refer to my previous blog . Let’s start buying and selling step by step. In this blog we can get the better understanding of how to deposit money on wazirx . Also , after depositing money we can buy the crypto and also sell the crypto using INR.

more

Creating a Metamask Account From Scratch connecting to Ethereum Blockchain

9.avifOne of the initial steps to be taken for Blockchain development is to get yourself familiar with build toolkit of cryptocurrency which is programmable, first cryptocurrency of the world i.e. Bitcoin is not programmable. In 2013 Vitalik Buterin and Gavin Wood launched Ether (from the Ethereum Network Protocol), which is a programmable cryptocurrency, due to the implementation of state machines via Patricia Merkle tree data structure which helps in storing the states. 10.avif more

Getting Started Step by Step with WAZIRX and Cryptocurrencies

11.avifAre you an aspiring cryptocurrency investor but confused about how to get started with investments ?, how will you get your invested money in crpto converted to Indian Rupees ? Whats the best digital platform or exchange to be used ? I can answer all your smallest to biggest queries.

I was fortunate to enter Blockchain in mid of 2017, and started to work upon Ethereum Decentralized Application Building. I have worked as Blockchain Engineer with couple of startups, and as a Consultant & Corporate Trainer (Blockchain Subject Matter Expert) with 20+ Fortune 500 Companies.

more

Building your first Azure Blockchain Workbench application

12.avif When it comes to Blockchain , often developers complain about lot of time being spent in troubleshooting installation and deployment issues. What if I say with Microsoft Azure you can deploy your applications rapidly without even going into any installation or deployment hustle, with only some provisioning required.

With this devs will be able to focus upon implementing Business logic and their productivity shall increase: Developers Reaction

Lets see the procedure step by step:

Just login into your account: portal.azure.com and search for the service of “Blockchain Workbench” => from the marketplace select Azure Blockchain Workbench. 13.avifmore

Golang debugging by using Delve

13.avifGo is a compiled programming language designed by Robert Griesemer, Rob Pike, and Ken Thompson at google.

It is statically typed language which is syntactically similar to C language but offering additional features like structural typing, garbage collection, memory safety, and CSP-style concurrency.

more

Exploring Metaverse using: Spatial.io

Imagine how it will feel if you will be able to attend any virtual event by creating various different digital “avatars”?

Metaverse is the key to this opportunity. In simple words, the metaverse can be defined as the 3-D network of the virtual world which focuses on social connection using augmented reality (AR) and virtual reality (VR). 25.avif

In this blog we will be exploring Spatial that will help us to create our own “avatar” and our own personal virtual space.

Spatial.io is dedicated to helping creators and brands build their own spaces in the metaverse to share culture together. Spatial empower their users to leverage their beautiful spaces to share eye popping content, build a tight knit community, and drive meaningful sales of their creative works and products. Spatial also empower our users to create beautiful and functional 3D spaces that they can mint as NFTs and sell/rent to others looking to host mind blowing experiences.

*more

Implementing meta transactions in your smart contract using Biconomy SDK

18.avifA meta-transaction can be defined as the way that allows the user to interact with the public blockchain without paying any transaction fee. A meta-transaction is a general Ethereum transaction containing another transaction, the actual transaction. The actual transaction is then signed by the user and then sent to an operator or something similar which means no gas and blockchain interaction is required.

In order to perform meta-transactions, a user needs to sign a message. After a user signs it, DApp (Decentralised Application ) sends the message to a relayer who sends that message into an actual transaction to a public node so the transaction can be mined. more

14.avif

Building a Web Server via Golang

Let us build a web server , this implementation is quite interesting.

I have chosen Go language because it has much less compilation time and verbosity( things expressed in less number of words) as compared to any other programming language.more