Only Dust

Only Dust

We onboard devs to the Starknet ecosystem. Our discord : https://discord.gg/onlydust To create Stars, you need Only Dust.
Subscribe to Only Dust
Receive the latest updates directly to your inbox.

How to create a Starknet Node

Only Dust
July 15
I have taken the choice to use Infura but you can do the same on Alchemy

Testing your StarkNet contracts with Protostar

Only Dust
June 21
Protostar is a great and promising dev tool for StarkNet, that we at OnlyDust are using more and more in our projects. By the way, for a comparison between Protostar and Nile, get a look at this article.

A standard on Github labels for contribution

Only Dust
June 09
To help it happen there is a lot to do: create communities, involve companies, create some kind of on-chain platform for missions to be posted on. That’s a lot to do, too much for one sprint or even one year. So we decided to start small, to find quick wins that can already greatly improve contribution.

Array stream library for Cairo

Only Dust
May 20
The lack of for loops in Cairo can be a bit disturbing for new comers. Even for experienced developers, having to write recursive functions every time you want to do something with an array can be time-consuming.

SOLID cairo - The iterator pattern

Only Dust
May 16
When learning a new programming language, you can sometimes feel confused about new paradigms. For me it happened with cairo and its lack of for loops.

SOLID cairo - OOP-like pattern

Only Dust
May 16
When I learn a new language, my first focus is to build SOLID components while leveraging the feature of this new language.

Demystifying StarkNet accounts

Only Dust
May 13
When trying StarkNet for the first time, it’s easy to go through the account setup without paying much attention to it.

protostar vs nile

Only Dust
May 12
When starting a new project in a new programming language, there is always this question that is raised.