Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Articles by Gaurav Tiwari
3 articles
How to perform an exchange on sushiswap Blockchain?
Introduction ( what is Sushiswap ? ) Sushiswap is a Decentralized blockchain application also known as DAPP. It is a digital exchange where we can deal with blockchain-based assets or tokens ( Cryptocurrencies ). Decentralized = Non-influenced or controlled by any individual or group A decentralized exchange offers famous services like Trading, Swapping, and Liquidity pools. Decentralization works upon distributed and peer-to-peer network connections and Sushiswap does in the same way. It provides a way to transact between peers and minimizes the transaction fee and leverages the reward to its users in terms of Sushi tokens. Key features Sushiswap ...
Read MoreHow to Build a Smart Contract in Blockchain?
A smart contract is nothing but a piece of code (computer program) that uses distributed ledger technology to follow the core principle of blockchain i.e distributed, trustless, and transparency. It is an immutable (Non- changeable) digital file having data and predefined code with an address on the network. That predefined code of conditions defined in the smart contract should be met and verified on specific event occurrences for smooth execution. It follows the logic of If/else and do/while. It is used to automate the execution of programs to save time without using intermediaries. It has various advantages over the conventional ...
Read MoreHow to add Tokens to the test network Metamask?
Today In the computer industry, testing becomes more inclined to better quality and optimization, without any delay in operation and execution of business requirements. Developing good quality products and services without incorporating higher costs into their production becomes a tedious task. And this becomes more problematic when we are in blockchain technology where everything is linked to crypto transactions even for small amounts of transactions. The testing environment gives us a better solution to pre-production in blockchain development where we can use Test Tokens, also known asTest Faucets for our smart contract deployment. These test Faucets have no value in ...
Read More