Open in app

Sign In

Write

Sign In

Takshil Patil
Takshil Patil

298 Followers

Home

Lists

About

Dec 13, 2022

Guide to Full Stack Solidity Developer - Part 3

Previous Part: https://medium.com/coinmonks/guide-to-full-stack-solidity-developer-part-2-c11b8c14ea20 Summary: This part mainly focuses on blockchain development topics that are not covered in 1st part. This article will not focus on blockchain security. This article will only reference some great articles written by community. It makes no sense to create redundant content. …

Full Stack

3 min read

Full Stack

3 min read


Dec 13, 2022

Smart Contract Testing (not Auditing)

Summary: Comparision of developing and testing frameworks, dev — hardhat,truffle & testing-mocha,chai,foundary,brownie,etc.

Testing

1 min read

Testing

1 min read


Dec 13, 2022

Randomisation in Blockchain

In Progress…

Random

1 min read

Random

1 min read


Dec 12, 2022

Smart Contract “Visualisation” - Make reading of complex contract simpler

in progress…

Visualization

1 min read

Visualization

1 min read


Dec 12, 2022

Solidity Gas Optimisation

State: In progress…

Gas

1 min read

Gas

1 min read


Dec 12, 2022

Solidity Tools Collection - Development & Testing

Summary: This is a list of all tools that can help during blockchain development and testing. These are EVM focused tools. Ref: Awesome Collection of Tools (with mindmap) Opcode Tools Convert Solidity code to Assembly Opcodes Ethereum Virtual Machine Opcodes Bytecode Analysis and Debugging Remix IDE Debugging EVM Playground Debugging (Opcode Analysis) Solidity Debugger (vscode) …

Tools

1 min read

Tools

1 min read


Nov 16, 2022

Using 3rd party libraries in Remix IDE

Thankfully I dont have to write an article, as remix provides rich documentation for the same. Visit the below documentation. Importing & Loading Source Files in Solidity - Remix - Ethereum IDE 1 documentation Notice that this import statement doesn't include the version information that was in the remix.load(url) command. So…remix-ide.readthedocs.io

Remix Ide

1 min read

Remix Ide

1 min read


Published in

Coinmonks

·Aug 22, 2022

Improving Comments in Solidity

We can improve comments for functions, such that an easy documentation can be obtained about the contract. We will use the markdown documentation comments to write a short documentation along with source code. Ref: https://docs.soliditylang.org/en/develop/natspec-format.html /// @notice Constructor that's used to configure the minimum bet per game and the max…

Documentation

2 min read

Improving Comments in Solidity
Improving Comments in Solidity
Documentation

2 min read


Published in

Coinmonks

·Aug 22, 2022

Data Storage in Solidity

storage and memory are two ways of storing data in Solidity. memory is like RAM storage, its data is volatile, it gets destroyed at end of every call and created at start of every function call, similar to RAM is erased when the computer shuts down and data added when…

Solidity

1 min read

Solidity

1 min read


Published in

Coinmonks

·Aug 7, 2022

Solidity Functions that do not consume any gas

Why I wrote this blog? I had an assumption that only integers (read operation) does not require gas fees, but as I explored more contracts, below are few different functions that do not consume any gas. Generally functions with view or pure modifier do not incur any gas fees when…

Solidity

2 min read

Solidity

2 min read

Takshil Patil

Takshil Patil

298 Followers

Learner. Curious about Blockchain Security

Following
  • Takahiko Kawasaki

    Takahiko Kawasaki

  • Santosh Kumar Sha (@killmongar1996)

    Santosh Kumar Sha (@killmongar1996)

  • Vova Gavrysh

    Vova Gavrysh

  • Yashovardhan Agrawal

    Yashovardhan Agrawal

  • Yang Nana

    Yang Nana

See all (8)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams