avatar

tobias

tobias

fresh solidity dev...
Subscribe to tobias
Receive the latest updates directly to yourĀ inbox.

How to use RPCs in the Cosmos ecosystem

Publisher
tobias
October 11
Here we cover the basics of using an RPC in the Cosmos ecosystem.

How to start testing your smart contracts with Solidity

Publisher
tobias
April 04
Note: In this article I reference Dapptools, however, now recommend Foundry. Luckily, Foundry also uses ds-test and is similar to Dapptools. Most of what is written here applies to Foundry. The only difference is the terminal commands, which you can find here.

How to understand re-entrancy attacks as a new Solidity dev

Publisher
tobias
December 31
I wrote this to help me understand how re-entrancy attacks work and I thought I'd share in case it helps someone else at the start of their smart contract journey.