In this post, we’ll explore how to use truffle-token-test-utils package to visualize token transfers in Truffle and OpenZeppelin tests.
When we do transactions on the Ethereum blockchain, one can easily view the internal token transfers that took place by looking it up on Etherscan as shown above.
While testing contracts on local ganache or forked mainnet, it can be a black box as you only have the ability to check token balances before and after the transaction.
To make it easier to achieve a similar result as Etherscan, we’ll use my npm package: `truffle-token-test-utils`.
Decentralized Finance (DeFi) refers to the permissionless, peer-to-peer, and transparent financial systems built on public blockchains like Ethereum.
2020 was THE year of DeFi. The total value locked in DeFi has gone from less than 1 Billion dollars to touching $23B+ in just a matter of a few months.
In this post, I will share with you how I used DappHero to easily integrate blockchain into my HTML5 game without worrying about Web3.js or Metamask.
I took part in DappHero’s bounty at MetaCartel’s ‘Dragon Quest’ (you may visit Hackathons.Live to never miss out on Hackathons).
For this, I brought a twist to the classic Snake Game by rewarding the winner with Ether.
I along with my teammate Rachit Srivastava took part in the HackOn hackathon that was conducted online on Devfolio.
During the limited time-frame, we came up with our project “CoronaRedemption”. This application included the following features:
Video Demo of our project: https://www.youtube.com/watch?v=PIdcg4L6Dgo
Live Demo: https://covidextricate.herokuapp.com/
Let’s dive into the details of the project.
We have come up with a solution to help control…
After I got my Alexa Swags (T-Shirts and Sipper), I was asked countless times by my fellow developers and friends how I got those, so here is a simple to follow step by step tutorial.
Amazon provides incentives to Alexa Skill Developers in the form of Developer Perks which vary each month from T-Shirts, Sippers, Amazon Gift Cards to a Play Station 4! You may read about their current promotion Here.
Most of you would be knowing about Amazon’s voice-assistant Alexa, but what are Alexa Skills? Well, they are the custom apps built for Alexa by developers to provide additional…