Open in app

Sign In

Write

Sign In

Aniket
Aniket

230 Followers

Home

About

Published in

Coinmonks

·Jun 20, 2021

Solidity revert with custom error explained with example !!

Since v0.8.4, Solidity has introduced an additional way to revert a transaction. The new method allows users to define a custom error and pass it while reverting a transaction. Custom error Custom errors are defined using the error statement in a syntax similar to events. error CustomErrorName(arg1, arg2); Custom errors can be…

Solidity

2 min read

Solidity revert with custom error explained with example !!
Solidity revert with custom error explained with example !!
Solidity

2 min read


Published in

Remix Project

·Jun 18, 2021

Hardhat Integration with Remix

In our quest to make Remix better for your workflow, we have integrated some Hardhat features and configurations so you can go between the two platforms! Note: The integration is new as of Remix IDE v0.12.0 and Remixd v0.3.6 Remixd and Hardhat Remixd is a way to connect your local file system with…

Ethereum

3 min read

Hardhat Integration with Remix
Hardhat Integration with Remix
Ethereum

3 min read


Published in

Remix Project

·Apr 17, 2020

Solidity unit testing using remix-tests -part 3

Testing scenarios example — Note: This blog is more of a technical one. If you haven’t worked with remix-tests or not very familiar with it, you should first read part1 & part2 of this series. As more people are looking to use remix-tests module/ Solidity Unit Testing plugin of Remix-IDE to unit test their…

Remix Ide

2 min read

Solidity unit testing using remix-tests -part 3
Solidity unit testing using remix-tests -part 3
Remix Ide

2 min read


Published in

Remix Project

·Feb 21, 2020

Solidity unit testing using remix-tests -part 2

Custom compiler-transaction context & use as a CLI-CI — This blog is in continuation of a previous one. It is recommended to read part 1 first. In part 1, we learnt how to write tests for Solidity smart contract in Solidity itself using remix-tests . Although contracts frequently need to be tested in different transaction contexts: with different values…

Ethereum

4 min read

Solidity unit testing using remix-tests -part 2
Solidity unit testing using remix-tests -part 2
Ethereum

4 min read


Published in

Remix Project

·Feb 7, 2020

Solidity unit testing using remix-tests -part 1

As a Remix IDE plugin — If you are a Solidity developer and looking to write unit tests for your smart contract, you don’t need to learn any other language. You can test your contract in Solidity itself using the tool: remix-tests Remix-tests is a tool to test Solidity smart contracts which is developed and maintained…

Remix Ide

5 min read

Solidity unit testing using remix-tests -part 1
Solidity unit testing using remix-tests -part 1
Remix Ide

5 min read


Published in

Remix Project

·Feb 3, 2020

Remix-IDE v0.9.3 Release

Remix IDE is released & deployed to https://remix.ethereum.org. It is also available as an NPM module here. With this release, we mainly worked on following features: Now there are more than one initial Solidity example contracts with increasing complexity level (prefixed with complexity level) which will help early developers with their learning curve

Remix

2 min read

Remix-IDE v0.9.3 Release
Remix-IDE v0.9.3 Release
Remix

2 min read


Published in

Remix Project

·Feb 3, 2020

Low level interactions on Remix IDE

enabling Fallback & Receive functions support — Prologue With Solidity v0.6.0 release, unnamed function in Solidity (usually called as fallback) has been split in two: fallback& receive . Users were looking for a feature in remix where they can send the value directly to a smart contract to test various functionalities even before the function split. (Read more…

Ethereum

3 min read

Low level interactions on Remix IDE
Low level interactions on Remix IDE
Ethereum

3 min read


Published in

Coinmonks

·Dec 18, 2019

Solidity v0.6.0 is here! Things you should know

Solidity has come out with major breaking release of the Solidity compiler and language i.e. v0.6.0. As a smart contract developer and Blockchain Enthusiast, one should be aware about them as it is going to change the way we develop smart contracts. These changes are basically inspired by existing languages…

Ethereum

5 min read

Solidity v0.6.0 is here! Things you should know
Solidity v0.6.0 is here! Things you should know
Ethereum

5 min read


Published in

Coinmonks

·Jun 23, 2019

Mnemonic Generation (BIP39) Simply Explained

Every time one setup a crypto wallet, he/she is provided 12 (in some case 24) mnemonic phrases and asked to keep it secure. These mnemonics are further used to recover accounts and related crypto balance. One set of mnemonic can be used to create multiple addresses. This method of generating…

Bitcoin

3 min read

Mnemonic Generation (BIP39) Simply Explained
Mnemonic Generation (BIP39) Simply Explained
Bitcoin

3 min read


Published in

Coinmonks

·May 11, 2019

sol-straightener: Straighten/Flatten Solidity file from JavaScript file

Solidity has been the primary language for smart contract development. While writing various contracts, we maintain modules for code reuse and management. We import the code from various files in our main file. For various purposes like to verify contract on Etherscan (Although sol-verifier handles it internally using this), we…

Ethereum

2 min read

sol-straightener: Straighten/Flatten Solidity file from JavaScript file
sol-straightener: Straighten/Flatten Solidity file from JavaScript file
Ethereum

2 min read

Aniket

Aniket

230 Followers

Blockchain Engineer

Following
  • Amar

    Amar

  • Deeptiman Pattnaik

    Deeptiman Pattnaik

  • Taylor Monahan

    Taylor Monahan

  • Rob Hitchens

    Rob Hitchens

See all (8)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams