
The Future of Blockchain Development is Cross-Chain
Why blockchain protocols need cross-chain communication to reach mainstream adoption
Search for a command to run...

Why blockchain protocols need cross-chain communication to reach mainstream adoption

Ignite CLI provides a low-friction, easy-to-use developer experience for building blockchains using the Cosmos SDK framework.

Starport , the fastest way to build, test, and launch a Cosmos blockchain, launched a little over a year ago. Today, over 285 blockchain applications use Starport. The Starport tooling originated from the idea that building and launching a blockchain...

Dive into a one month-long virtual coding event to celebrate open-source software development and expand the Cosmos community! Tendermint presents October Codefest, a month-long virtual event to celebrate open source software development and expand ...

Cosmos is an ever-expanding ecosystem of interconnected apps and services that is built for a decentralized future. Cosmos connects independent parallel blockchains, each powered by a BFT consensus algorithm, by using IBC, the Inter-Blockchain Commu...

The git log command helps us to view the information about previous commits occurred in the project. But do you know, you can see the history of any method/function in your codebase easily with: git log -L :function:path/to/file A quick example on t...

I have been coding for a while now, and identifying blocks, notations, opening and closing tags within heavily nested loops and functions is more of a nightmare for me. Recently, I get to know about the Bracket Pair Colorizer extension in Visual Stud...

As a developer, we spend a lot of time working on the terminal and having personalized shell makes the working environment perfect, decreases frustration and also, increases productivity. In this blog, we will discuss how to quickly install plugins A...

Mercurial Distributed SCM To collaborate with the other developers on a project around the world, all the programmers need some kind of Version Control System (VCS) to manage the source code. While most of the developers use git for a version con...