Aniblog.anirudha.dev·Dec 17, 2024How does Chain Abstraction work?If you’re looking to learn about the basics about Chain Abstraction, then read this article instead. Technically speaking, chain abstraction means abstracting away the differences between blockchain networks to provide a seamless experience. The goa...Abstractionchain abstraction
BountyHunt3rbountyhunt3r.hashnode.dev·Nov 26, 2023CosmWasm Underflow: Unlimited Voting PowerIn this article, we will solve the second Cosmwasm CTF from OakSecurity First, I highly recommend reading the first article in this series. Because It shows how to get started, and also explains some of the syntax we won't always be going through; to...88 readscosmwasm
BountyHunt3rbountyhunt3r.hashnode.dev·Nov 24, 2023[Full-Tutorial] Mastering Cosmwasm - Part 01We are going to go through the first CTF-01 from OakSecurity. The goal of this CTF is to drain all funds from the contract. Getting Started First, clone the repo from here. You will need to install Rust on your system, you can follow the installation...182 readsRust
Shreyas K Sthemissingsemicolon.hashnode.dev·Apr 18, 2023CosmWasm 101-Instantiate, Execution and Query MessagesPreviously in this series, we created a simple CosmWasm contract by defining contract entry points using the cosmwasm-std library. In this post, we will be covering creating Instantiate,Execution and Query messages that are used to interact with cont...120 readsCosmWasm-101cosmwasm
Shreyas K Sthemissingsemicolon.hashnode.dev·Mar 22, 2023CosmWasm 101 - The Entry PointCosmWasm is a powerful smart contract platform designed for the Cosmos SDK that allows developers to build efficient, secure, and scalable blockchain applications. With its focus on simplicity, ease of use, and flexibility, CosmWasm has quickly becom...1 like·116 readsCosmWasm-101Rust