Polkadot Projects on GitHub:

🟨JavaScript
polkadot-wiki
polkadot-deployer
polkadot-js/docs
substrate-front-end-template

🐍Python
py-substrate-interface

🟦TypeScript
polkadot-launch
polkadot-js/apps
moonbeam

🐹Go
subscan-essentials
gossamer

🦀Rust
polkadot
parity-signer

GitHub Resources - Polkadot Repositories
Polkadot Wiki

Polkadot central source of truth

⭐Stars: 353
Contributors: 173
Active Issues: 19
Open PRs: 12

github.com/w3f/polkadot-w…
Polkadot Deployer

Iy's a tool for deploying polkadot networks.

⭐Stars: 100
Contributors: 9
Active Issues: 16
Open PRs: 1

github.com/w3f/polkadot-d…
Polkadot-js Docs

This is the documentation portal for all Polkadot and Substrate-related tools and libraries in the polkadot-js family of repos.

⭐Stars: 132
Contributors: 38
Active Issues: 4
Open PRs: 4

github.com/polkadot-js/do…
Substrate Front End Template

A Polkadot.js API + React based template for building Substrate Front Ends

⭐Stars: 200
Contributors: 17
Active Issues: 6
Open PRs: 0

github.com/substrate-deve…
Python Substrate Interface

Python Substrate Interface

⭐Stars: 135
Contributors: 7
Active Issues: 15
Open PRs: 0

github.com/polkascan/py-s…
Polkadot Launch

Simple CLI tool to launch a local Polkadot test network

⭐Stars: 500
Contributors: 22
Active Issues: 33
Open PRs: 5

github.com/paritytech/pol…
Polkadot-js Apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node.

⭐Stars: 1500
Contributors: 317
Active Issues: 82
Open PRs: 16

github.com/polkadot-js/ap…
Moonbeam

⭐Stars: 620
Contributors: 23
Active Issues: 40
Open PRs: 34

An Ethereum-compatible smart contract parachain on Polkadot

github.com/PureStake/moon…
Subscan Essentials

⭐Stars: 132
Contributors: 9
Active Issues: 14
Open PRs: 0

Polkadot Substrate Explorer Subscan

github.com/subscan-explor…
Gossamer

A Go implementation of the Polkadot Host

⭐Stars: 300
Contributors: 39
Active Issues: 196
Open PRs: 30

github.com/ChainSafe/goss…
Polkadot

Polkadot Node Implementation In Rust

⭐Stars: 5400
Contributors: 176
Active Issues: 436
Open PRs: 89

github.com/paritytech/pol…
Parity Signer

It's a mobile application that allows any smartphone to act as an air-gapped crypto wallet.

⭐Stars: 395
Contributors: 36
Active Issues: 48
Open PRs: 7

github.com/paritytech/par…
💯 Days of Web 3

I am on the challenge of posting one Web3-related Content every day for 100 days.

Day 80/100

Here is the GitHub repository (currently 301⭐) with all the tweets, day by day

github.com/FrancescoXX/10…
If you enjoyed this thread, follow @FrancescoCiull4 and retweet the tweet below. Thank you.

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Francesco Ciulla

Francesco Ciulla Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @FrancescoCiull4

Mar 9
Smart contracts introduction thread.

What are smart contracts?

What are the fundamental concepts to understand as a Developer?

Let's see them in 2 minutes.

web3 threads - smart contracts
Table of Contents

Definition
Term's Origin
Goals
An analogy
Legal status
Smart legal contracts
Smart contracts as programs
Smart contracts a stored procedures
Workings
On Ethereum
Randomness on Blockchain
Security issues
The DAO (June 2016)
Issues in Ethereum
💯Days of Web3

Definition

A smart contract is a contract with additional blockchain features.

It's a computer program or a transaction protocol to automatically execute, control, or document legally relevant actions/events according to some contract terms.
Read 21 tweets
Mar 7
I FINALLY made it 🤯

Blockchain Competition TikTok video.

In 2021, I had 2 goals:
- Quit My Job
- Make a TikTok

Surprisingly, I achieved the first and failed the second!

In the link below, is my FIRST TikTok video

tiktok.com/@francesco.ciu… tiktok video - Blockchain C...
Follow me on TikTok for exclusive content.
tiktok.com/@francesco.ciu…
I am on the challenge of posting one Web3-related content every day for 100 days.

Day 79
Stars: 292

You can see all the tweets day by day at this GitHub repository
github.com/FrancescoXX/10…
Read 4 tweets
Mar 6
24 Blockchains to keep an Eye on in 2022. a Thread ↓ Ethereum, Solana, Polkadot, Polygon, ZkSync, Hyperledger, Bi
Ethereum @ethereum

"Ethereum is the community-run technology powering the cryptocurrency ether (ETH) and thousands of decentralized applications."

ethereum.org/en/
Solana @solana

"Solana is a public blockchain platform with smart contract functionality. Its native cryptocurrency is SOL. Solana works to one up Ethereum by providing faster transaction times and cheaper fees."

solana.com
Read 27 tweets
Mar 5
Some tips for being active as a Developer. A thread ↓
Body and mind are connected

If you are physically active, this will have an impact on your mental activities, such as writing code or thinking about how to solve a bug.

Mind and body are closely connected and one influences the other.

The Dev Stereotype

There is the stereotype of the developer who stays in front of the computer all day.

But it doesn't have to be that way.

You can be a developer and also stay fit, dedicating time to training constantly every day.

Read 11 tweets
Mar 5
OpenZeppelin thread.

The first time I heard the word "Zeppelin" I thought of something similar to what is in Warcraft 3 (or Warcraft 2!).

But it has nothing to do with that.

it's an Open Source project that helps you to create your smart contracts in a secure and easy way.

web3 threads - OpenZeppelin with the Z as a logo
Table of Contents

- What is OpenZeppelin
- Pillars
- WebSite
- Docs
- Guides
- Jobs
- Ethernaut
- GitHub
- Additional resources
- 💯days of Web3

What is OpenZeppelin

On their website, their own definition is
"The standard for secure blockchain applications"

In simpler words:

OpenZeppelin is a platform that helps you to build secure decentralized Apps.

For example, it can provide ERC20 implementation for your apps
Read 13 tweets
Mar 4
The Graph Introduction thread.

Storing data on the blockchain has its advantages, but also disadvantages.

The Graph can be a solution for indexing and querying data on the blockchain efficiently.

Let's introduce The Graph with this thread.

web3 threads - The Graph
Table of Contents

Definition
Examples
Bored Ape Yacht Club basic ops
BAYC advanced ops
Getting data is not easy
Home-made solution
Home-made solution problems
Indexing blockchain data is hard
The Graph solution
GitHub
How The Graph Works
Flow
Conclusion
💯 days of Web3
Support
Definition

"The Graph" is a decentralized protocol for blockchains, starting with Ethereum.

The Graph core functionalities are:
- indexing data
- querying data

It makes it let you query data that it would be difficult to query directly.
Read 17 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(