/best-of-crypto

πŸ† A ranked list of awesome open-source crypto projects. Updated weekly.

Creative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Best-of Crypto

πŸ†  A ranked list of open-source digial currency and blockchain projects. Updated weekly.

This curated list contains 2.3K awesome open-source projects with a total of 900K stars grouped into 11 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!

πŸ§™β€β™‚οΈ Discover other best-of lists or create your own.

Contents

Explanation

  • πŸ₯‡πŸ₯ˆπŸ₯‰  Combined project-quality score
  • ⭐️  Star count from GitHub
  • 🐣  New project (less than 6 months old)
  • πŸ’€  Inactive project (6 months no activity)
  • πŸ’€  Dead project (12 months no activity)
  • πŸ“ˆπŸ“‰  Project is trending up or down
  • βž•  Project was recently added
  • πŸ‘¨β€πŸ’»  Contributors count from GitHub
  • πŸ”€  Fork count from GitHub
  • πŸ“‹  Issue count from GitHub
  • ⏱️  Last update timestamp on package manager
  • πŸ“₯  Download count from package manager
  • πŸ“¦  Number of dependent projects
  •   Deployed on Ethereum Mainnet.
  •   Deployed on BSC Mainnet.
  •   Deployed on Solana Mainnet.
  •   Deployed on Avalanche Mainnet.
  •   Deployed on Polygon Mainnet.
  •   Deployed on Arbitrum Mainnet.
  •   Deployed on Fantom Mainnet.
  •   Deployed on Harmony Mainnet.
  •   Deployed on Polkadot Mainnet.
  •   Deployed on Terra Mainnet.

Cryptocurrencies

Back to top

Decentralized peer-to-peer currencies.

BTC - Bitcoin (πŸ₯‡50 Β· ⭐ 95K) - Cryptocurrency and worldwide payment system. It is the first..
bitcoinjs-lib (πŸ₯‡36 Β· ⭐ 4.7K) - A javascript Bitcoin library for node.js and browsers. MIT
  • GitHub (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 1.8K Β· πŸ“¦ 13K Β· πŸ“‹ 980 - 4% open Β· ⏱️ 26.07.2022):

     git clone https://github.com/bitcoinjs/bitcoinjs-lib
    
  • npm (πŸ“₯ 180K / month Β· πŸ“¦ 2.6K Β· ⏱️ 26.07.2022):

     npm install bitcoinjs-lib
    
bitcoin (πŸ₯‡34 Β· ⭐ 66K) - Bitcoin Core integration/staging tree. MIT
  • GitHub (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 33K Β· πŸ“‹ 7.4K - 13% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/bitcoin/bitcoin
    
  • PyPi (πŸ“₯ 11 / month Β· ⏱️ 21.06.2021):

     pip install oixgwsmcnwyequxsgj
    
btcd (πŸ₯‡33 Β· ⭐ 4.9K) - An alternative full node bitcoin implementation written in Go (golang). ISC
  • GitHub (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 1.7K Β· πŸ“₯ 9.8K Β· πŸ“¦ 20K Β· πŸ“‹ 740 - 28% open Β· ⏱️ 07.06.2022):

     git clone https://github.com/btcsuite/btcd
    
  • npm (πŸ“₯ 8 / month Β· ⏱️ 03.10.2016):

     npm install btcd-binary
    
  • Go (πŸ“¦ 3.6K Β· ⏱️ 07.06.2022):

     go install github.com/btcsuite/btcd
    
lightning (πŸ₯‡31 Β· ⭐ 2.3K) - Core Lightning Lightning Network implementation focusing on.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 700 Β· πŸ“₯ 14K Β· πŸ“¦ 1 Β· πŸ“‹ 2.1K - 16% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/ElementsProject/lightning
    
  • PyPi (πŸ“₯ 14K / month Β· πŸ“¦ 1 Β· ⏱️ 15.03.2022):

     pip install pyln-bolt7
    
bip39 (πŸ₯‡30 Β· ⭐ 840) - JavaScript implementation of Bitcoin BIP39: Mnemonic code for generating.. ISC
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 390 Β· πŸ“¦ 99K Β· πŸ“‹ 89 - 13% open Β· ⏱️ 27.04.2022):

     git clone https://github.com/bitcoinjs/bip39
    
  • npm (πŸ“₯ 1.1M / month Β· πŸ“¦ 5K Β· ⏱️ 27.04.2021):

     npm install bip39
    
bitcoinj (πŸ₯‡29 Β· ⭐ 4.4K) - A library for working with Bitcoin. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 2.4K Β· πŸ“₯ 1.7K Β· πŸ“‹ 1.2K - 32% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/bitcoinj/bitcoinj
    
  • Maven (πŸ“¦ 480 Β· ⏱️ 17.11.2021):

     <dependency>
     	<groupId>org.bitcoinj</groupId>
     	<artifactId>bitcoinj-core</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
elements (πŸ₯‡25 Β· ⭐ 900) - Open Source implementation of advanced blockchain features extending the.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 330 Β· πŸ“₯ 27K Β· πŸ“‹ 400 - 37% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/ElementsProject/elements
    
btcwallet (πŸ₯‡24 Β· ⭐ 880) - A secure bitcoin wallet daemon written in Go (golang). ISC
  • GitHub (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 420 Β· πŸ“₯ 670 Β· πŸ“¦ 400 Β· πŸ“‹ 320 - 36% open Β· ⏱️ 07.06.2022):

     git clone https://github.com/btcsuite/btcwallet
    
  • Go (πŸ“¦ 75 Β· ⏱️ 22.03.2022):

     go install github.com/btcsuite/btcwallet/wtxmgr
    
btcutil (πŸ₯ˆ23 Β· ⭐ 460 Β· πŸ’€) - Provides bitcoin-specific convenience functions and types. ISC
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 400 Β· πŸ“¦ 11K Β· ⏱️ 29.01.2022):

     git clone https://github.com/btcsuite/btcutil
    
  • Go (πŸ“¦ 2.6K Β· ⏱️ 29.01.2022):

     go install github.com/btcsuite/btcutil
    
bip38 (πŸ₯ˆ23 Β· ⭐ 160) - BIP38 is a standard process to encrypt Bitcoin and crypto currency private.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 75 Β· πŸ“¦ 1.6K Β· πŸ“‹ 31 - 9% open Β· ⏱️ 12.02.2022):

     git clone https://github.com/bitcoinjs/bip38
    
  • npm (πŸ“₯ 6.5K / month Β· πŸ“¦ 400 Β· ⏱️ 31.05.2020):

     npm install bip38
    
bips (πŸ₯ˆ19 Β· ⭐ 7K) - Bitcoin Improvement Proposals. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 4.5K Β· ⏱️ 28.07.2022):

     git clone https://github.com/bitcoin/bips
    
libwally-core (πŸ₯ˆ19 Β· ⭐ 210) - Useful primitives for wallets. MIT
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 120 Β· πŸ“₯ 44K Β· πŸ“‹ 110 - 26% open Β· ⏱️ 22.07.2022):

     git clone https://github.com/ElementsProject/libwally-core
    
  • PyPi (πŸ“₯ 2.6K / month Β· ⏱️ 11.04.2022):

     pip install wallycore
    
  • npm (πŸ“₯ 4 / month Β· ⏱️ 11.02.2020):

     npm install libwally-js
    
secp256k1-zkp (πŸ₯ˆ16 Β· ⭐ 260) - Experimental fork of libsecp256k1 with support for pedersen.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 91 Β· πŸ“‹ 43 - 39% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/ElementsProject/secp256k1-zkp
    
simplicity (πŸ₯‰15 Β· ⭐ 220) - Simplicity is a blockchain programming language designed as an.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 31 Β· πŸ“‹ 33 - 36% open Β· ⏱️ 19.07.2022):

     git clone https://github.com/ElementsProject/simplicity
    

25 projects are hidden because they don't fulfill the minimal requirements.


ATOM - Cosmos (πŸ₯‡43 Β· ⭐ 18K) - Decentralized network of independent parallel blockchains, each powered..
tendermint (πŸ₯‡37 Β· ⭐ 5.1K) - Tendermint Core (BFT Consensus) in Go. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.6K Β· πŸ“₯ 65K Β· πŸ“¦ 6.7K Β· πŸ“‹ 3.3K - 15% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/tendermint/tendermint
    
  • Go (πŸ“¦ 1.4K Β· ⏱️ 20.07.2022):

     go install github.com/tendermint/tendermint
    
cosmos-sdk (πŸ₯‡36 Β· ⭐ 4.3K) - A Framework for Building High Value Public Blockchains. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 370 Β· πŸ”€ 1.7K Β· πŸ“₯ 1.7K Β· πŸ“¦ 5.1K Β· πŸ“‹ 5.1K - 11% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/cosmos/cosmos-sdk
    
cosmjs (πŸ₯‡30 Β· ⭐ 350) - The Swiss Army knife to power JavaScript based client solutions.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 170 Β· πŸ“¦ 2K Β· πŸ“‹ 500 - 17% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/cosmos/cosmjs
    
  • npm (πŸ“₯ 59K / month Β· πŸ“¦ 49 Β· ⏱️ 26.01.2022):

     npm install @cosmjs/launchpad
    
starport (πŸ₯‡29 Β· ⭐ 880) - Ignite CLI is the all-in-one platform to build, launch, and maintain.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 380 Β· πŸ“₯ 59K Β· πŸ“¦ 150 Β· πŸ“‹ 1.1K - 26% open Β· ⏱️ 29.07.2022):

     git clone https://github.com/tendermint/starport
    
  • Go (πŸ“¦ 28 Β· ⏱️ 24.07.2022):

     go install github.com/tendermint/starport
    
gaia (πŸ₯‡28 Β· ⭐ 170) - Cosmos Hub. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 430 Β· πŸ“₯ 43K Β· πŸ“¦ 41 Β· πŸ“‹ 600 - 15% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/cosmos/gaia
    
  • Go (πŸ“¦ 6 Β· ⏱️ 09.05.2022):

     go install github.com/cosmos/gaia
    
ibc-go (πŸ₯‡27 Β· ⭐ 230) - Interblockchain Communication Protocol (IBC) implementation in Golang. MIT
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 170 Β· πŸ“₯ 100 Β· πŸ“¦ 1.4K Β· πŸ“‹ 660 - 32% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/cosmos/ibc-go
    
  • Go (πŸ“¦ 160 Β· ⏱️ 29.07.2022):

     go install github.com/cosmos/ibc-go
    
relayer (πŸ₯‡26 Β· ⭐ 200 Β· πŸ“ˆ) - An IBC relayer for ibc-go. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 260 Β· πŸ“₯ 730 Β· πŸ“¦ 69 Β· πŸ“‹ 320 - 11% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/cosmos/relayer
    
  • Go (πŸ“¦ 15 Β· ⏱️ 16.07.2022):

     go install github.com/cosmos/relayer
    
iavl (πŸ₯‡25 Β· ⭐ 270) - Merkleized IAVL+ Tree implementation in Go. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 140 Β· πŸ“¦ 3.5K Β· πŸ“‹ 110 - 26% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/cosmos/iavl
    
  • Go (πŸ“¦ 550 Β· ⏱️ 10.03.2022):

     go install github.com/tendermint/iavl
    
sdk-tutorials (πŸ₯ˆ22 Β· ⭐ 380) - Tutorials for building modules for the Cosmos SDK. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 330 Β· πŸ“¦ 43 Β· πŸ“‹ 210 - 30% open Β· ⏱️ 26.07.2022):

     git clone https://github.com/cosmos/sdk-tutorials
    
  • Go (πŸ“¦ 5 Β· ⏱️ 18.11.2021):

     go install github.com/cosmos/sdk-application-tutorial
    
ethermint (πŸ₯ˆ19 Β· ⭐ 400 Β· πŸ’€) - Ethermint is a scalable and interoperable Ethereum, built on.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 140 Β· πŸ“¦ 15 Β· πŸ“‹ 380 - 15% open Β· ⏱️ 02.09.2021):

     git clone https://github.com/cosmos/ethermint
    
  • Go (⏱️ 01.03.2021):

     go install github.com/cosmos/ethermint
    
ibc (πŸ₯ˆ18 Β· ⭐ 600) - Interchain Standards (ICS) for the Cosmos network & interchain ecosystem. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 180 Β· πŸ“‹ 420 - 19% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/cosmos/ibc
    
  • Go (⏱️ 02.10.2020):

     go install github.com/cosmos/ibc
    
gravity-bridge (πŸ₯ˆ17 Β· ⭐ 460 Β· πŸ’€) - A CosmosSDK application for moving assets on and off of.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 150 Β· πŸ“₯ 190 Β· πŸ“‹ 130 - 27% open Β· ⏱️ 28.08.2021):

     git clone https://github.com/cosmos/gravity-bridge
    
  • Go (πŸ“¦ 1 Β· ⏱️ 28.08.2021):

     go install github.com/cosmos/peggy
    
chain-registry (πŸ₯ˆ16 Β· ⭐ 180) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 230 Β· πŸ“‹ 100 - 59% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/cosmos/chain-registry
    
cosmos/awesome (πŸ₯‰14 Β· ⭐ 200) - Collection of Cosmos related resources. CC0-1.0
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 57 Β· πŸ“‹ 33 - 6% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/cosmos/awesome
    

26 projects are hidden because they don't fulfill the minimal requirements.


XLM - Stellar (πŸ₯‡38 Β· ⭐ 8K) - Open platform for building financial products that connect people..
go (πŸ₯‡31 Β· ⭐ 1.2K) - Stellars public monorepo of go code. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 480 Β· πŸ“₯ 120K Β· πŸ“¦ 280 Β· πŸ“‹ 1.7K - 19% open Β· ⏱️ 29.07.2022):

     git clone https://github.com/stellar/go
    
  • Go (πŸ“¦ 59 Β· ⏱️ 23.04.2021):

     go install github.com/stellar/go
    
js-stellar-sdk (πŸ₯‡30 Β· ⭐ 550) - Main Stellar client library for the Javascript language. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 280 Β· πŸ“¦ 2.5K Β· πŸ“‹ 330 - 12% open Β· ⏱️ 26.05.2022):

     git clone https://github.com/stellar/js-stellar-sdk
    
  • npm (πŸ“₯ 110K / month Β· πŸ“¦ 400 Β· ⏱️ 26.05.2022):

     npm install stellar-sdk
    
stellar-core (πŸ₯‡24 Β· ⭐ 3K) - stellar-core is the reference implementation for the peer.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 980 Β· πŸ“‹ 1.4K - 17% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/stellar/stellar-core
    
java-stellar-sdk (πŸ₯ˆ22 Β· ⭐ 160) - Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 170 Β· πŸ“₯ 39K Β· πŸ“‹ 230 - 25% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/stellar/java-stellar-sdk
    
kelp (πŸ₯ˆ19 Β· ⭐ 910 Β· πŸ’€) - Kelp is a free and open-source trading bot for the Stellar DEX.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 200 Β· πŸ“₯ 110K Β· πŸ“‹ 450 - 36% open Β· ⏱️ 26.11.2021):

     git clone https://github.com/stellar/kelp
    
  • Go:

     go install github.com/lightyeario/kelp
    
stellar-protocol (πŸ₯ˆ18 Β· ⭐ 430) - Developer discussion about possible changes to the.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 250 Β· πŸ“‹ 360 - 20% open Β· ⏱️ 21.07.2022):

     git clone https://github.com/stellar/stellar-protocol
    
quickstart (πŸ₯ˆ16 Β· ⭐ 160) - Home of the stellar/quickstart docker image for development and.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 160 Β· πŸ“‹ 110 - 2% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/stellar/quickstart
    
dashboard (πŸ₯‰12 Β· ⭐ 200) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 140 Β· πŸ“‹ 90 - 27% open Β· ⏱️ 03.05.2022):

     git clone https://github.com/stellar/dashboard
    

12 projects are hidden because they don't fulfill the minimal requirements.


ALGO - Algorand (πŸ₯‡36 Β· ⭐ 2.7K) - Algorand removes the technical barriers that for years undermined..
js-algorand-sdk (πŸ₯‡31 Β· ⭐ 240) - The official JavaScript SDK for Algorand. MIT
  • GitHub (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 150 Β· πŸ“¦ 2.2K Β· πŸ“‹ 270 - 19% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/algorand/js-algorand-sdk
    
  • npm (πŸ“₯ 170K / month Β· πŸ“¦ 59 Β· ⏱️ 21.07.2022):

     npm install algosdk
    
go-algorand (πŸ₯‡27 Β· ⭐ 1.1K) - Algorands official implementation in Go. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 330 Β· πŸ“₯ 17K Β· πŸ“¦ 55 Β· πŸ“‹ 1.4K - 26% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/algorand/go-algorand
    
  • Go (πŸ“¦ 9 Β· ⏱️ 24.04.2021):

     go install github.com/algorand/go-algorand
    
py-algorand-sdk (πŸ₯‡26 Β· ⭐ 200) - Algorand Python SDK. MIT
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 93 Β· πŸ“¦ 440 Β· πŸ“‹ 140 - 24% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/algorand/py-algorand-sdk
    
  • PyPi (πŸ“₯ 17K / month Β· πŸ“¦ 15 Β· ⏱️ 02.06.2022):

     pip install py-algorand-sdk
    
pyteal (πŸ₯‡25 Β· ⭐ 220) - Algorand Smart Contracts in Python. MIT
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 86 Β· πŸ“¦ 280 Β· πŸ“‹ 170 - 40% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/algorand/pyteal
    
  • PyPi (πŸ“₯ 2.9K / month Β· πŸ“¦ 10 Β· ⏱️ 11.05.2022):

     pip install pyteal
    
go-algorand-sdk (πŸ₯ˆ21 Β· ⭐ 150) - Algorand Golang SDK. MIT
  • GitHub (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 70 Β· πŸ“¦ 160 Β· πŸ“‹ 130 - 13% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/algorand/go-algorand-sdk
    
  • Go (πŸ“¦ 13 Β· ⏱️ 25.07.2022):

     go install github.com/algorand/go-algorand-sdk
    
sandbox (πŸ₯‰13 Β· ⭐ 160) - Algorand node sandbox. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 91 Β· πŸ“‹ 58 - 27% open Β· ⏱️ 08.07.2022):

     git clone https://github.com/algorand/sandbox
    
  • Go (⏱️ 01.04.2021):

     go install github.com/algorand/sandbox
    

8 projects are hidden because they don't fulfill the minimal requirements.


XRP - XRP (πŸ₯‡35 Β· ⭐ 5.6K) - Ripple (XRP) is one of the fastest and most scalable digital asset,..
xrpl.js (πŸ₯‡30 Β· ⭐ 1K) - A JavaScript/TypeScript API for interacting with the XRP Ledger in.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 400 Β· πŸ“₯ 10K Β· πŸ“¦ 1.9K Β· πŸ“‹ 460 - 8% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/XRPLF/xrpl.js
    
  • npm (πŸ“₯ 100K / month):

     npm install ripple-lib
    
rippled (πŸ₯‡27 Β· ⭐ 4.2K) - Decentralized cryptocurrency blockchain daemon implementing the XRP.. ISC
  • GitHub (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.3K Β· πŸ“‹ 1.1K - 29% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/ripple/rippled
    
ripplecharts-frontend (πŸ₯ˆ16 Β· ⭐ 190 Β· πŸ’€) - RippleCharts front-end using Angular.js and D3. ISC
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 130 Β· πŸ“‹ 36 - 41% open Β· ⏱️ 30.11.2021):

     git clone https://github.com/ripple/ripplecharts-frontend
    

3 projects are hidden because they don't fulfill the minimal requirements.


DASH - Dash (πŸ₯ˆ34 Β· ⭐ 2K) - The project was initially released under the name XCoin (linking the..

11 projects are hidden because they don't fulfill the minimal requirements.


CELO - Celo (πŸ₯ˆ34 Β· ⭐ 1.2K) - A platform for fast, secure, stable digital payments to any mobile number..
celo-monorepo (πŸ₯‡34 Β· ⭐ 590) - Official repository for core projects comprising the Celo.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 290 Β· πŸ“₯ 51 Β· πŸ“¦ 1.1K Β· πŸ“‹ 5K - 17% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/celo-org/celo-monorepo
    
  • npm (πŸ“₯ 68K / month Β· πŸ“¦ 37 Β· ⏱️ 26.04.2022):

     npm install @celo/contractkit
    
celo-blockchain (πŸ₯‡28 Β· ⭐ 400) - Official repository for the golang Celo Blockchain. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 690 Β· πŸ”€ 140 Β· πŸ“₯ 290 Β· πŸ“¦ 8 Β· πŸ“‹ 840 - 24% open Β· ⏱️ 29.07.2022):

     git clone https://github.com/celo-org/celo-blockchain
    
  • npm (πŸ“₯ 4.6K / month Β· πŸ“¦ 3 Β· ⏱️ 03.06.2022):

     npm install @celo/client
    
  • Go (πŸ“¦ 11 Β· ⏱️ 14.07.2022):

     go install github.com/celo-org/celo-blockchain
    

3 projects are hidden because they don't fulfill the minimal requirements.


XNO - Nano (πŸ₯ˆ28 Β· ⭐ 3.7K) - Nano, a low-latency cryptocurrency built on an innovative block-lattice..
nano-node (πŸ₯‡27 Β· ⭐ 3.4K) - Nano is digital money. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 780 Β· πŸ“₯ 430K Β· πŸ“‹ 1.2K - 24% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/nanocurrency/nano-node
    

3 projects are hidden because they don't fulfill the minimal requirements.


STEEM - Steem (πŸ₯ˆ28 Β· ⭐ 3.1K) - A new way for publishers to monetize their online content and..
steem (πŸ₯ˆ21 Β· ⭐ 1.9K) - The blockchain for Smart Media Tokens (SMTs) and decentralized.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 730 Β· πŸ“‹ 2.2K - 15% open Β· ⏱️ 17.06.2022):

     git clone https://github.com/steemit/steem
    
condenser (πŸ₯ˆ21 Β· ⭐ 520 Β· πŸ’€) - The greatest application front-end to the Steem Blockchain. MIT
  • GitHub (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 420 Β· πŸ“‹ 2K - 12% open Β· ⏱️ 06.08.2021):

     git clone https://github.com/steemit/condenser
    

3 projects are hidden because they don't fulfill the minimal requirements.


DESO - Decentralized Social (πŸ₯ˆ26 Β· ⭐ 1.1K) - New type of blockchain designed to power Web 3.0..
deso-protocol/core (πŸ₯ˆ21 Β· ⭐ 280) - DeSo core node. MIT
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 93 Β· πŸ“¦ 17 Β· πŸ“‹ 83 - 32% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/deso-protocol/core
    
  • Go (πŸ“¦ 4 Β· ⏱️ 21.12.2021):

     go install github.com/bitclout/core
    
frontend (πŸ₯ˆ19 Β· ⭐ 250) - DeSo frontend. MIT
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 120 Β· πŸ“‹ 120 - 26% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/deso-protocol/frontend
    
run (πŸ₯‰12 Β· ⭐ 170 Β· πŸ’€) - Run your own DeSo node. MIT
  • GitHub (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 81 Β· πŸ“‹ 62 - 14% open Β· ⏱️ 19.01.2022):

     git clone https://github.com/deso-protocol/run
    

6 projects are hidden because they don't fulfill the minimal requirements.


LTC - Litecoin (πŸ₯ˆ25 Β· ⭐ 4.2K) - Peer-to-peer Internet currency that enables instant, near-zero cost..
litecoin (πŸ₯‡28 Β· ⭐ 4.1K) - Litecoin source tree. MIT
  • GitHub (πŸ‘¨β€πŸ’» 940 Β· πŸ”€ 3K Β· πŸ“₯ 2.2K Β· πŸ“‹ 510 - 13% open Β· ⏱️ 17.07.2022):

     git clone https://github.com/litecoin-project/litecoin
    

2 projects are hidden because they don't fulfill the minimal requirements.


ARK - Ark (πŸ₯ˆ25 Β· ⭐ 750) - ARK provides users, developers, and startups with innovative blockchain..
ArkEcosystem/core (πŸ₯ˆ22 Β· ⭐ 320) - The ARK Core Blockchain Framework. Check.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 300 Β· πŸ“‹ 990 - 0% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/ArkEcosystem/core
    

3 projects are hidden because they don't fulfill the minimal requirements.


MINTME - MintMe.com Coin (πŸ₯ˆ24 Β· ⭐ 250) - Transparent web-mineable blockchain platform made to..

4 projects are hidden because they don't fulfill the minimal requirements.


PPC - Peercoin (πŸ₯ˆ22 Β· ⭐ 540) - Peercoin seeks to be the most secure cryptocoin at the lowest cost,..
peercoin (πŸ₯‡25 Β· ⭐ 540) - Reference implementation of the Peercoin protocol. MIT
  • GitHub (πŸ‘¨β€πŸ’» 900 Β· πŸ”€ 550 Β· πŸ“₯ 89K Β· πŸ“‹ 210 - 4% open Β· ⏱️ 27.04.2022):

     git clone https://github.com/peercoin/peercoin
    

BCH - Bitcoin Cash (πŸ₯ˆ22 Β· ⭐ 340) - Cryptocurrency. It is a fork (a copy in a way) of Bitcoin (BTC)...
bchd (πŸ₯ˆ22 Β· ⭐ 260) - An alternative full node bitcoin cash implementation written in Go (golang). ISC
  • GitHub (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 83 Β· πŸ“₯ 12K Β· πŸ“¦ 190 Β· πŸ“‹ 180 - 17% open Β· ⏱️ 18.05.2022):

     git clone https://github.com/gcash/bchd
    
  • Go:

     go install github.com/gcash/bchd
    

2 projects are hidden because they don't fulfill the minimal requirements.


QRL - Quantum Resistant Ledger (πŸ₯ˆ21 Β· ⭐ 470) - The Quantum Resistant Ledger (QRL) is a post-quantum..
QRL (πŸ₯ˆ20 Β· ⭐ 390) - Quantum Resistant Ledger. MIT
  • GitHub (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 95 Β· πŸ“‹ 220 - 9% open Β· ⏱️ 03.06.2022):

     git clone https://github.com/theQRL/QRL
    

2 projects are hidden because they don't fulfill the minimal requirements.


AION - Aion (πŸ₯ˆ21 Β· ⭐ 410) - Digital asset of The Open Application Network. Aion is used to secure and..

3 projects are hidden because they don't fulfill the minimal requirements.


BIP - Minter (πŸ₯‰20 Β· ⭐ 390) - Digital assets marketplace allowing anyone to buy, sell, send, and spend..
minter-go-node (πŸ₯ˆ22 Β· ⭐ 360) - Official Minter Blockchain Implementation in Go. MIT
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 69 Β· πŸ“₯ 15K Β· πŸ“¦ 13 Β· πŸ“‹ 95 - 21% open Β· ⏱️ 29.04.2022):

     git clone https://github.com/MinterTeam/minter-go-node
    
  • Go (πŸ“¦ 5 Β· ⏱️ 10.09.2021):

     go install github.com/MinterTeam/minter-go-node
    

1 projects are hidden because they don't fulfill the minimal requirements.


DNT - district0x (πŸ₯‰18 Β· ⭐ 1.2K) - A network of decentralized markets and communities. Create,..
ethlance (πŸ₯‰13 Β· ⭐ 660 Β· πŸ’€) - Ethlance is the first job market platform built entirely on the.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 120 Β· πŸ“‹ 160 - 15% open Β· ⏱️ 15.11.2021):

     git clone https://github.com/district0x/ethlance
    

5 projects are hidden because they don't fulfill the minimal requirements.


XDAG - Dagger (πŸ₯‰17 Β· ⭐ 400) - Novel application of Directed Acyclic Graph (DAG) technology that..
xdag (πŸ₯ˆ17 Β· ⭐ 320) - XDAG (Dagger Coin) Official Main Repository. XDAG is a novel DAG based.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 130 Β· πŸ“‹ 120 - 29% open Β· ⏱️ 04.02.2022):

     git clone https://github.com/XDagger/xdag
    

1 projects are hidden because they don't fulfill the minimal requirements.


PCX - ChainX (πŸ₯‰16 Β· ⭐ 240) - ChainX aims to facilitate asset interoperability with other..
ChainX (πŸ₯ˆ18 Β· ⭐ 240) - BTC Layer2 & Hubs for multi-chain systems such as MiniX/SherpaX &.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 61 Β· πŸ“₯ 5.2K Β· πŸ“‹ 170 - 6% open Β· ⏱️ 02.06.2022):

     git clone https://github.com/chainx-org/ChainX
    

WICC - WaykiChain (πŸ₯‰15 Β· ⭐ 1.1K Β· πŸ’€) - Waykichain will thoroughly subvert three traditional..
WaykiChain (πŸ₯ˆ18 Β· ⭐ 1.1K Β· πŸ’€) - Public Blockchain as a Decentralized Finance Infrastructure.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 260 Β· πŸ“₯ 120 Β· πŸ“‹ 21 - 19% open Β· ⏱️ 03.11.2021):

     git clone https://github.com/WaykiChain/WaykiChain
    

ETP - Metaverse ETP (πŸ₯‰15 Β· ⭐ 350) - Open-source public blockchain that aims to provide asset..
metaverse (πŸ₯ˆ17 Β· ⭐ 290) - The Metaverse individual chain service ETP coin and immutable data.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 110 Β· πŸ“₯ 57 Β· πŸ“‹ 260 - 20% open Β· ⏱️ 06.06.2022):

     git clone https://github.com/mvs-org/metaverse
    

1 projects are hidden because they don't fulfill the minimal requirements.


0XBTC - 0xBitcoin (πŸ₯‰10 Β· ⭐ 160) - 0xBitcoin The only Bitcoin-like token for Ethereum.

2 projects are hidden because they don't fulfill the minimal requirements.


Show 22 hidden projects...
  • RVN - Ravencoin (πŸ₯ˆ23 Β· ⭐ 980 Β· πŸ’€) - Digital peer to peer network that aims to implement a use case..
  • BTG - Bitcoin Gold (πŸ₯ˆ22 Β· ⭐ 620 Β· πŸ’€) - Hard Fork of Bitcoin, that allows you to mine Bitcoin Gold..
  • NLG - Gulden (πŸ₯ˆ21 Β· ⭐ 130) - With Gulden you send money to each other.
  • DAG - Constellation (πŸ₯‰19 Β· ⭐ 140) - Constellation Labs aim to compete in the next generation of..
  • CLO - Callisto Network (πŸ₯‰18 Β· ⭐ 120) - Blockchain platform with its own cryptocurrency (CLO) that..
  • SUGAR - Sugarchain (πŸ₯‰17 Β· ⭐ 120 Β· πŸ’€) - The worlds fastest PoW blockchain with the most accurate..
  • XSN - Stakenet (πŸ₯‰17 Β· ⭐ 91 Β· πŸ’€) - The goal is to make the XSN framework an environment that allows..
  • BTCP - Bitcoin Pro (πŸ₯‰16 Β· ⭐ 280 Β· πŸ’€) - Hard fork of Zclassic and Bitcoin. Codebase is based on..
  • UPX - uPlexa (πŸ₯‰15 Β· ⭐ 84 Β· πŸ’€) - Anonymity and eCommerce via IoT. Incentivizing the mass computing..
  • RPD - Rapids (πŸ₯‰15 Β· ⭐ 60 Β· πŸ’€) - We are a creative agency with a passion for innovation & the design..
  • DOGEC - DogeCash (πŸ₯‰15 Β· ⭐ 31 Β· πŸ’€) - Transparent, community-governed cryptocurrency for building..
  • HC - HyperCash (πŸ₯‰14 Β· ⭐ 89 Β· πŸ’€) - The Hcash platform is designed to be a sidechain for both block-..
  • DVT - DeVault (πŸ₯‰14 Β· ⭐ 34 Β· πŸ’€) - The overarching goal of DeVault is to simply be social digital..
  • TUP - Tenup (πŸ₯‰13 Β· ⭐ 130) - For Progress, Investment & Success.
  • ARQ - ArQmA (πŸ₯‰13 Β· ⭐ 44) - Decentralized public project of block chains, crypto currencies, and is..
  • HPB - High Performance Blockchain (πŸ₯‰12 Β· ⭐ 52) - HPB (High-Performance Blockchain) is a new kind of..
  • TKN - Monolith (πŸ₯‰11 Β· ⭐ 88 Β· πŸ’€) - Tokenot - Find New & Trending Cryptocurrency Tokens.
  • QWC - Qwertycoin (πŸ₯‰11 Β· ⭐ 34) - Decentralized peer-to-peer protocol for safe, seamless, secure &..
  • SCC - Stakecube (πŸ₯‰9 Β· ⭐ 43) - Currency of its own staking pool and exchange! SCC is a fork of the..
  • XOR - Sora (πŸ₯‰7 Β· ⭐ 120) - Supranational world economic system and decentralized and democratic..
  • HEX - HEX (πŸ₯‰7 Β· ⭐ 62 Β· πŸ’€) - ERC20 token designed and launched by Richard Heart on 2 December 2019..
  • LTO - LTO Network (πŸ₯‰6 Β· ⭐ 45 Β· πŸ’€) - LTO Network allows enterprises and governments to..

Smart Contract Platforms

Back to top

Blockchains that host smart contracts or decentralized applications.

ETH - Ethereum (πŸ₯‡53 Β· ⭐ 190K) - Decentralized platform for applications. Applications build on it can..
openzeppelin-contracts (πŸ₯‡44 Β· ⭐ 19K) - OpenZeppelin Contracts is a library for secure smart.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 9.8K Β· πŸ“¦ 77K Β· πŸ“‹ 1.5K - 9% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/OpenZeppelin/openzeppelin-contracts
    
  • npm (πŸ“₯ 710K / month Β· πŸ“¦ 700 Β· ⏱️ 27.07.2022):

     npm install @openzeppelin/contracts
    
  • Maven (⏱️ 05.01.2022):

     <dependency>
     	<groupId>org.webjars.npm</groupId>
     	<artifactId>openzeppelin__contracts</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
go-ethereum (πŸ₯‡40 Β· ⭐ 39K) - Official Go implementation of the Ethereum protocol. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 750 Β· πŸ”€ 14K Β· πŸ“₯ 22K Β· πŸ“¦ 12K Β· πŸ“‹ 6.7K - 5% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/ethereum/go-ethereum
    
  • Maven (⏱️ 19.06.2018):

     <dependency>
     	<groupId>org.ethereum</groupId>
     	<artifactId>geth</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
  • Go (πŸ“¦ 2.2K Β· ⏱️ 27.07.2022):

     go install github.com/ethereum/go-ethereum
    
web3.py (πŸ₯‡38 Β· ⭐ 3.6K) - A python interface for interacting with the Ethereum blockchain and.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.1K Β· πŸ“¦ 8.6K Β· πŸ“‹ 1.2K - 18% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/ethereum/web3.py
    
  • PyPi (πŸ“₯ 600K / month Β· πŸ“¦ 860 Β· ⏱️ 01.06.2022):

     pip install web3
    
  • Conda (πŸ“₯ 84K Β· ⏱️ 08.07.2022):

     conda install -c conda-forge web3
    
ethereumjs-monorepo (πŸ₯‡38 Β· ⭐ 1.9K) - Monorepo for the Ethereum VM TypeScript Implementation. MPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 550 Β· πŸ“¦ 58K Β· πŸ“‹ 770 - 15% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/ethereumjs/ethereumjs-monorepo
    
  • npm (πŸ“₯ 8.3M / month Β· πŸ“¦ 7.3K Β· ⏱️ 03.06.2022):

     npm install ethereumjs-util
    
  • Maven (πŸ“¦ 3 Β· ⏱️ 05.11.2021):

     <dependency>
     	<groupId>org.webjars.npm</groupId>
     	<artifactId>ethereumjs-util</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
TypeChain (πŸ₯‡35 Β· ⭐ 2.1K) - TypeScript bindings for Ethereum smart contracts. MIT
  • GitHub (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 250 Β· πŸ“¦ 62K Β· πŸ“‹ 320 - 19% open Β· ⏱️ 16.06.2022):

     git clone https://github.com/dethcrypto/TypeChain
    
  • npm (πŸ“₯ 780K / month):

     npm install typechain
    
solidity (πŸ₯‡34 Β· ⭐ 18K) - Solidity, the Smart Contract Programming Language. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 590 Β· πŸ”€ 4.2K Β· πŸ“₯ 2.3M Β· πŸ“‹ 5.3K - 20% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/ethereum/solidity
    
vyper (πŸ₯‡34 Β· ⭐ 4.1K) - Pythonic Smart Contract Language for the EVM. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 670 Β· πŸ“₯ 150K Β· πŸ“¦ 690 Β· πŸ“‹ 1.2K - 17% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/vyperlang/vyper
    
  • PyPi (πŸ“₯ 18K / month Β· πŸ“¦ 28 Β· ⏱️ 22.04.2022):

     pip install vyper
    
  • Conda (πŸ“₯ 6K Β· ⏱️ 27.07.2022):

     conda install -c conda-forge vyper
    
solc-js (πŸ₯‡34 Β· ⭐ 1.1K) - Javascript bindings for the Solidity compiler. MIT
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 270 Β· πŸ“‹ 250 - 32% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/ethereum/solc-js
    
  • npm (πŸ“₯ 1.4M / month Β· πŸ“¦ 5.3K Β· ⏱️ 15.06.2022):

     npm install solc
    
rlp (πŸ₯‡31 Β· ⭐ 1.9K Β· πŸ’€) - Project is in active development and has been moved to the EthereumJS.. MPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 550 Β· ⏱️ 10.01.2022):

     git clone https://github.com/ethereumjs/rlp
    
  • npm (πŸ“₯ 2.4M / month Β· πŸ“¦ 4.8K Β· ⏱️ 17.07.2022):

     npm install rlp
    
  • Maven (πŸ“¦ 2 Β· ⏱️ 13.10.2021):

     <dependency>
     	<groupId>org.webjars.npm</groupId>
     	<artifactId>rlp</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
ethereumjs-wallet (πŸ₯‡31 Β· ⭐ 850) - Utilities for handling Ethereum keys. MIT
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 260 Β· πŸ“¦ 91K Β· πŸ“‹ 85 - 18% open Β· ⏱️ 21.04.2022):

     git clone https://github.com/ethereumjs/ethereumjs-wallet
    
  • npm (πŸ“₯ 650K / month Β· πŸ“¦ 2.9K Β· ⏱️ 08.10.2021):

     npm install ethereumjs-wallet
    
  • Maven (⏱️ 21.07.2016):

     <dependency>
     	<groupId>org.webjars.npm</groupId>
     	<artifactId>ethereumjs-wallet</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
quorum (πŸ₯‡30 Β· ⭐ 4.2K) - A permissioned implementation of Ethereum supporting data privacy. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 630 Β· πŸ”€ 1.1K Β· πŸ“₯ 18K Β· πŸ“¦ 18 Β· πŸ“‹ 760 - 1% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/ConsenSys/quorum
    
  • Go:

     go install github.com/ConsenSys/quorum
    
openzeppelin-contracts-upgradeable (πŸ₯‡30 Β· ⭐ 610) - Upgradeable variant of OpenZeppelin Contracts, meant.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 300 Β· πŸ“¦ 7.7K Β· πŸ“‹ 91 - 6% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
    
  • npm (πŸ“₯ 1K / month Β· πŸ“¦ 72 Β· ⏱️ 07.09.2020):

     npm install openzeppelin-eth
    
  • Maven (⏱️ 09.01.2022):

     <dependency>
     	<groupId>org.webjars.npm</groupId>
     	<artifactId>openzeppelin__contracts-upgradeable</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
py-evm (πŸ₯‡29 Β· ⭐ 1.7K) - A Python implementation of the Ethereum Virtual Machine. MIT
  • GitHub (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 490 Β· πŸ“¦ 430 Β· πŸ“‹ 640 - 12% open Β· ⏱️ 30.06.2022):

     git clone https://github.com/ethereum/py-evm
    
  • PyPi (πŸ“₯ 63K / month):

     pip install py-evm
    
openzeppelin-upgrades (πŸ₯‡29 Β· ⭐ 400) - Plugins for Hardhat and Truffle to deploy and manage.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 170 Β· πŸ“¦ 130 Β· πŸ“‹ 280 - 24% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/OpenZeppelin/openzeppelin-upgrades
    
  • npm (πŸ“₯ 86K / month Β· πŸ“¦ 63 Β· ⏱️ 26.07.2022):

     npm install @openzeppelin/hardhat-upgrades
    
mythril (πŸ₯‡28 Β· ⭐ 2.6K) - Security analysis tool for EVM bytecode. Supports smart contracts built.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 510 Β· πŸ“¦ 75 Β· πŸ“‹ 760 - 10% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/ConsenSys/mythril
    
  • PyPi (πŸ“₯ 5.3K / month):

     pip install mythril
    
remix-ide (πŸ₯‡27 Β· ⭐ 2K) - Documentation for Remix IDE. MIT
  • GitHub (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 900 Β· πŸ“₯ 5.6K Β· ⏱️ 02.08.2022):

     git clone https://github.com/ethereum/remix-ide
    
  • npm (πŸ“₯ 630 / month Β· πŸ“¦ 13 Β· ⏱️ 13.07.2020):

     npm install remix-ide
    
aleth (πŸ₯‡26 Β· ⭐ 3.9K Β· πŸ’€) - Aleth Ethereum C++ client, tools and libraries. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 2.2K Β· πŸ“₯ 51K Β· πŸ“‹ 2.3K - 14% open Β· ⏱️ 28.10.2021):

     git clone https://github.com/ethereum/aleth
    
Nethereum (πŸ₯‡26 Β· ⭐ 1.8K) - Ethereum .Net cross platform integration library. MIT
  • GitHub (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 630 Β· πŸ“₯ 7.7K Β· πŸ“‹ 700 - 10% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/Nethereum/Nethereum
    
  • npm (πŸ“₯ 540 / month Β· πŸ“¦ 2 Β· ⏱️ 20.07.2022):

     npm install nethereum-codegen
    
keythereum (πŸ₯‡26 Β· ⭐ 580) - Create, import and export Ethereum keys. MIT
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 180 Β· πŸ“¦ 2.5K Β· πŸ“‹ 50 - 22% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/ethereumjs/keythereum
    
  • npm (πŸ“₯ 7.7K / month Β· πŸ“¦ 490 Β· ⏱️ 03.08.2022):

     npm install keythereum
    
openzeppelin-test-helpers (πŸ₯‡26 Β· ⭐ 360) - Assertion library for Ethereum smart contract testing. MIT
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 110 Β· πŸ“¦ 1.7K Β· πŸ“‹ 98 - 34% open Β· ⏱️ 01.04.2022):

     git clone https://github.com/OpenZeppelin/openzeppelin-test-helpers
    
  • npm (πŸ“₯ 72K / month Β· πŸ“¦ 170 Β· ⏱️ 05.10.2021):

     npm install @openzeppelin/test-helpers
    
solidity-docgen (πŸ₯‡26 Β· ⭐ 300) - Documentation generator for Solidity projects. MIT
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 87 Β· πŸ“¦ 1.9K Β· πŸ“‹ 120 - 25% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/OpenZeppelin/solidity-docgen
    
  • npm (πŸ“₯ 27K / month Β· πŸ“¦ 120 Β· ⏱️ 21.07.2022):

     npm install solidity-docgen
    
eth-abi (πŸ₯‡26 Β· ⭐ 160) - Ethereum ABI utilities for python. MIT
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 84 Β· πŸ“‹ 59 - 20% open Β· ⏱️ 15.07.2022):

     git clone https://github.com/ethereum/eth-abi
    
  • PyPi (πŸ“₯ 820K / month Β· πŸ“¦ 280 Β· ⏱️ 19.01.2022):

     pip install eth-abi
    
  • Conda (πŸ“₯ 6.3K Β· ⏱️ 19.07.2022):

     conda install -c conda-forge eth-abi
    
EIPs (πŸ₯‡25 Β· ⭐ 10K) - The Ethereum Improvement Proposal repository. CC0-1.0
  • GitHub (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 3.6K Β· πŸ“‹ 950 - 6% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/ethereum/EIPs
    
openethereum (πŸ₯‡25 Β· ⭐ 1.6K) - (deprecated) The fast, light, and robust client for the.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 290 Β· πŸ“₯ 45K Β· πŸ“‹ 350 - 37% open Β· ⏱️ 05.04.2022):

     git clone https://github.com/openethereum/openethereum
    
teku (πŸ₯‡25 Β· ⭐ 420) - Java Implementation of the Ethereum 2.0 Beacon Chain. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 160 Β· πŸ“‹ 1.8K - 5% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/ConsenSys/teku
    
tests (πŸ₯‡25 Β· ⭐ 340) - Common tests for all Ethereum implementations. MIT
  • GitHub (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 270 Β· πŸ“‹ 290 - 8% open Β· ⏱️ 31.07.2022):

     git clone https://github.com/ethereum/tests
    
  • npm (πŸ“₯ 26 / month Β· πŸ“¦ 18 Β· ⏱️ 08.04.2015):

     npm install ethereum-tests
    
evmc (πŸ₯ˆ22 Β· ⭐ 240) - EVMC Ethereum Client-VM Connector API. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 94 Β· πŸ“₯ 17 Β· πŸ“¦ 12 Β· πŸ“‹ 170 - 25% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/ethereum/evmc
    
  • Cargo (πŸ“₯ 140 / month Β· πŸ“¦ 1 Β· ⏱️ 28.07.2021):

     cargo install evmc-sys
    
  • Go (πŸ“¦ 1 Β· ⏱️ 16.07.2021):

     go install github.com/ethereum/evmc/v9
    
tessera (πŸ₯ˆ22 Β· ⭐ 160) - Tessera - Enterprise Implementation of Quorums transaction manager. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 89 Β· πŸ“₯ 28K Β· πŸ“‹ 320 - 17% open Β· ⏱️ 22.07.2022):

     git clone https://github.com/ConsenSys/tessera
    
  • Maven:

     <dependency>
     	<groupId>net.consensys.quorum.tessera</groupId>
     	<artifactId>jmeter-test</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
wiki (πŸ₯ˆ21 Β· ⭐ 15K) - The Ethereum Wiki. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 2.6K Β· πŸ“‹ 350 - 11% open Β· ⏱️ 18.05.2022):

     git clone https://github.com/ethereum/wiki
    
eth-sdk (πŸ₯ˆ21 Β· ⭐ 310) - Type-safe, lightweight SDKs for Ethereum smart contracts. MIT
  • GitHub (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 30 Β· πŸ“¦ 240 Β· πŸ“‹ 45 - 40% open Β· ⏱️ 15.06.2022):

     git clone https://github.com/dethcrypto/eth-sdk
    
  • npm (πŸ“₯ 3.2K / month):

     npm install @dethcrypto/eth-sdk
    
nile (πŸ₯ˆ21 Β· ⭐ 260) - CLI tool to develop StarkNet projects written in Cairo. MIT
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 42 Β· πŸ“‹ 87 - 29% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/OpenZeppelin/nile
    
  • PyPi (πŸ“₯ 3.3K / month Β· πŸ“¦ 4 Β· ⏱️ 07.07.2022):

     pip install cairo-nile
    
surya (πŸ₯ˆ20 Β· ⭐ 690) - A set of utilities for exploring Solidity contracts. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 77 Β· πŸ“¦ 340 Β· πŸ“‹ 59 - 8% open Β· ⏱️ 07.04.2022):

     git clone https://github.com/ConsenSys/surya
    
  • npm (πŸ“₯ 3.3K / month):

     npm install surya
    
cairo-contracts (πŸ₯ˆ19 Β· ⭐ 500) - OpenZeppelin Contracts written in Cairo for StarkNet, a.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 140 Β· πŸ“‹ 180 - 24% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/OpenZeppelin/cairo-contracts
    
hive (πŸ₯ˆ19 Β· ⭐ 210) - Ethereum end-to-end test harness. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 110 Β· πŸ“¦ 12 Β· πŸ“‹ 150 - 19% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/ethereum/hive
    
  • Go (πŸ“¦ 2 Β· ⏱️ 19.04.2021):

     go install github.com/ethereum/hive
    
yellowpaper (πŸ₯ˆ18 Β· ⭐ 1.4K) - The Yellow Paper: Ethereums formal specification. CC-BY-SA-4.0
  • GitHub (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 400 Β· πŸ“‹ 230 - 37% open Β· ⏱️ 31.07.2022):

     git clone https://github.com/ethereum/yellowpaper
    
cakeshop (πŸ₯ˆ18 Β· ⭐ 510) - An integrated development environment and SDK for Ethereum-like.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 200 Β· πŸ“₯ 13K Β· πŸ“‹ 100 - 6% open Β· ⏱️ 26.05.2022):

     git clone https://github.com/ConsenSys/cakeshop
    
ethereum-developer-tools-list (πŸ₯ˆ17 Β· ⭐ 4.2K) - A guide to available tools and platforms for.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 860 Β· πŸ“‹ 39 - 7% open Β· ⏱️ 24.07.2022):

     git clone https://github.com/ConsenSys/ethereum-developer-tools-list
    
smart-contract-best-practices (πŸ₯ˆ16 Β· ⭐ 5.9K) - A guide to smart contract security best practices. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1K Β· πŸ“‹ 85 - 9% open Β· ⏱️ 02.04.2022):

     git clone https://github.com/ConsenSys/smart-contract-best-practices
    
ethernaut (πŸ₯ˆ16 Β· ⭐ 1.2K) - Web3/Solidity based wargame. MIT
  • GitHub (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 330 Β· πŸ“‹ 160 - 56% open Β· ⏱️ 22.07.2022):

     git clone https://github.com/OpenZeppelin/ethernaut
    
quorum-examples (πŸ₯ˆ16 Β· ⭐ 310) - Examples for Quorum. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 340 Β· πŸ“‹ 130 - 5% open Β· ⏱️ 10.07.2022):

     git clone https://github.com/ConsenSys/quorum-examples
    
solc-bin (πŸ₯ˆ16 Β· ⭐ 300) - This repository contains current and historical builds of the.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 180 Β· πŸ“¦ 1 Β· ⏱️ 29.07.2022):

     git clone https://github.com/ethereum/solc-bin
    
earl (πŸ₯ˆ16 Β· ⭐ 220) - Ergonomic, modern and type-safe assertion library for TypeScript. MIT
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 11 Β· πŸ“‹ 72 - 37% open Β· ⏱️ 19.05.2022):

     git clone https://github.com/dethcrypto/earl
    
  • npm (πŸ“₯ 6.5K / month):

     npm install earljs
    
research (πŸ₯‰15 Β· ⭐ 1.3K) - MIT
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 290 Β· πŸ“‹ 57 - 89% open Β· ⏱️ 23.06.2022):

     git clone https://github.com/ethereum/research
    
dapp-bin (πŸ₯‰14 Β· ⭐ 960) - A place for all the Apps to live. MIT
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 340 Β· πŸ“‹ 33 - 81% open Β· ⏱️ 15.02.2022):

     git clone https://github.com/ethereum/dapp-bin
    
emacs-solidity (πŸ₯‰14 Β· ⭐ 180) - The official solidity-mode for EMACS. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 57 Β· πŸ“‹ 40 - 35% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/ethereum/emacs-solidity
    
devp2p (πŸ₯‰13 Β· ⭐ 690) - Ethereum peer-to-peer networking specifications. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 210 Β· πŸ“‹ 100 - 28% open Β· ⏱️ 30.06.2022):

     git clone https://github.com/ethereum/devp2p
    
homebrew-ethereum (πŸ₯‰13 Β· ⭐ 410) - Homebrew Tap for Ethereum. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 150 Β· ⏱️ 27.07.2022):

     git clone https://github.com/ethereum/homebrew-ethereum
    
openzeppelin-labs (πŸ₯‰13 Β· ⭐ 290) - A space for the community to interact and exchange ideas on.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 83 Β· πŸ“‹ 88 - 30% open Β· ⏱️ 14.07.2022):

     git clone https://github.com/OpenZeppelin/openzeppelin-labs
    
homestead-guide (πŸ₯‰12 Β· ⭐ 290) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 340 Β· πŸ“‹ 82 - 73% open Β· ⏱️ 16.05.2022):

     git clone https://github.com/ethereum/homestead-guide
    
ethereum-code-viewer (πŸ₯‰10 Β· ⭐ 1K) - View source of deployed Ethereum contracts in VSCode. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 68 Β· πŸ“‹ 33 - 54% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/dethcrypto/ethereum-code-viewer
    

66 projects are hidden because they don't fulfill the minimal requirements.


SOL - Solana (πŸ₯‡46 Β· ⭐ 18K) - Public blockchain. It is open-source and decentralised, and achieves..
token-list (πŸ₯‡43 Β· ⭐ 1.2K) - The community maintained Solana token registry. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 9K Β· πŸ”€ 12K Β· πŸ“¦ 2.3K Β· πŸ“‹ 6.2K - 81% open Β· ⏱️ 03.07.2022):

     git clone https://github.com/solana-labs/token-list
    
  • npm (πŸ“₯ 110K / month Β· πŸ“¦ 22 Β· ⏱️ 21.06.2022):

     npm install @solana/spl-token-registry
    
solana (πŸ₯‡41 Β· ⭐ 9.2K) - Web-Scale Blockchain for fast, secure, scalable, decentralized apps.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 2.3K Β· πŸ“₯ 450K Β· πŸ“¦ 52 Β· πŸ“‹ 4.5K - 22% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/solana-labs/solana
    
  • Cargo (πŸ“₯ 88K / month Β· πŸ“¦ 220 Β· ⏱️ 26.07.2022):

     cargo install solana-program
    
solana-program-library (πŸ₯‡35 Β· ⭐ 2K) - A collection of Solana-maintained on-chain programs. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.2K Β· πŸ“₯ 140K Β· πŸ“¦ 4 Β· πŸ“‹ 560 - 33% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/solana-labs/solana-program-library
    
  • npm (πŸ“₯ 590K / month Β· πŸ“¦ 270 Β· ⏱️ 17.02.2022):

     npm install @solana/spl-token
    
  • Cargo (πŸ“₯ 49K / month Β· πŸ“¦ 150 Β· ⏱️ 03.08.2022):

     cargo install spl-token
    
solana-web3.js (πŸ₯‡35 Β· ⭐ 1.3K) - Solana JavaScript SDK. MIT
  • GitHub (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 400 Β· πŸ“¦ 24K Β· ⏱️ 03.08.2022):

     git clone https://github.com/solana-labs/solana-web3.js
    
  • npm (πŸ“₯ 940K / month Β· πŸ“¦ 440 Β· ⏱️ 25.07.2022):

     npm install @solana/web3.js
    
wallet-adapter (πŸ₯‡24 Β· ⭐ 920) - Modular TypeScript wallet adapters and components for Solana.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 520 Β· πŸ“¦ 180 Β· πŸ“‹ 250 - 9% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/solana-labs/wallet-adapter
    
example-helloworld (πŸ₯ˆ16 Β· ⭐ 720) - Hello world on Solana. MIT
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 590 Β· πŸ“‹ 130 - 28% open Β· ⏱️ 16.05.2022):

     git clone https://github.com/solana-labs/example-helloworld
    
break (πŸ₯ˆ16 Β· ⭐ 230) - Break Solana Game. MIT
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 83 Β· πŸ“‹ 87 - 27% open Β· ⏱️ 08.06.2022):

     git clone https://github.com/solana-labs/break
    
dapp-scaffold (πŸ₯‰15 Β· ⭐ 1.4K) - Scaffolding for a dapp built on Solana. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 590 Β· πŸ“‹ 47 - 21% open Β· ⏱️ 23.06.2022):

     git clone https://github.com/solana-labs/dapp-scaffold
    

13 projects are hidden because they don't fulfill the minimal requirements.


DOT - Polkadot (πŸ₯‡46 Β· ⭐ 15K) - Network protocol that allows arbitrary datanot just tokensto be..
polkadot (πŸ₯‡36 Β· ⭐ 6.1K) - Polkadot Node Implementation. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 1.2K Β· πŸ“₯ 130K Β· πŸ“¦ 1.3K Β· πŸ“‹ 1.6K - 29% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/paritytech/polkadot
    
polkadot-js/api (πŸ₯‡36 Β· ⭐ 980) - Promise and RxJS APIs around Polkadot and Substrate based.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 240 Β· πŸ“¦ 15K Β· πŸ“‹ 1.6K - 1% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/polkadot-js/api
    
  • npm (πŸ“₯ 210K / month):

     npm install @polkadot/types
    
polkadot-js/apps (πŸ₯‡32 Β· ⭐ 1.5K) - Basic Polkadot/Substrate UI for interacting with a.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 800 Β· πŸ“₯ 89K Β· πŸ“¦ 6 Β· πŸ“‹ 2.4K - 3% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/polkadot-js/apps
    
  • npm (πŸ“₯ 1.4K / month):

     npm install @polkadot/ui-app
    
common (πŸ₯‡31 Β· ⭐ 220) - Utilities and base libraries for use across polkadot-js for Polkadot.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 93 Β· πŸ“¦ 420 Β· πŸ“‹ 240 - 1% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/polkadot-js/common
    
  • npm (πŸ“₯ 250K / month):

     npm install @polkadot/util-crypto
    
extension (πŸ₯‡30 Β· ⭐ 810) - Simple browser extension for managing Polkadot and Substrate.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 230 Β· πŸ“₯ 2.2K Β· πŸ“¦ 75 Β· πŸ“‹ 400 - 4% open Β· ⏱️ 30.07.2022):

     git clone https://github.com/polkadot-js/extension
    
  • npm (πŸ“₯ 32K / month):

     npm install @polkadot/extension-dapp
    
phishing (πŸ₯‡30 Β· ⭐ 160) - A curated list of known less-than-honest operators on Polkadot and.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 90 Β· πŸ“¦ 190 Β· πŸ“‹ 190 - 0% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/polkadot-js/phishing
    
  • npm (πŸ“₯ 9.2K / month):

     npm install @polkadot/phishing
    
parity-wasm (πŸ₯‡29 Β· ⭐ 380) - WebAssembly serialization/deserialization in rust. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 98 Β· πŸ“¦ 23K Β· πŸ“‹ 120 - 29% open Β· ⏱️ 24.05.2022):

     git clone https://github.com/paritytech/parity-wasm
    
  • Cargo (πŸ“₯ 200K / month Β· πŸ“¦ 300 Β· ⏱️ 26.05.2022):

     cargo install parity-wasm
    
jsonrpc (πŸ₯‡27 Β· ⭐ 700) - Rust JSON-RPC implementation. MIT
  • GitHub (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 190 Β· πŸ“‹ 240 - 28% open Β· ⏱️ 17.06.2022):

     git clone https://github.com/paritytech/jsonrpc
    
  • Cargo (πŸ“₯ 170K / month Β· πŸ“¦ 400 Β· ⏱️ 20.07.2021):

     cargo install jsonrpc-core
    
schnorrkel (πŸ₯‡24 Β· ⭐ 230) - Schnorr VRFs and signatures on the Ristretto group. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 61 Β· πŸ“¦ 15K Β· πŸ“‹ 58 - 36% open Β· ⏱️ 10.07.2022):

     git clone https://github.com/w3f/schnorrkel
    
  • Cargo (πŸ“₯ 77K / month):

     cargo install schnorrkel
    
tools (πŸ₯ˆ22 Β· ⭐ 240) - Various cli tools for Polkadot and Substrate chains, including basic.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 46 Β· πŸ“¦ 9 Β· πŸ“‹ 49 - 10% open Β· ⏱️ 30.07.2022):

     git clone https://github.com/polkadot-js/tools
    
  • npm (πŸ“₯ 5.8K / month):

     npm install @polkadot/vanitygen
    
Grants-Program (πŸ₯ˆ21 Β· ⭐ 600) - Web3 Foundation Grants Program. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1.1K Β· πŸ“‹ 19 - 15% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/w3f/Grants-Program
    
polkadot-wiki (πŸ₯ˆ21 Β· ⭐ 240) - The source of truth for Polkadot. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 380 Β· πŸ“‹ 1.1K - 3% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/w3f/polkadot-wiki
    
parity-signer (πŸ₯ˆ20 Β· ⭐ 440) - Air-gapped crypto wallet. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 120 Β· πŸ“₯ 680 Β· πŸ“‹ 530 - 16% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/paritytech/parity-signer
    
parity-bitcoin (πŸ₯ˆ16 Β· ⭐ 710 Β· πŸ’€) - The Parity Bitcoin client. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 180 Β· πŸ“‹ 160 - 30% open Β· ⏱️ 02.12.2021):

     git clone https://github.com/paritytech/parity-bitcoin
    
General-Grants-Program (πŸ₯ˆ16 Β· ⭐ 580 Β· πŸ’€) - Web3 Foundation General Grants Program. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 470 Β· ⏱️ 19.08.2021):

     git clone https://github.com/w3f/General-Grants-Program
    
polkadot-validator-setup (πŸ₯‰15 Β· ⭐ 210) - Polkadot Validator Secure Setup. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 120 Β· πŸ“‹ 40 - 25% open Β· ⏱️ 09.02.2022):

     git clone https://github.com/w3f/polkadot-validator-setup
    
  • npm (πŸ“₯ 74 / month):

     npm install polkadot-secure-validator
    

15 projects are hidden because they don't fulfill the minimal requirements.


NEAR - Near (πŸ₯‡40 Β· ⭐ 4.7K) - Sharded, developer-friendly, proof-of-stake public blockchain, built by a..
nearcore (πŸ₯‡34 Β· ⭐ 1.8K) - Reference client for NEAR Protocol. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 330 Β· πŸ“¦ 910 Β· πŸ“‹ 2.5K - 17% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/near/nearcore
    
  • Cargo (πŸ“₯ 10K / month):

     cargo install near-vm-logic
    
near-api-js (πŸ₯‡33 Β· ⭐ 260) - JavaScript library to interact with NEAR Protocol via RPC API. MIT
  • GitHub (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 150 Β· πŸ“¦ 5.2K Β· πŸ“‹ 260 - 28% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/near/near-api-js
    
  • npm (πŸ“₯ 160K / month):

     npm install near-api-js
    
near-sdk-rs (πŸ₯‡28 Β· ⭐ 340) - Rust library for writing NEAR smart contracts. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 140 Β· πŸ“¦ 1.5K Β· πŸ“‹ 380 - 43% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/near/near-sdk-rs
    
  • Cargo (πŸ“₯ 9.3K / month):

     cargo install near-sdk
    
create-near-app (πŸ₯‡24 Β· ⭐ 240) - Create a starter app hooked up to the NEAR blockchain. MIT
  • GitHub (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 100 Β· πŸ“¦ 4 Β· πŸ“‹ 74 - 8% open Β· ⏱️ 26.07.2022):

     git clone https://github.com/near/create-near-app
    
  • npm (πŸ“₯ 560 / month):

     npm install create-near-app
    
near-wallet (πŸ₯ˆ21 Β· ⭐ 170) - Web wallet for NEAR Protocol which stores keys in browsers.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 140 Β· πŸ“‹ 850 - 29% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/near/near-wallet
    
borsh (πŸ₯‰15 Β· ⭐ 300) - Binary Object Representation Serializer for Hashing. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 33 Β· πŸ“‹ 57 - 54% open Β· ⏱️ 16.07.2022):

     git clone https://github.com/near/borsh
    
  • npm (πŸ“₯ 12 / month):

     npm install @bonfida/borsh-js
    
  • Cargo (πŸ“₯ 100K / month):

     cargo install borsh-derive
    
core-contracts (πŸ₯‰11 Β· ⭐ 260) - Core contracts: reference staking pool, lockup, voting,.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 100 Β· πŸ“‹ 82 - 46% open Β· ⏱️ 03.03.2022):

     git clone https://github.com/near/core-contracts
    

16 projects are hidden because they don't fulfill the minimal requirements.


XCH - Chia (πŸ₯‡39 Β· ⭐ 13K) - Founded by Bram Cohen, the inventor of the BitTorrent network, Chia Network..
chia-blockchain (πŸ₯‡37 Β· ⭐ 11K) - Chia blockchain python implementation (full node, farmer,.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.9K Β· πŸ“₯ 730K Β· πŸ“¦ 66 Β· πŸ“‹ 4.4K - 8% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/Chia-Network/chia-blockchain
    
chiapos (πŸ₯‡28 Β· ⭐ 260) - Chia Proof of Space library. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 280 Β· πŸ“¦ 380 Β· πŸ“‹ 95 - 23% open Β· ⏱️ 25.04.2022):

     git clone https://github.com/Chia-Network/chiapos
    
  • PyPi (πŸ“₯ 260K / month Β· πŸ“¦ 5 Β· ⏱️ 04.04.2022):

     pip install chiapos
    
Chia-Network/bls-signatures (πŸ₯‡28 Β· ⭐ 260) - BLS signatures in C++, using the relic toolkit.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 180 Β· πŸ“¦ 200 Β· πŸ“‹ 110 - 12% open Β· ⏱️ 20.07.2022):

     git clone https://github.com/Chia-Network/bls-signatures
    
  • PyPi (πŸ“₯ 270K / month Β· πŸ“¦ 10 Β· ⏱️ 21.06.2022):

     pip install blspy
    
  • npm (πŸ“₯ 3K / month Β· πŸ“¦ 4 Β· ⏱️ 21.06.2022):

     npm install bls-signatures
    
chia-blockchain-gui (πŸ₯ˆ21 Β· ⭐ 310) - Chia blockchain GUI in electron/react. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 200 Β· πŸ“‹ 470 - 29% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/Chia-Network/chia-blockchain-gui
    
bladebit (πŸ₯ˆ18 Β· ⭐ 220 Β· πŸ’€) - BladeBit - Fast Chia (XCH) RAM-only k32-only Plotter. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 68 Β· πŸ“₯ 43K Β· πŸ“‹ 60 - 18% open Β· ⏱️ 11.11.2021):

     git clone https://github.com/Chia-Network/bladebit
    
pool-reference (πŸ₯ˆ17 Β· ⭐ 450) - Reference python implementation of Chia pool operations for.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 200 Β· πŸ“‹ 180 - 4% open Β· ⏱️ 29.06.2022):

     git clone https://github.com/Chia-Network/pool-reference
    
chia-docker (πŸ₯‰14 Β· ⭐ 190) - Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 350 Β· πŸ“‹ 110 - 25% open Β· ⏱️ 10.05.2022):

     git clone https://github.com/Chia-Network/chia-docker
    

8 projects are hidden because they don't fulfill the minimal requirements.


ICP - Internet Computer (πŸ₯‡39 Β· ⭐ 4.3K) - Worlds first blockchain that is capable of running at web..
candid (πŸ₯‡27 Β· ⭐ 220) - Candid Library for the Internet Computer. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 58 Β· πŸ“₯ 12K Β· πŸ“¦ 1.2K Β· πŸ“‹ 100 - 46% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/dfinity/candid
    
  • Cargo (πŸ“₯ 43K / month Β· πŸ“¦ 21 Β· ⏱️ 13.07.2022):

     cargo install candid
    
motoko (πŸ₯‡25 Β· ⭐ 320) - Simple high-level language for writing Internet Computer canisters. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 49 Β· πŸ“₯ 24K Β· πŸ“‹ 710 - 36% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/dfinity/motoko
    
internet-identity (πŸ₯ˆ20 Β· ⭐ 220) - Internet Identity, a blockchain authentication system.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 67 Β· πŸ“₯ 7.9K Β· πŸ“‹ 63 - 36% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/dfinity/internet-identity
    
ic (πŸ₯ˆ19 Β· ⭐ 1.1K) - Internet Computer blockchain source: the client/replica software run.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 160 Β· ⏱️ 03.08.2022):

     git clone https://github.com/dfinity/ic
    
examples (πŸ₯ˆ18 Β· ⭐ 330) - Example applications, microservices, and code samples for the.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 180 Β· πŸ“‹ 68 - 82% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/dfinity/examples
    
motoko-base (πŸ₯‰15 Β· ⭐ 400) - The Motoko base library. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 55 Β· πŸ“‹ 130 - 70% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/dfinity/motoko-base
    
cancan (πŸ₯‰10 Β· ⭐ 310) - A scalable video sharing service. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 58 Β· πŸ“‹ 19 - 47% open Β· ⏱️ 31.05.2022):

     git clone https://github.com/dfinity/cancan
    

13 projects are hidden because they don't fulfill the minimal requirements.


EOS - EOS (πŸ₯‡36 Β· ⭐ 18K) - Cryptocurrency token and blockchain that operates as a smart contract..
eosjs (πŸ₯‡30 Β· ⭐ 1.4K) - General purpose library for the EOSIO blockchain. MIT
  • GitHub (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 490 Β· πŸ“₯ 11K Β· πŸ“‹ 590 - 8% open Β· ⏱️ 07.03.2022):

     git clone https://github.com/EOSIO/eosjs
    
  • npm (πŸ“₯ 170K / month Β· πŸ“¦ 730 Β· ⏱️ 03.01.2022):

     npm install eosjs
    

27 projects are hidden because they don't fulfill the minimal requirements.


TRX - TRON (πŸ₯‡36 Β· ⭐ 5K) - TRON: Decentralize the Web TRON is dedicated to building the infrastructure..
java-tron (πŸ₯‡28 Β· ⭐ 3.1K) - Java implementation of the Tron whitepaper. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 1.1K Β· πŸ“₯ 82K Β· πŸ“‹ 1K - 2% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/tronprotocol/java-tron
    
tronweb (πŸ₯‡28 Β· ⭐ 220) - Javascript API Library for interacting with the TRON Network. MIT
  • GitHub (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 150 Β· πŸ“¦ 2.2K Β· ⏱️ 16.05.2022):

     git clone https://github.com/tronprotocol/tronweb
    
  • npm (πŸ“₯ 100K / month Β· πŸ“¦ 150 Β· ⏱️ 16.05.2022):

     npm install tronweb
    
wallet-cli (πŸ₯ˆ19 Β· ⭐ 350) - Wallet CLI. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 300 Β· πŸ“₯ 3.2K Β· πŸ“‹ 120 - 4% open Β· ⏱️ 26.04.2022):

     git clone https://github.com/tronprotocol/wallet-cli
    
sun-network (πŸ₯ˆ18 Β· ⭐ 250) - JavaScript SDK that encapsulates the TRON HTTP API. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 110 Β· πŸ“₯ 540 Β· πŸ“‹ 89 - 42% open Β· ⏱️ 29.03.2022):

     git clone https://github.com/tronprotocol/sun-network
    
  • npm (πŸ“₯ 72 / month Β· πŸ“¦ 4 Β· ⏱️ 03.12.2019):

     npm install sunweb
    
documentation (πŸ₯‰15 Β· ⭐ 390) - Documentations of project TRON. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 420 Β· πŸ“‹ 77 - 12% open Β· ⏱️ 28.06.2022):

     git clone https://github.com/tronprotocol/documentation
    

7 projects are hidden because they don't fulfill the minimal requirements.


NEO - NEO (πŸ₯ˆ35 Β· ⭐ 6.4K) - Non-profit community-based blockchain project that utilizes blockchain..
neo (πŸ₯‡28 Β· ⭐ 3.4K) - NEO Smart Economy. MIT
  • GitHub (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 1K Β· πŸ“¦ 250 Β· πŸ“‹ 1.1K - 10% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/neo-project/neo
    
neon-js (πŸ₯‡27 Β· ⭐ 180) - Javascript libraries that allow the applications to interact with NEO.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 160 Β· πŸ“¦ 300 Β· πŸ“‹ 280 - 5% open Β· ⏱️ 19.07.2022):

     git clone https://github.com/cityofzion/neon-js
    
  • npm (πŸ“₯ 8.3K / month):

     npm install @cityofzion/neon-js
    
neon-wallet (πŸ₯‡26 Β· ⭐ 1.1K) - Light wallet for the NEO blockchain. MIT
  • GitHub (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 310 Β· πŸ“₯ 2.8M Β· πŸ“‹ 1.4K - 3% open Β· ⏱️ 02.05.2022):

     git clone https://github.com/CityOfZion/neon-wallet
    
neo-node (πŸ₯‡25 Β· ⭐ 220) - MIT
  • GitHub (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 220 Β· πŸ“₯ 97K Β· πŸ“¦ 17 Β· πŸ“‹ 460 - 15% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/neo-project/neo-node
    
neo-python (πŸ₯ˆ22 Β· ⭐ 310 Β· πŸ’€) - Python Node and SDK for the NEO 2.x blockchain. For NEO 3.x go to.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 190 Β· πŸ“¦ 31 Β· πŸ“‹ 280 - 5% open Β· ⏱️ 15.11.2021):

     git clone https://github.com/cityofzion/neo-python
    
  • PyPi (πŸ“₯ 160 / month):

     pip install neo-python
    
neo-vm (πŸ₯ˆ22 Β· ⭐ 180) - NEO Virtual Machine. MIT
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 140 Β· πŸ“¦ 200 Β· πŸ“‹ 140 - 2% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/neo-project/neo-vm
    
neo-project/docs (πŸ₯‰15 Β· ⭐ 190) - NEO Documentation. CC-BY-4.0
  • GitHub (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 280 Β· πŸ“‹ 130 - 3% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/neo-project/docs
    

9 projects are hidden because they don't fulfill the minimal requirements.


LSK - Lisk (πŸ₯ˆ35 Β· ⭐ 3.8K) - Lisk makes it easy for developers to build and deploy blockchain..
lisk-sdk (πŸ₯‡35 Β· ⭐ 2.8K) - Lisk software development kit. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 470 Β· πŸ“¦ 170 Β· πŸ“‹ 4.1K - 4% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/LiskHQ/lisk-sdk
    
  • npm (πŸ“₯ 1.9K / month Β· πŸ“¦ 51 Β· ⏱️ 28.04.2022):

     npm install @liskhq/lisk-cryptography
    
lisk-desktop (πŸ₯‡28 Β· ⭐ 580) - Lisk graphical user interface for desktop. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 88 Β· πŸ“₯ 500K Β· πŸ“‹ 2.5K - 5% open Β· ⏱️ 15.07.2022):

     git clone https://github.com/LiskHQ/lisk-desktop
    

5 projects are hidden because they don't fulfill the minimal requirements.


AVAX - Avalanche (πŸ₯ˆ34 Β· ⭐ 3K) - Open-source platform for launching decentralized finance..
avalanchego (πŸ₯‡31 Β· ⭐ 1.7K) - Go implementation of an Avalanche node. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 380 Β· πŸ“₯ 80K Β· πŸ“‹ 420 - 14% open Β· ⏱️ 22.07.2022):

     git clone https://github.com/ava-labs/avalanchego
    
  • Go (πŸ“¦ 56 Β· ⏱️ 22.07.2022):

     go install github.com/ava-labs/avalanchego
    
avalanchejs (πŸ₯‡30 Β· ⭐ 250) - The Avalanche Platform JavaScript Library. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 97 Β· πŸ“₯ 12 Β· πŸ“¦ 480 Β· πŸ“‹ 99 - 15% open Β· ⏱️ 06.07.2022):

     git clone https://github.com/ava-labs/avalanchejs
    
  • npm (πŸ“₯ 29K / month Β· πŸ“¦ 4 Β· ⏱️ 06.07.2022):

     npm install avalanche
    
avalanche-wallet (πŸ₯ˆ16 Β· ⭐ 170) - The Avalanche web wallet. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 100 Β· πŸ“‹ 88 - 67% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/ava-labs/avalanche-wallet
    
avalanche-smart-contract-quickstart (πŸ₯‰12 Β· ⭐ 210) - The easiest way to build smart contracts on Avalanche. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 78 Β· πŸ“‹ 11 - 54% open Β· ⏱️ 15.06.2022):

     git clone https://github.com/ava-labs/avalanche-smart-contract-quickstart
    

7 projects are hidden because they don't fulfill the minimal requirements.


MATIC - Polygon (πŸ₯ˆ34 Β· ⭐ 2.6K) - Matic Network brings massive scale to Ethereum using an..
bor (πŸ₯‡30 Β· ⭐ 430) - Official repository for the Matic Blockchain. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 670 Β· πŸ”€ 230 Β· πŸ“₯ 6.5K Β· πŸ“¦ 51 Β· πŸ“‹ 180 - 11% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/maticnetwork/bor
    
  • Go (πŸ“¦ 13 Β· ⏱️ 06.05.2022):

     go install github.com/maticnetwork/bor
    
matic.js (πŸ₯‡28 Β· ⭐ 390) - Javascript developer library to interact with Matic Network. MIT
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 160 Β· πŸ“¦ 830 Β· πŸ“‹ 73 - 2% open Β· ⏱️ 01.07.2022):

     git clone https://github.com/maticnetwork/matic.js
    
  • npm (πŸ“₯ 12K / month Β· πŸ“¦ 2 Β· ⏱️ 16.06.2022):

     npm install @maticnetwork/maticjs
    
contracts (πŸ₯ˆ19 Β· ⭐ 550 Β· πŸ’€) - Smart contracts comprising the business logic of the Matic.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 240 Β· πŸ“¦ 18 Β· πŸ“‹ 83 - 48% open Β· ⏱️ 26.01.2022):

     git clone https://github.com/maticnetwork/contracts
    
pos-portal (πŸ₯ˆ18 Β· ⭐ 190) - Smart contracts that powers the PoS (proof-of-stake) based bridge.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 160 Β· πŸ“¦ 20 Β· πŸ“‹ 25 - 76% open Β· ⏱️ 13.06.2022):

     git clone https://github.com/maticnetwork/pos-portal
    
  • npm (πŸ“₯ 180 / month Β· ⏱️ 26.04.2021):

     npm install @maticnetwork/pos-portal
    
miden (πŸ₯‰14 Β· ⭐ 270 Β· πŸ’€) - STARK-based virtual machine. MIT
  • GitHub (πŸ”€ 44 Β· πŸ“¦ 34 Β· πŸ“‹ 110 - 34% open Β· ⏱️ 16.11.2021):

     git clone https://github.com/maticnetwork/miden
    

7 projects are hidden because they don't fulfill the minimal requirements.


ADA - Cardano (πŸ₯ˆ33 Β· ⭐ 8K) - Token on a distributed computing platform that runs smart contracts,..
daedalus (πŸ₯‡27 Β· ⭐ 1.2K) - The open source cryptocurrency wallet for ada, built to grow with.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 290 Β· πŸ“₯ 8K Β· πŸ“‹ 580 - 18% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/input-output-hk/daedalus
    
plutus (πŸ₯‡24 Β· ⭐ 1.4K) - The Plutus language implementation and tools. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 390 Β· πŸ“‹ 900 - 8% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/input-output-hk/plutus
    
haskell.nix (πŸ₯ˆ20 Β· ⭐ 420) - Alternative Haskell Infrastructure for Nixpkgs. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 180 Β· πŸ“‹ 640 - 48% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/input-output-hk/haskell.nix
    
ouroboros-network (πŸ₯ˆ20 Β· ⭐ 230) - An implementation of the Ouroboros family of consensus.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 62 Β· πŸ“‹ 1.5K - 37% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/input-output-hk/ouroboros-network
    
mantis (πŸ₯ˆ18 Β· ⭐ 220 Β· πŸ’€) - A Scala based client for Ethereum-like Blockchains. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 71 Β· πŸ“₯ 6K Β· πŸ“‹ 44 - 20% open Β· ⏱️ 15.12.2021):

     git clone https://github.com/input-output-hk/mantis
    
scrypto (πŸ₯ˆ16 Β· ⭐ 190 Β· πŸ’€) - Cryptographic primitives for Scala. CC0-1.0
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 49 Β· πŸ“‹ 17 - 17% open Β· ⏱️ 05.01.2022):

     git clone https://github.com/input-output-hk/scrypto
    
  • Maven (πŸ“¦ 13 Β· ⏱️ 05.01.2022):

     <dependency>
     	<groupId>org.scorexfoundation</groupId>
     	<artifactId>scrypto_2.12</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
marlowe (πŸ₯ˆ16 Β· ⭐ 150) - Prototype implementation of domain-specific language for the design.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 36 Β· πŸ“‹ 68 - 45% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/input-output-hk/marlowe
    

8 projects are hidden because they don't fulfill the minimal requirements.


EGLD - Elrond (πŸ₯ˆ32 Β· ⭐ 1.3K) - Technology ecosystem for the new internet. Its smart contracts..
elrond-go (πŸ₯‡27 Β· ⭐ 840) - Elrond-GO: The official implementation of the Elrond protocol,.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 160 Β· πŸ“₯ 290 Β· πŸ“¦ 81 Β· πŸ“‹ 440 - 10% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/ElrondNetwork/elrond-go
    
  • Go (πŸ“¦ 5 Β· ⏱️ 22.07.2022):

     go install github.com/ElrondNetwork/elrond-go
    

7 projects are hidden because they don't fulfill the minimal requirements.


WAVES - Waves (πŸ₯ˆ31 Β· ⭐ 1.8K) - Open blockchain protocol and development toolset for Web 3.0..
Waves (πŸ₯‡29 Β· ⭐ 1.2K) - Reference Waves Blockchain Node (client) implementation on Scala. MIT
  • GitHub (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 410 Β· πŸ“₯ 390K Β· πŸ“‹ 370 - 7% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/wavesplatform/Waves
    
  • Maven (⏱️ 20.09.2018):

     <dependency>
     	<groupId>com.wavesplatform</groupId>
     	<artifactId>lang</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    

6 projects are hidden because they don't fulfill the minimal requirements.


ETC - Ethereum Classic (πŸ₯ˆ31 Β· ⭐ 1.8K) - Open source distributed computing platform based on..
core-geth (πŸ₯‡26 Β· ⭐ 180) - A highly configurable Go implementation of the Ethereum protocol. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 760 Β· πŸ”€ 83 Β· πŸ“₯ 100K Β· πŸ“¦ 6 Β· πŸ“‹ 180 - 25% open Β· ⏱️ 07.07.2022):

     git clone https://github.com/etclabscore/core-geth
    
  • Go:

     go install github.com/etclabscore/multi-geth
    
besu (πŸ₯‡25 Β· ⭐ 890) - An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 420 Β· πŸ“₯ 280 Β· πŸ“‹ 1.5K - 15% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/hyperledger/besu
    

7 projects are hidden because they don't fulfill the minimal requirements.


QTUM - Qtum (πŸ₯ˆ31 Β· ⭐ 1.3K) - Combining a modified Bitcoin Core infrastructure with an intercompatible..
qtum (πŸ₯‡28 Β· ⭐ 1.2K) - Qtum Core Wallet. MIT
  • GitHub (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 370 Β· πŸ“₯ 290K Β· πŸ“‹ 320 - 9% open Β· ⏱️ 06.06.2022):

     git clone https://github.com/qtumproject/qtum
    

3 projects are hidden because they don't fulfill the minimal requirements.


CFX - Conflux (πŸ₯ˆ31 Β· ⭐ 680) - Open protocol for a new world of DApps, finance, and Web 3.0. As a fast..
conflux-rust (πŸ₯‡24 Β· ⭐ 540) - The official Rust implementation of Conflux protocol... GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 130 Β· πŸ“₯ 31K Β· πŸ“‹ 540 - 15% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/Conflux-Chain/conflux-rust
    

2 projects are hidden because they don't fulfill the minimal requirements.


POA - POA Network (πŸ₯ˆ30 Β· ⭐ 2K) - An open network based on Ethereum protocol with Proof of Authority..
solidity-flattener (πŸ₯ˆ21 Β· ⭐ 240) - Utility to combine Solidity project to a flat file. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 65 Β· πŸ“¦ 350 Β· πŸ“‹ 28 - 35% open Β· ⏱️ 17.03.2022):

     git clone https://github.com/poanetwork/solidity-flattener
    
  • npm (πŸ“₯ 2.4K / month Β· πŸ“¦ 2 Β· ⏱️ 17.03.2022):

     npm install @poanet/solidity-flattener
    
tokenbridge-contracts (πŸ₯ˆ17 Β· ⭐ 170 Β· πŸ’€) - Smart contracts for TokenBridge. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 160 Β· πŸ“₯ 260 Β· πŸ“‹ 240 - 26% open Β· ⏱️ 06.09.2021):

     git clone https://github.com/poanetwork/tokenbridge-contracts
    

12 projects are hidden because they don't fulfill the minimal requirements.


ONE - Harmony (πŸ₯ˆ30 Β· ⭐ 1.7K) - Fast and open blockchain for decentralized applications. Harmony has..
harmony (πŸ₯‡28 Β· ⭐ 1.4K) - The core protocol of harmony. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 260 Β· πŸ“₯ 46K Β· πŸ“¦ 63 Β· πŸ“‹ 1.2K - 17% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/harmony-one/harmony
    
  • Go (πŸ“¦ 10 Β· ⏱️ 05.04.2022):

     go install github.com/harmony-one/harmony
    

6 projects are hidden because they don't fulfill the minimal requirements.


ZIL - Zilliqa (πŸ₯ˆ29 Β· ⭐ 1.5K) - Zilliqa will be the worlds first high-throughput public blockchain..
Zilliqa (πŸ₯‡24 Β· ⭐ 1.1K) - Zilliqa is the worlds first high-throughput public blockchain.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 250 Β· πŸ“‹ 350 - 24% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/Zilliqa/Zilliqa
    
scilla (πŸ₯ˆ20 Β· ⭐ 240) - Scilla - A Smart Contract Intermediate Level Language. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 69 Β· πŸ“₯ 300 Β· πŸ“‹ 370 - 32% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/Zilliqa/scilla
    

3 projects are hidden because they don't fulfill the minimal requirements.


ROSE - Oasis Network (πŸ₯ˆ29 Β· ⭐ 550) - Designed for the next generation of blockchain, the Oasis..
oasis-core (πŸ₯‡27 Β· ⭐ 260) - Performant and Confidentiality-Preserving Smart Contracts +.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 75 Β· πŸ“₯ 25K Β· πŸ“‹ 1.8K - 16% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/oasisprotocol/oasis-core
    
  • Cargo (πŸ“₯ 33 / month Β· ⏱️ 16.10.2019):

     cargo install oasis-node
    
  • Go (πŸ“¦ 18 Β· ⏱️ 29.07.2022):

     go install github.com/oasisprotocol/oasis-core/go
    

6 projects are hidden because they don't fulfill the minimal requirements.


ONT - Ontology (πŸ₯ˆ28 Β· ⭐ 1.2K) - New high-performance public blockchain project & a distributed trust..
ontology (πŸ₯‡26 Β· ⭐ 790) - Official Go implementation of the Ontology protocol. https://dev-.. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 320 Β· πŸ“₯ 19K Β· πŸ“¦ 210 Β· πŸ“‹ 250 - 24% open Β· ⏱️ 03.06.2022):

     git clone https://github.com/ontio/ontology
    
  • Go (πŸ“¦ 32 Β· ⏱️ 30.03.2022):

     go install github.com/ontio/ontology
    

6 projects are hidden because they don't fulfill the minimal requirements.


KMD - Komodo (πŸ₯ˆ28 Β· ⭐ 600) - The Komodo Platform focuses on providing complete end-to-end blockchain..
atomicDEX-Desktop (πŸ₯‡25 Β· ⭐ 200) - atomicDEX Desktop app - project codename Dextop. GPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 120 Β· πŸ“₯ 51K Β· πŸ“‹ 700 - 17% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/KomodoPlatform/atomicDEX-Desktop
    

7 projects are hidden because they don't fulfill the minimal requirements.


STRAX - Stratis (πŸ₯ˆ27 Β· ⭐ 880) - Fuel that powers and secures the Stratis blockchain. It is used..
StratisBitcoinFullNode (πŸ₯ˆ23 Β· ⭐ 770 Β· πŸ’€) - Bitcoin full node in C#. MIT
  • GitHub (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 290 Β· πŸ“₯ 12K Β· πŸ“¦ 78 Β· πŸ“‹ 1.1K - 17% open Β· ⏱️ 16.08.2021):

     git clone https://github.com/stratisproject/StratisBitcoinFullNode
    

2 projects are hidden because they don't fulfill the minimal requirements.


CSPR - Casper Network (πŸ₯ˆ27 Β· ⭐ 490) - First live proof-of-stake blockchain built off the Casper CBC..
casper-node (πŸ₯‡28 Β· ⭐ 310) - Casper node. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 160 Β· πŸ“₯ 1K Β· πŸ“‹ 970 - 21% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/casper-network/casper-node
    
  • npm (πŸ“₯ 79 / month Β· ⏱️ 11.05.2022):

     npm install casper-contract
    
  • Cargo (πŸ“₯ 1.2K / month Β· πŸ“¦ 5 Β· ⏱️ 11.05.2022):

     cargo install casper-execution-engine
    

3 projects are hidden because they don't fulfill the minimal requirements.


ICX - ICON (πŸ₯ˆ27 Β· ⭐ 320) - ICON wants to be one of the largest blockchain networks in the world. ICON..

7 projects are hidden because they don't fulfill the minimal requirements.


OMNI - Omni (πŸ₯‰26 Β· ⭐ 1.6K) - Platform for creating and trading custom digital assets and currencies...
omniwallet (πŸ₯ˆ19 Β· ⭐ 310) - Omni Protocol Hybrid Web-Wallet. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 190 Β· πŸ“‹ 770 - 30% open Β· ⏱️ 19.05.2022):

     git clone https://github.com/OmniLayer/omniwallet
    

5 projects are hidden because they don't fulfill the minimal requirements.


GBYTE - Obyte (πŸ₯‰26 Β· ⭐ 570) - Launched on Dec 25, 2016, Obyte is a distributed ledger based on..
obyte-gui-wallet (πŸ₯‡25 Β· ⭐ 430) - Smart payments made simple. MIT
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 180 Β· πŸ“₯ 330K Β· πŸ“‹ 260 - 34% open Β· ⏱️ 14.06.2022):

     git clone https://github.com/byteball/obyte-gui-wallet
    

1 projects are hidden because they don't fulfill the minimal requirements.


NAS - Nebulas (πŸ₯‰25 Β· ⭐ 1.4K) - Decentralized platform which provides a search framework for all..

6 projects are hidden because they don't fulfill the minimal requirements.


MOVR - Moonriver (πŸ₯‰25 Β· ⭐ 800) - Fully Ethereum-compatible smart contract parachain on Kusama. Due..
moonbeam (πŸ₯‡26 Β· ⭐ 720) - An Ethereum-compatible smart contract parachain on Polkadot. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 210 Β· πŸ“₯ 13K Β· πŸ“¦ 5 Β· πŸ“‹ 260 - 19% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/PureStake/moonbeam
    
  • npm (πŸ“₯ 13K / month Β· πŸ“¦ 2 Β· ⏱️ 18.06.2022):

     npm install moonbeam-types-bundle
    

1 projects are hidden because they don't fulfill the minimal requirements.


IDNA - Idena (πŸ₯‰25 Β· ⭐ 220) - Premine: 36 000 000 IDNA.

2 projects are hidden because they don't fulfill the minimal requirements.


XRD - Radix (πŸ₯‰24 Β· ⭐ 620) - GPU secured blockchain with privacy.
radixdlt-scrypto (πŸ₯ˆ18 Β· ⭐ 270) - Asset-oriented Programming for DeFi. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 77 Β· πŸ“‹ 68 - 33% open Β· ⏱️ 29.06.2022):

     git clone https://github.com/radixdlt/radixdlt-scrypto
    

5 projects are hidden because they don't fulfill the minimal requirements.


KDA - Kadena (πŸ₯‰23 Β· ⭐ 810) - Braided, parallelized Proof Of Work consensus mechanism that improves..
pact (πŸ₯‡24 Β· ⭐ 520) - The Pact Smart Contract Language. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 82 Β· πŸ“₯ 3.7K Β· πŸ“‹ 340 - 26% open Β· ⏱️ 20.07.2022):

     git clone https://github.com/kadena-io/pact
    
  • npm (πŸ“₯ 2.1K / month Β· πŸ“¦ 2 Β· ⏱️ 20.06.2022):

     npm install pact-lang-api
    
chainweb-node (πŸ₯ˆ20 Β· ⭐ 200) - Chainweb: A Proof-of-Work Parallel-Chain Architecture for.. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 76 Β· πŸ“₯ 500 Β· πŸ“‹ 190 - 53% open Β· ⏱️ 22.07.2022):

     git clone https://github.com/kadena-io/chainweb-node
    

2 projects are hidden because they don't fulfill the minimal requirements.


SKL - SKALE (πŸ₯‰22 Β· ⭐ 480) - No description.

7 projects are hidden because they don't fulfill the minimal requirements.


SIGNA - Signum (πŸ₯‰22 Β· ⭐ 330) - Burst was officially introduced on the 10th of August 2014 with..
signum-node (πŸ₯ˆ23 Β· ⭐ 190) - Signum Node. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 72 Β· πŸ“₯ 39K Β· πŸ“‹ 190 - 14% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/signum-network/signum-node
    

2 projects are hidden because they don't fulfill the minimal requirements.


TOMO - TomoChain (πŸ₯‰22 Β· ⭐ 290) - Building an efficient blockchain infrastructure for decentralized..

5 projects are hidden because they don't fulfill the minimal requirements.


ELA - Elastos (πŸ₯‰22 Β· ⭐ 250) - Elastos is new blockchain which totally decentralized P2P economic..

2 projects are hidden because they don't fulfill the minimal requirements.


CTK - CertiK (πŸ₯‰21 Β· ⭐ 1.2K) - A Cross-Chain Protocol with Security Scoring and Decentralized..
shentu (πŸ₯ˆ22 Β· ⭐ 390) - A Cross-chain Protocol with Security Scoring and Decentralized.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 40 Β· πŸ“₯ 3.5K Β· πŸ“¦ 3 Β· πŸ“‹ 140 - 19% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/ShentuChain/shentu
    
  • Go (πŸ“¦ 1 Β· ⏱️ 17.06.2022):

     go install github.com/certikfoundation/shentu
    

3 projects are hidden because they don't fulfill the minimal requirements.


BTM - Bytom (πŸ₯‰20 Β· ⭐ 1.3K Β· πŸ’€) - Interactive protocol of multiple byte assets. Heterogeneous byte-..
bytom (πŸ₯ˆ22 Β· ⭐ 1.3K Β· πŸ’€) - Official Go implementation of the Bytom protocol. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 380 Β· πŸ“₯ 60K Β· πŸ“¦ 1 Β· πŸ“‹ 420 - 4% open Β· ⏱️ 27.10.2021):

     git clone https://github.com/Bytom/bytom
    
  • Go (πŸ“¦ 3 Β· ⏱️ 27.10.2021):

     go install github.com/bytom/bytom
    

SDN - Shiden Network (πŸ₯‰20 Β· ⭐ 620) - Multi-chain decentralized application layer on Kusama Network...
Astar (πŸ₯ˆ21 Β· ⭐ 560) - The dApp hub for blockchains of the future. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 120 Β· πŸ“₯ 9.1K Β· πŸ“‹ 190 - 5% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/AstarNetwork/Astar
    

1 projects are hidden because they don't fulfill the minimal requirements.


ADX - Ambire AdEx (πŸ₯‰20 Β· ⭐ 200) - Decentralized ad serving network based on blockchain and..

4 projects are hidden because they don't fulfill the minimal requirements.


MFT - Hifi Finance (πŸ₯‰19 Β· ⭐ 180) - Platform for decentralized applications. Resistant to..

3 projects are hidden because they don't fulfill the minimal requirements.


XCP - Counterparty (πŸ₯‰18 Β· ⭐ 490) - Counterparty extends Bitcoins functionality by writing in the..
counterparty-lib (πŸ₯ˆ22 Β· ⭐ 270) - Counterparty Protocol Reference Implementation. MIT
  • GitHub (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 190 Β· πŸ“‹ 630 - 15% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/CounterpartyXCP/counterparty-lib
    

3 projects are hidden because they don't fulfill the minimal requirements.


TAU - Lamden (πŸ₯‰18 Β· ⭐ 170) - The token at the heart of the Lamden blockchain ecosystem is the..

2 projects are hidden because they don't fulfill the minimal requirements.


AERGO - Aergo (πŸ₯‰17 Β· ⭐ 260) - Open platform that allows businesses to build innovative..
aergo (πŸ₯ˆ21 Β· ⭐ 200) - aergo blockchain kernel. MIT
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 35 Β· πŸ“₯ 3K Β· πŸ“¦ 6 Β· πŸ“‹ 58 - 50% open Β· ⏱️ 02.05.2022):

     git clone https://github.com/aergoio/aergo
    
  • Go (⏱️ 06.10.2021):

     go install github.com/aergoio/aergo
    

1 projects are hidden because they don't fulfill the minimal requirements.


NULS - Nuls (πŸ₯‰16 Β· ⭐ 450) - Global blockchain open-source project which is a highly customizable..

2 projects are hidden because they don't fulfill the minimal requirements.


EDG - Edgeware (πŸ₯‰16 Β· ⭐ 160) - The Ethereum smart contract-based Casino offers a 0% house edge..

2 projects are hidden because they don't fulfill the minimal requirements.


TRUE - TrueChain (πŸ₯‰15 Β· ⭐ 210 Β· πŸ’€) - TrueChain is fast, permissionless, secure and scalable public..

3 projects are hidden because they don't fulfill the minimal requirements.


TRAC - OriginTrail (πŸ₯‰15 Β· ⭐ 160) - OriginTrail enables seamless data sharing along any supply..
ot-node (πŸ₯ˆ19 Β· ⭐ 160) - OriginTrail Decentralized Knowledge Graph network node. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 50 Β· πŸ“‹ 150 - 39% open Β· ⏱️ 25.05.2022):

     git clone https://github.com/OriginTrail/ot-node
    

KLP - Kulupu (πŸ₯‰14 Β· ⭐ 180) - No description.
kulupu (πŸ₯ˆ17 Β· ⭐ 180) - PoW blockchain with on-chain governance and online upgrade, built on.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 39 Β· πŸ“₯ 9.8K Β· πŸ“‹ 82 - 13% open Β· ⏱️ 20.05.2022):

     git clone https://github.com/kulupu/kulupu
    

Show 15 hidden projects...
  • OMG - OMG Network (πŸ₯ˆ27 Β· ⭐ 840 Β· πŸ’€) - Scaling solution for finance on Ethereum, enabling..
  • PERL - PERL.eco (πŸ₯‰18 Β· ⭐ 3.4K Β· πŸ’€) - A high-throughput, DAG-based protocol capable of powering..
  • FCT - Factom (πŸ₯‰17 Β· ⭐ 140) - A General Purpose Data Layer for the Blockchain.
  • LUX - LUXCoin (πŸ₯‰16 Β· ⭐ 3.9K Β· πŸ’€) - Blockchain solutions and services ecosystem that focuses on..
  • UBQ - Ubiq (πŸ₯‰14 Β· ⭐ 82) - Decentralized platform which allows the creation and implementation of..
  • EXP - Expanse (πŸ₯‰14 Β· ⭐ 53 Β· πŸ’€) - Ethereum based blockchain platform for smart contracts.
  • ARES - Ares Protocol (πŸ₯‰13 Β· ⭐ 49) - On-chain-verified oracle protocol that provides secure and..
  • AGRS - Agoras: Currency of Tau (πŸ₯‰12 Β· ⭐ 110) - Agoras will be a fully featured intelligent economy..
  • UUU - U Network (πŸ₯‰11 Β· ⭐ 190 Β· πŸ’€) - U Network - will be a Decentralized Protocol for Publishing..
  • XBY - XTRABYTES (πŸ₯‰11 Β· ⭐ 87 Β· πŸ’€) - XTRABYTES (XBY) is ought to be modular blockchain platform..
  • MRX - Metrix Coin (πŸ₯‰11 Β· ⭐ 41) - Metrix Coin (formerly Lindacoin) is a Proof of Stake digital..
  • OLT - OneLedger (πŸ₯‰11 Β· ⭐ 39) - Cross-ledger agnostic protocol that enables high-performance..
  • KIN - Kin (πŸ₯‰10 Β· ⭐ 140) - Cryptocurrency designed to bring people together in a new shared..
  • STAKE - STAKE (πŸ₯‰10 Β· ⭐ 110 Β· πŸ’€) - New ERC20-type (implemented as an ERC677) token designed to..
  • PHT - Lightstreams Photon (πŸ₯‰7 Β· ⭐ 54 Β· πŸ’€) - The award-winning decentralized network for fast,..

Stablecoins

Back to top

Cryptocurrencies that are designed to minimize volatility by pegging to a more stable asset.

Show 2 hidden projects...
  • USDC - USD Coin (πŸ₯‡13 Β· ⭐ 380 Β· πŸ’€) - True financial interoperability requires a price stable..
  • BUSD - Binance USD (πŸ₯‰9 Β· ⭐ 220 Β· πŸ’€) - Stable coin pegged to USD that has received approval from..

Decentralized Finance (DeFi)

Back to top

Financial services that are built on top of distributed networks with no central intermediaries.

MKR - Maker (πŸ₯‡34 Β· ⭐ 4.4K) - Utility token, governance token and recapitalization resource of the..
developerguides (πŸ₯‰15 Β· ⭐ 550) - Developer guides to integrate with MakerDAOs smart.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 170 Β· πŸ“‹ 18 - 11% open Β· ⏱️ 10.06.2022):

     git clone https://github.com/makerdao/developerguides
    
pymaker (πŸ₯‰15 Β· ⭐ 190) - Python API for Maker contracts. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 82 Β· πŸ“¦ 2 Β· πŸ“‹ 63 - 28% open Β· ⏱️ 05.05.2022):

     git clone https://github.com/makerdao/pymaker
    
dss (πŸ₯‰14 Β· ⭐ 560) - Dai Stablecoin System. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 260 Β· πŸ“‹ 42 - 47% open Β· ⏱️ 18.05.2022):

     git clone https://github.com/makerdao/dss
    
market-maker-keeper (πŸ₯‰14 Β· ⭐ 430 Β· πŸ’€) - Maker Keeper Framework: Market maker keepers for.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 160 Β· πŸ“‹ 25 - 36% open Β· ⏱️ 24.09.2021):

     git clone https://github.com/makerdao/market-maker-keeper
    
multicall (πŸ₯‰12 Β· ⭐ 650 Β· πŸ’€) - Multicall: Aggregate multiple constant function call results into.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 210 Β· πŸ“‹ 17 - 47% open Β· ⏱️ 17.09.2021):

     git clone https://github.com/makerdao/multicall
    

15 projects are hidden because they don't fulfill the minimal requirements.


LUNA - Terra (πŸ₯‡34 Β· ⭐ 1.5K) - A stable foundation for the future of decentralized finance.
terra.js (πŸ₯‡30 Β· ⭐ 270) - JavaScript SDK for Terra, written in TypeScript. MIT
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 140 Β· πŸ“¦ 1.5K Β· πŸ“‹ 150 - 2% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/terra-money/terra.js
    
  • npm (πŸ“₯ 91K / month Β· πŸ“¦ 41 Β· ⏱️ 27.07.2022):

     npm install @terra-money/terra.js
    
core (πŸ₯ˆ21 Β· ⭐ 290 Β· 🐣) - GO implementation of the Terra 2.0 Protocol. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 44 Β· πŸ“₯ 1.1K Β· πŸ“‹ 40 - 7% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/terra-money/core
    
  • Go (πŸ“¦ 22 Β· ⏱️ 28.07.2022):

     go install github.com/terra-money/core
    
LocalTerra (πŸ₯ˆ18 Β· ⭐ 170) - One-click local Terra testnet and ecosystem for rapid prototyping. MIT
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 76 Β· πŸ“‹ 45 - 6% open Β· ⏱️ 07.07.2022):

     git clone https://github.com/terra-money/LocalTerra
    

11 projects are hidden because they don't fulfill the minimal requirements.


SNX - Synthetix Network Token (πŸ₯‡33 Β· ⭐ 1.6K) - Synthetix Network Token will be a decentralised..
synthetix (πŸ₯‡30 Β· ⭐ 930) - Synthetix Solidity smart contracts. MIT
  • GitHub (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 480 Β· πŸ“¦ 330 Β· πŸ“‹ 130 - 68% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/Synthetixio/synthetix
    
  • npm (πŸ“₯ 36K / month Β· πŸ“¦ 15 Β· ⏱️ 30.07.2022):

     npm install synthetix
    
synpress (πŸ₯‡24 Β· ⭐ 190) - Synpress is an wrapper around Cypress.io with metamask support thanks to.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 58 Β· πŸ“¦ 66 Β· πŸ“‹ 84 - 47% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/Synthetixio/synpress
    
  • npm (πŸ“₯ 12K / month Β· ⏱️ 08.04.2022):

     npm install @synthetixio/synpress
    

6 projects are hidden because they don't fulfill the minimal requirements.


AAVE - Aave (πŸ₯‡30 Β· ⭐ 2.7K) - Decentralized Lending on Ethereum Network - Lending Ethereum.
protocol-v2 (πŸ₯ˆ19 Β· ⭐ 480) - Aave Protocol V2. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 500 Β· πŸ“¦ 440 Β· πŸ“‹ 160 - 67% open Β· ⏱️ 18.07.2022):

     git clone https://github.com/aave/protocol-v2
    

8 projects are hidden because they don't fulfill the minimal requirements.


REP - Augur (πŸ₯‡30 Β· ⭐ 1.9K Β· πŸ’€) - Decentralized prediction market built on the Ethereum..
augur (πŸ₯‡25 Β· ⭐ 400 Β· πŸ’€) - Augur v2 - Prediction Market Protocol and Client. MIT
  • GitHub (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 120 Β· πŸ“₯ 170 Β· πŸ“¦ 13 Β· πŸ“‹ 5.6K - 2% open Β· ⏱️ 05.11.2021):

     git clone https://github.com/AugurProject/augur
    
  • npm (πŸ“₯ 280 / month Β· πŸ“¦ 4 Β· ⏱️ 05.03.2021):

     npm install @augurproject/sdk
    

7 projects are hidden because they don't fulfill the minimal requirements.


DFI - Amun DeFi Index (πŸ₯‡29 Β· ⭐ 720) - DeFi Blockchain - bringing DeFi to Bitcoin.
ain (πŸ₯‡27 Β· ⭐ 340) - DeFi Blockchain - enabling decentralized finance on Bitcoin. MIT
  • GitHub (πŸ‘¨β€πŸ’» 830 Β· πŸ”€ 87 Β· πŸ“₯ 30K Β· πŸ“‹ 320 - 24% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/DeFiCh/ain
    

5 projects are hidden because they don't fulfill the minimal requirements.


ANC - Anchor Protocol (πŸ₯‡27 Β· ⭐ 410) - Unique decentralized peer to peer internet..

6 projects are hidden because they don't fulfill the minimal requirements.


YFI - yearn.finance (πŸ₯‡26 Β· ⭐ 2.3K) - Suite of products in Decentralized Finance (DeFi) that..
yearn-vaults (πŸ₯ˆ17 Β· ⭐ 430 Β· πŸ’€) - Yearn Vault smart contracts. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 230 Β· πŸ“‹ 140 - 7% open Β· ⏱️ 12.01.2022):

     git clone https://github.com/yearn/yearn-vaults
    
yearn-finance (πŸ₯‰13 Β· ⭐ 160 Β· πŸ’€) - yearn v2 web interface. MIT
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 90 Β· πŸ“‹ 77 - 7% open Β· ⏱️ 20.11.2021):

     git clone https://github.com/yearn/yearn-finance
    
brownie-strategy-mix (πŸ₯‰12 Β· ⭐ 150) - ## What youll find here. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 120 Β· πŸ“‹ 28 - 28% open Β· ⏱️ 20.06.2022):

     git clone https://github.com/yearn/brownie-strategy-mix
    
  • npm (πŸ“₯ 5 / month Β· ⏱️ 28.12.2020):

     npm install @yfi/nodejs-strategy-mix
    

16 projects are hidden because they don't fulfill the minimal requirements.


RGT - Rari Governance Token (πŸ₯‡25 Β· ⭐ 3.8K) - The Rari Governance Token is the native token behind..
solmate (πŸ₯‡26 Β· ⭐ 2.1K) - Modern, opinionated, and gas optimized building blocks for smart.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 300 Β· πŸ“¦ 10 Β· πŸ“‹ 140 - 19% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/Rari-Capital/solmate
    
  • npm (πŸ“₯ 19K / month Β· πŸ“¦ 13 Β· ⏱️ 02.06.2022):

     npm install @rari-capital/solmate
    
Rari-Capital/vaults (πŸ₯‰13 Β· ⭐ 240) - Flexible, minimalist, and gas-optimized yield.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 56 Β· πŸ“‹ 98 - 21% open Β· ⏱️ 18.04.2022):

     git clone https://github.com/Rari-Capital/vaults
    
  • npm (⏱️ 17.07.2021):

     npm install @rari-capital/vaults
    

6 projects are hidden because they don't fulfill the minimal requirements.


COMP - Compound (πŸ₯‡25 Β· ⭐ 2.2K) - Created by the Compound Finance Team, Compound Governance..
compound-js (πŸ₯ˆ21 Β· ⭐ 170) - A JavaScript SDK for Ethereum and the Compound Protocol. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 57 Β· πŸ“¦ 190 Β· πŸ“‹ 15 - 33% open Β· ⏱️ 22.06.2022):

     git clone https://github.com/compound-finance/compound-js
    
  • npm (πŸ“₯ 1.4K / month Β· πŸ“¦ 2 Β· ⏱️ 22.06.2022):

     npm install @compound-finance/compound-js
    
compound-protocol (πŸ₯ˆ17 Β· ⭐ 1.5K) - The Compound On-Chain Protocol. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 1K Β· πŸ“₯ 280 Β· πŸ“‹ 68 - 57% open Β· ⏱️ 07.06.2022):

     git clone https://github.com/compound-finance/compound-protocol
    
  • npm (πŸ“₯ 14 / month Β· ⏱️ 27.05.2021):

     npm install compound-protocol-kakapo911
    

5 projects are hidden because they don't fulfill the minimal requirements.


UMA - UMA (πŸ₯‡24 Β· ⭐ 400) - Decentralized financial contracts platform built to enable Universal..
UMAprotocol/protocol (πŸ₯‡27 Β· ⭐ 290) - UMA Protocol Running on Ethereum. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 160 Β· πŸ“‹ 970 - 11% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/UMAprotocol/protocol
    
  • npm (πŸ“₯ 2.7K / month Β· πŸ“¦ 11 Β· ⏱️ 02.08.2022):

     npm install @uma/core
    

2 projects are hidden because they don't fulfill the minimal requirements.


INST - Instadapp (πŸ₯‡24 Β· ⭐ 360) - On Instadapp, users and developers manage and build their DeFi..

5 projects are hidden because they don't fulfill the minimal requirements.


NMR - Numeraire (πŸ₯ˆ23 Β· ⭐ 880) - Numeraire: A Cryptographic Token for Coordinating Machine..
example-scripts (πŸ₯‰14 Β· ⭐ 440) - The official example scripts for the Numerai Data Science.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 190 Β· πŸ“‹ 14 - 42% open Β· ⏱️ 09.04.2022):

     git clone https://github.com/numerai/example-scripts
    

4 projects are hidden because they don't fulfill the minimal requirements.


BAND - Band Protocol (πŸ₯ˆ23 Β· ⭐ 570) - Data governance framework for Web 3.0 applications.

5 projects are hidden because they don't fulfill the minimal requirements.


DPI - DeFi Pulse Index (πŸ₯ˆ23 Β· ⭐ 450) - Capitalization-weighted index that tracks the..
set-protocol-contracts (πŸ₯ˆ18 Β· ⭐ 210 Β· πŸ’€) - Set Protocol Smart Contracts. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 54 Β· πŸ“¦ 25 Β· πŸ“‹ 12 - 33% open Β· ⏱️ 21.10.2021):

     git clone https://github.com/SetProtocol/set-protocol-contracts
    
  • npm (πŸ“₯ 210 / month Β· πŸ“¦ 7 Β· ⏱️ 08.07.2020):

     npm install set-protocol-contracts
    

4 projects are hidden because they don't fulfill the minimal requirements.


POLY - Polymath (πŸ₯ˆ23 Β· ⭐ 440) - The Polymath network connects token investors, KYC providers,..
polymath-core (πŸ₯ˆ20 Β· ⭐ 310) - Core Ethereum Smart Contracts for Polymath - The Securities.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 120 Β· πŸ“₯ 9 Β· πŸ“¦ 13 Β· πŸ“‹ 170 - 26% open Β· ⏱️ 26.05.2022):

     git clone https://github.com/PolymathNetwork/polymath-core
    
  • npm (πŸ“₯ 31 / month Β· πŸ“¦ 5 Β· ⏱️ 22.02.2019):

     npm install polymath-core
    

1 projects are hidden because they don't fulfill the minimal requirements.


YIELD - Yield Protocol (πŸ₯ˆ23 Β· ⭐ 370) - No description.

4 projects are hidden because they don't fulfill the minimal requirements.


MLN - Enzyme (πŸ₯ˆ22 Β· ⭐ 1.4K) - Private company building the open-source Melon Protocol. The..
enzymefinance/protocol (πŸ₯ˆ23 Β· ⭐ 300) - Enzyme Protocol Implementation. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 120 Β· πŸ“₯ 260 Β· πŸ“¦ 11 Β· πŸ“‹ 530 - 0% open Β· ⏱️ 10.05.2022):

     git clone https://github.com/enzymefinance/protocol
    
  • npm (πŸ“₯ 1.4K / month Β· πŸ“¦ 1 Β· ⏱️ 08.07.2022):

     npm install @enzymefinance/protocol
    

1 projects are hidden because they don't fulfill the minimal requirements.


ETN - Electroneum (πŸ₯ˆ22 Β· ⭐ 380) - UK-based cryptocurrency consisting of around 50 employees...
electroneum (πŸ₯ˆ23 Β· ⭐ 380) - Electroneum: the secure, humanitarian, mobile cryptocurrency. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 190 Β· πŸ“₯ 630K Β· πŸ“‹ 380 - 25% open Β· ⏱️ 01.04.2022):

     git clone https://github.com/electroneum/electroneum
    

LQTY - Liquity (πŸ₯ˆ22 Β· ⭐ 220) - Token that captures the fee revenue generated by the Liquity..
dev (πŸ₯ˆ23 Β· ⭐ 160) - Liquity monorepo containing the contracts, SDK and Dev UI frontend. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 160 Β· πŸ“¦ 15 Β· πŸ“‹ 260 - 16% open Β· ⏱️ 21.05.2022):

     git clone https://github.com/liquity/dev
    
  • npm (πŸ“₯ 2.6K / month Β· ⏱️ 31.03.2022):

     npm install @liquity/lib-ethers
    

1 projects are hidden because they don't fulfill the minimal requirements.


KAVA - Kava (πŸ₯ˆ21 Β· ⭐ 470) - Cross-chain DeFi platform offering collateralized loans and stablecoins to..
kava (πŸ₯ˆ23 Β· ⭐ 360) - DeFi for Crypto. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 250 Β· πŸ“₯ 15 Β· πŸ“¦ 34 Β· πŸ“‹ 150 - 30% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/Kava-Labs/kava
    
  • Go (πŸ“¦ 9 Β· ⏱️ 07.06.2022):

     go install github.com/kava-labs/kava
    

2 projects are hidden because they don't fulfill the minimal requirements.


BIFI - Beefy.Finance (πŸ₯ˆ21 Β· ⭐ 340) - $BIFI tokens are dividend-eligible revenue shares in..
beefy-app (πŸ₯ˆ18 Β· ⭐ 190) - Multichain yield optimizer. MIT
  • GitHub (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 270 Β· πŸ“‹ 83 - 19% open Β· ⏱️ 06.06.2022):

     git clone https://github.com/beefyfinance/beefy-app
    

2 projects are hidden because they don't fulfill the minimal requirements.


PAY - TenX (πŸ₯ˆ20 Β· ⭐ 640) - TenX connects your blockchain assets to real world payment platforms...
xmr-btc-swap (πŸ₯ˆ20 Β· ⭐ 450) - BitcoinMonero Cross-chain Atomic Swap. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 50 Β· πŸ“₯ 6.9K Β· πŸ“‹ 280 - 25% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/comit-network/xmr-btc-swap
    

1 projects are hidden because they don't fulfill the minimal requirements.


REQ - Request (πŸ₯ˆ20 Β· ⭐ 420) - A decentralized network built on top of Ethereum, which allows..
requestNetwork (πŸ₯‡24 Β· ⭐ 350) - A JavaScript library for interacting with the Request Network.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 55 Β· πŸ“¦ 9 Β· πŸ“‹ 62 - 51% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/RequestNetwork/requestNetwork
    
  • npm (πŸ“₯ 2.9K / month Β· πŸ“¦ 16 Β· ⏱️ 29.07.2022):

     npm install @requestnetwork/utils
    

1 projects are hidden because they don't fulfill the minimal requirements.


MTA - mStable Governance Token: Meta (πŸ₯ˆ20 Β· ⭐ 320) - The Meta token aims to coordinate decentralised..
mStable-contracts (πŸ₯ˆ20 Β· ⭐ 260) - Smart Contracts that make up the core of the mStable.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 72 Β· πŸ“¦ 31 Β· πŸ“‹ 24 - 20% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/mstable/mStable-contracts
    
  • npm (πŸ“₯ 3.6K / month Β· πŸ“¦ 1 Β· ⏱️ 11.05.2022):

     npm install @mstable/protocol
    

1 projects are hidden because they don't fulfill the minimal requirements.


API3 - API3 (πŸ₯ˆ20 Β· ⭐ 220) - API3 builds blockchain-native, decentralized APIs with DAO-governance..

3 projects are hidden because they don't fulfill the minimal requirements.


CCX - Conceal (πŸ₯ˆ20 Β· ⭐ 160) - Private, scalability-focused, untraceable, secure, and fungible..

2 projects are hidden because they don't fulfill the minimal requirements.


OHM - Olympus (πŸ₯ˆ19 Β· ⭐ 1K) - No description.
olympus-frontend (πŸ₯ˆ18 Β· ⭐ 260) - MIT
  • GitHub (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 630 Β· πŸ“‹ 260 - 25% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/OlympusDAO/olympus-frontend
    
olympus-contracts (πŸ₯‰12 Β· ⭐ 700) - AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 850 Β· πŸ“‹ 82 - 56% open Β· ⏱️ 30.07.2022):

     git clone https://github.com/OlympusDAO/olympus-contracts
    

1 projects are hidden because they don't fulfill the minimal requirements.


DIA - DIA (πŸ₯ˆ19 Β· ⭐ 180) - DIA (Decentralised Information Asset) is an open-source, data and..
diadata (πŸ₯ˆ22 Β· ⭐ 180) - DIAdata.org platform. GPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 120 Β· πŸ“¦ 4 Β· πŸ“‹ 250 - 4% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/diadata-org/diadata
    
  • Go (πŸ“¦ 1 Β· ⏱️ 02.08.2022):

     go install github.com/diadata-org/diadata
    

TRIBE - Tribe (πŸ₯ˆ19 Β· ⭐ 180) - Governance token which will allow community members to vote on the..
fei-protocol-core (πŸ₯ˆ22 Β· ⭐ 180) - FEI Protocol smart contract code, tests, and.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 81 Β· πŸ“‹ 170 - 86% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/fei-protocol/fei-protocol-core
    

TORN - Tornado Cash (πŸ₯ˆ18 Β· ⭐ 1.2K) - No description.
tornado-core (πŸ₯ˆ17 Β· ⭐ 860) - Tornado cash. Non-custodial private transactions on Ethereum. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 260 Β· πŸ“₯ 8.7K Β· πŸ“‹ 45 - 46% open Β· ⏱️ 24.03.2022):

     git clone https://github.com/tornadocash/tornado-core
    

4 projects are hidden because they don't fulfill the minimal requirements.


BAT - Basic Attention Token (πŸ₯ˆ18 Β· ⭐ 320) - Basic Attention Token radically improves the..

3 projects are hidden because they don't fulfill the minimal requirements.


YAM - YAM (πŸ₯ˆ16 Β· ⭐ 730) - No description.

3 projects are hidden because they don't fulfill the minimal requirements.


PICKLE - Pickle Finance (πŸ₯ˆ15 Β· ⭐ 320) - No description.
pickle-finance/contracts (πŸ₯‰10 Β· ⭐ 160) - Deployed contracts. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 36 Β· πŸ“‹ 2 - 50% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/pickle-finance/contracts
    

2 projects are hidden because they don't fulfill the minimal requirements.


MIR - Mirror Protocol (πŸ₯ˆ15 Β· ⭐ 220) - DeFi protocol powered by smart contracts on the Terra..

2 projects are hidden because they don't fulfill the minimal requirements.


BNC - Bifrost Native Coin (πŸ₯ˆ15 Β· ⭐ 180) - Decentralize ethereum token. Bionic is an incubator..
bifrost (πŸ₯ˆ17 Β· ⭐ 180) - A parachain focused on building bridges of chains based on PoS.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 51 Β· πŸ“₯ 570 Β· πŸ“‹ 26 - 11% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/bifrost-finance/bifrost
    

GEL - Gelato (πŸ₯ˆ14 Β· ⭐ 500) - Automate your Ethereum smart contracts. Outsource your web3 DevOps..

3 projects are hidden because they don't fulfill the minimal requirements.


CHSB - SwissBorg (πŸ₯ˆ14 Β· ⭐ 190) - Wealthtech offering Swiss-made crypto investment solutions to..

2 projects are hidden because they don't fulfill the minimal requirements.


TRU - TrueFi (πŸ₯‰13 Β· ⭐ 280) - DeFiuncollateralized lending protocol developed by the TrustToken..
trusttoken/smart-contracts (πŸ₯‰14 Β· ⭐ 280) - TrustToken smart contracts written pre 2022. Includes.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 94 Β· ⏱️ 21.07.2022):

     git clone https://github.com/trusttoken/smart-contracts
    

XVS - Venus (πŸ₯‰13 Β· ⭐ 180) - Algorithmic Money Market and Synthetic Stablecoin DeFi Protocol on..
venus-protocol (πŸ₯ˆ17 Β· ⭐ 180) - BNB Smart Chain Venus Protocol. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 89 Β· πŸ“‹ 38 - 44% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/VenusProtocol/venus-protocol
    

FARM - Harvest Finance (πŸ₯‰12 Β· ⭐ 370) - Harvest automatically farms the highest yields in DeFi.

3 projects are hidden because they don't fulfill the minimal requirements.


AMPL - Ampleforth (πŸ₯‰12 Β· ⭐ 360) - The Ampleforth protocol receives exchange-rate information..
ampleforth-contracts (πŸ₯‰12 Β· ⭐ 240) - Smart contracts for Ampleforth Protocol (working name.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 130 Β· πŸ“‹ 20 - 45% open Β· ⏱️ 14.03.2022):

     git clone https://github.com/ampleforth/ampleforth-contracts
    

2 projects are hidden because they don't fulfill the minimal requirements.


RBN - Ribbon Finance (πŸ₯‰12 Β· ⭐ 200) - New protocol that helps users access crypto structured..

2 projects are hidden because they don't fulfill the minimal requirements.


FXS - Frax Share (πŸ₯‰11 Β· ⭐ 280) - Governance and value accrual token of the Frax Stablecoin..
frax-solidity (πŸ₯‰14 Β· ⭐ 280) - Solidity implementation of the Frax Protocol. MIT
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 110 Β· πŸ“‹ 9 - 11% open Β· ⏱️ 29.07.2022):

     git clone https://github.com/FraxFinance/frax-solidity
    

FUSE - Fuse (πŸ₯‰10 Β· ⭐ 240) - The Fuse Network is tailor-made for local communities and used to..
fuse-wallet (πŸ₯‰12 Β· ⭐ 180) - Cross platform mobile Ethereum wallet based on Flutter. MIT
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 92 Β· ⏱️ 25.07.2022):

     git clone https://github.com/fuseio/fuse-wallet
    

1 projects are hidden because they don't fulfill the minimal requirements.


JET - JET (πŸ₯‰10 Β· ⭐ 190) - Jetcoin Institute of Sports to Empowering Fans & Disrupting the World..
jet-v1 (πŸ₯‰12 Β· ⭐ 190) - Decentralized lending on Solana. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 57 Β· πŸ“¦ 6 Β· πŸ“‹ 150 - 11% open Β· ⏱️ 31.05.2022):

     git clone https://github.com/jet-lab/jet-v1
    

BZRX - bZx Protocol (πŸ₯‰10 Β· ⭐ 190) - Financial primitive for shorting, leverage, borrowing, and..
contractsV2 (πŸ₯‰13 Β· ⭐ 190) - bZx Protocol Smart Contracts - Version 2. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 32 Β· πŸ“‹ 2 - 50% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/bZxNetwork/contractsV2
    

BUNNY - Pancake Bunny (πŸ₯‰10 Β· ⭐ 180 Β· πŸ’€) - Compound Yields on Binance Smart Chain with Bunny...
Bunny (πŸ₯‰11 Β· ⭐ 180 Β· πŸ’€) - PancakeBunny helps $cake lovers get more $cakes. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 140 Β· πŸ“¦ 8 Β· πŸ“‹ 7 - 28% open Β· ⏱️ 21.12.2021):

     git clone https://github.com/PancakeBunny-finance/Bunny
    

Show 53 hidden projects...
  • RDD - Reddcoin (πŸ₯ˆ20 Β· ⭐ 280 Β· πŸ’€) - Social currency that enriches peoples social lives and makes..
  • XCASH - X-CASH (πŸ₯ˆ18 Β· ⭐ 120) - Community driven project providing the toolbox for the next stage of..
  • VEGA - Vega Protocol (πŸ₯ˆ18 Β· ⭐ 65) - Proof-of-stake blockchain, built on top of Tendermint,..
  • PLR - Pillar (πŸ₯ˆ16 Β· ⭐ 89) - We are building the worlds best cryptocurrency and token wallet that..
  • REEF - Reef Finance (πŸ₯ˆ14 Β· ⭐ 140) - First cross-chain DeFi operating system built on Polkadot...
  • ALPACA - Alpaca Finance (πŸ₯‰13 Β· ⭐ 140) - First leveraged yield farming protocol on Binance..
  • WEBD - webdollar (πŸ₯‰13 Β· ⭐ 120 Β· πŸ’€) - Cryptocurrency fully native to the World Wide Web, entirely..
  • RBC - Rubic (πŸ₯‰13 Β· ⭐ 43) - Multi-Chain protocol that allows to complete swaps between 10.000..
  • EVX - Everex (πŸ₯‰12 Β· ⭐ 820 Β· πŸ’€) - Financial technology company specializing in applying..
  • NXM - Nexus Mutual (πŸ₯‰12 Β· ⭐ 110) - Decentralized insurance protocol built on Ethereum that..
  • SNOW - SnowBlossom (πŸ₯‰12 Β· ⭐ 69) - No description.
  • BOND - BarnBridge (πŸ₯‰11 Β· ⭐ 130) - A Cross Platform Protocol for Tokenizing Risk.
  • BADGER - Badger DAO (πŸ₯‰11 Β· ⭐ 97) - Badger DAO aims to create an ecosystem of DeFi products..
  • CHESS - Tranchess (πŸ₯‰11 Β· ⭐ 56) - Tokenized asset management and derivatives trading protocol...
  • BAC - Basis Cash (πŸ₯‰10 Β· ⭐ 300 Β· πŸ’€) - Fairly distributed & censorship resistant stablecoin with..
  • COTI - COTI (πŸ₯‰10 Β· ⭐ 120) - FinTech company that has developed a base protocol, known as the..
  • RCN - Ripio Credit Network (πŸ₯‰10 Β· ⭐ 97) - A peer-to-peer credit network protocol based on co-..
  • RDAI (πŸ₯‰10 Β· ⭐ 88) - No description.
  • SOUL - Phantasma (πŸ₯‰10 Β· ⭐ 74 Β· πŸ’€) - Phantasma Chain $SOUL has its own blockchain and describe..
  • FLX - Reflexer Ungovernance Token (πŸ₯‰9 Β· ⭐ 160) - Ungovernance token for the RAI stable asset and the..
  • SLND - Solend (πŸ₯‰9 Β· ⭐ 150) - Algorithmic, decentralized protocol for lending and borrowing on..
  • YFII - DFI.money (πŸ₯‰9 Β· ⭐ 150 Β· πŸ’€) - Fork of YFI project with YIP-8 implementation.
  • DIP - Etherisc DIP Token (πŸ₯‰9 Β· ⭐ 78) - Etherisc develops a protocol for decentralized..
  • DOUGH - PieDAO DOUGH v2 (πŸ₯‰9 Β· ⭐ 55 Β· πŸ’€) - DOUGH is PieDAOs governance token. Anybody can be a..
  • FIS - Stafi (πŸ₯‰9 Β· ⭐ 35) - First decentralized protocol unlocking liquidity of staked assets , you..
  • LAMINAR (πŸ₯‰8 Β· ⭐ 87 Β· πŸ’€) - No description.
  • TRB - Tellor (πŸ₯‰8 Β· ⭐ 48 Β· πŸ’€) - Decentralized Oracle for bringing high value off-chain data onto..
  • SI - Siren (πŸ₯‰8 Β· ⭐ 40) - Distributed protocol for creating, trading, and redeeming fully-..
  • BKX - BANKEX (πŸ₯‰8 Β· ⭐ 33 Β· πŸ’€) - Blockchain platform with multifunctional smart contracts building..
  • AKRO - Akropolis (πŸ₯‰7 Β· ⭐ 110 Β· πŸ’€) - Blockchain Pensions Infrastructure.
  • MPH - 88mph (πŸ₯‰7 Β· ⭐ 69) - No description.
  • INV - Inverse Finance (πŸ₯‰6 Β· ⭐ 66 Β· πŸ’€) - Yield aggregator and a lending protocol.
  • MPL - Maple (πŸ₯‰6 Β· ⭐ 64 Β· πŸ’€) - No description.
  • ALPHA - Alpha Finance (πŸ₯‰6 Β· ⭐ 59 Β· πŸ’€) - Alpha Finance Lab is focused on researching and..
  • ZAP - Zap (πŸ₯‰6 Β· ⭐ 43 Β· πŸ’€) - Zap wants to build an open marketplace for data feeds that can be..
  • YAXIS - yAxis (πŸ₯‰6 Β· ⭐ 31 Β· πŸ’€) - Experiment in DAO-directed yield farming. Users will deposit..
  • ALCX - Alchemix (πŸ₯‰5 Β· ⭐ 190) - Governance token for the Alchemix protocol.
  • NDX - Indexed Finance (πŸ₯‰5 Β· ⭐ 110 Β· πŸ’€) - Blockchain business development start up that that..
  • WBTC - Wrapped Bitcoin (πŸ₯‰5 Β· ⭐ 100 Β· πŸ’€) - No description.
  • CVP - PowerPool Concentrated Voting Power (πŸ₯‰5 Β· ⭐ 52 Β· πŸ’€) - Decentralized protocol for automatically managed..
  • SFI - saffron.finance (πŸ₯‰5 Β· ⭐ 39 Β· πŸ’€) - No description.
  • OPIUM - Opium (πŸ₯‰5 Β· ⭐ 38) - Decentralized derivative protocol. It offers two products: USDT de-..
  • ONES - OneSwap DAO Token (πŸ₯‰4 Β· ⭐ 120 Β· πŸ’€) - A fully decentralized exchange protocol on Smart..
  • NEXO - NEXO (πŸ₯‰4 Β· ⭐ 89 Β· πŸ’€) - Nexo wants to build The Worlds First Instant Crypto Overdrafts...
  • VISR - Visor (πŸ₯‰4 Β· ⭐ 51 Β· πŸ’€) - Interact with DeFi protocols through an NFT Enhancing the..
  • ROOK - KeeperDAO (πŸ₯‰4 Β· ⭐ 48 Β· πŸ’€) - No description.
  • DFD - DefiDollar DAO (πŸ₯‰4 Β· ⭐ 48) - DFD is DefiDollars governance token in which holders will..
  • AMP - Amp (πŸ₯‰4 Β· ⭐ 46 Β· πŸ’€) - Amptoken offers blockchain-enabled Attention Economy solutions,..
  • ICE - Popsicle Finance (πŸ₯‰4 Β· ⭐ 39 Β· πŸ’€) - A next-gen cross-chain yield enhancement platform..
  • NEST - Nest Protocol (πŸ₯‰4 Β· ⭐ 37 Β· πŸ’€) - Decentralized price fact Oracle protocol network based..
  • CORE - cVault.finance (πŸ₯‰4 Β· ⭐ 32) - Non-inflationary cryptocurrency that is designed to..
  • FRONT - Frontier (πŸ₯‰3 Β· ⭐ 51 Β· πŸ’€) - Chain-agnostic DeFi aggregation layer. With our..
  • $BASED - Based Money (πŸ₯‰3 Β· ⭐ 34 Β· πŸ’€) - DeFi game of chicken designed to shake out weak hands..

Exchange-based Tokens

Back to top

Tokens associated with centralized or decentralized exchanges.

BNB - Binance Coin (πŸ₯‡36 Β· ⭐ 10K) - Digital token of the Binance exchange. It is an exchanging..
bsc (πŸ₯‡28 Β· ⭐ 1.6K) - A BNB Smart Chain client based on the go-ethereum fork. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 720 Β· πŸ”€ 690 Β· πŸ“₯ 170K Β· πŸ“‹ 700 - 9% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/binance-chain/bsc
    
javascript-sdk (πŸ₯ˆ22 Β· ⭐ 310 Β· πŸ’€) - Javascript SDK to communicate with BNB Beacon Chain. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 160 Β· πŸ“¦ 480 Β· πŸ“‹ 160 - 30% open Β· ⏱️ 31.08.2021):

     git clone https://github.com/binance-chain/javascript-sdk
    
go-sdk (πŸ₯ˆ20 Β· ⭐ 160) - Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 79 Β· πŸ“¦ 170 Β· πŸ“‹ 65 - 21% open Β· ⏱️ 15.06.2022):

     git clone https://github.com/binance-chain/go-sdk
    
  • Go (πŸ“¦ 27 Β· ⏱️ 15.06.2022):

     go install github.com/binance-chain/go-sdk
    
tss-lib (πŸ₯ˆ17 Β· ⭐ 370) - Threshold Signature Scheme, for ECDSA and EDDSA. MIT
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 120 Β· πŸ“₯ 2.1K Β· πŸ“‹ 81 - 32% open Β· ⏱️ 18.05.2022):

     git clone https://github.com/binance-chain/tss-lib
    
  • Go (πŸ“¦ 19 Β· ⏱️ 29.12.2021):

     go install github.com/binance-chain/tss-lib
    
node-binary (πŸ₯‰14 Β· ⭐ 170) - Binaries for full nodes, light-weighted clients. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 110 Β· πŸ“₯ 990 Β· πŸ“‹ 230 - 34% open Β· ⏱️ 13.06.2022):

     git clone https://github.com/binance-chain/node-binary
    
BEPs (πŸ₯‰13 Β· ⭐ 410) - BNB Evolution Proposals. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 240 Β· πŸ“‹ 20 - 40% open Β· ⏱️ 11.07.2022):

     git clone https://github.com/binance-chain/BEPs
    
bsc-genesis-contract (πŸ₯‰13 Β· ⭐ 320) - The genesis contracts of BNB Smart Chain. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 400 Β· πŸ“‹ 35 - 65% open Β· ⏱️ 13.06.2022):

     git clone https://github.com/binance-chain/bsc-genesis-contract
    
docs-site (πŸ₯‰12 Β· ⭐ 320) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 180 Β· πŸ“‹ 60 - 70% open Β· ⏱️ 21.03.2022):

     git clone https://github.com/binance-chain/docs-site
    
bsc-ecosystem (πŸ₯‰10 Β· ⭐ 400) - A guide to available tools, components, and platforms for.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 140 Β· ⏱️ 21.06.2022):

     git clone https://github.com/binance-chain/bsc-ecosystem
    

11 projects are hidden because they don't fulfill the minimal requirements.


SRM - Serum (πŸ₯‡36 Β· ⭐ 5.3K) - Worlds first completely decentralized derivatives exchange with..
anchor (πŸ₯‡36 Β· ⭐ 2.4K) - Solana Sealevel Framework. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 800 Β· πŸ“¦ 11K Β· πŸ“‹ 1K - 38% open Β· ⏱️ 30.07.2022):

     git clone https://github.com/project-serum/anchor
    
  • npm (πŸ“₯ 450K / month Β· πŸ“¦ 140 Β· ⏱️ 05.07.2022):

     npm install @project-serum/anchor
    
  • Cargo (πŸ“₯ 33K / month Β· πŸ“¦ 14 Β· ⏱️ 05.07.2022):

     cargo install anchor-syn
    
serum-ts (πŸ₯‡27 Β· ⭐ 250) - Project Serum TypeScript monorepo. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 220 Β· πŸ“¦ 240 Β· πŸ“‹ 140 - 81% open Β· ⏱️ 01.05.2022):

     git clone https://github.com/project-serum/serum-ts
    
  • npm (πŸ“₯ 120K / month Β· πŸ“¦ 40 Β· ⏱️ 25.04.2022):

     npm install @project-serum/serum
    
sol-wallet-adapter (πŸ₯ˆ23 Β· ⭐ 180 Β· πŸ’€) - Library to allow Solana dApps to use third-party.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 86 Β· πŸ“¦ 6.3K Β· πŸ“‹ 31 - 70% open Β· ⏱️ 15.10.2021):

     git clone https://github.com/project-serum/sol-wallet-adapter
    
  • npm (πŸ“₯ 240K / month Β· πŸ“¦ 2 Β· ⏱️ 15.10.2021):

     npm install @project-serum/sol-wallet-adapter
    
serum-dex (πŸ₯ˆ22 Β· ⭐ 530) - Project Serum Rust Monorepo. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 270 Β· πŸ“₯ 17 Β· πŸ“¦ 13 Β· πŸ“‹ 120 - 48% open Β· ⏱️ 04.05.2022):

     git clone https://github.com/project-serum/serum-dex
    
  • Cargo (πŸ“₯ 33 / month Β· ⏱️ 05.12.2021):

     cargo install serum-dex-permissioned
    
spl-token-wallet (πŸ₯‰15 Β· ⭐ 850) - Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 340 Β· πŸ“₯ 130 Β· ⏱️ 17.06.2022):

     git clone https://github.com/project-serum/spl-token-wallet
    
serum-dex-ui (πŸ₯‰12 Β· ⭐ 340 Β· πŸ’€) - Example implementation of a UI for the Serum DEX. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 440 Β· πŸ“‹ 66 - 84% open Β· ⏱️ 02.09.2021):

     git clone https://github.com/project-serum/serum-dex-ui
    

7 projects are hidden because they don't fulfill the minimal requirements.


GNO - Gnosis (πŸ₯‡36 Β· ⭐ 3.6K) - Gnosis builds revolutionary market-driven forecasting technology..
safe-react (πŸ₯‡26 Β· ⭐ 290) - Gnosis Safe The most trusted platform to store digital assets on.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 270 Β· πŸ“₯ 43K Β· πŸ“‹ 1.9K - 6% open Β· ⏱️ 22.07.2022):

     git clone https://github.com/gnosis/safe-react
    
safe-contracts (πŸ₯‡25 Β· ⭐ 1.1K) - Gnosis Safe allows secure management of blockchain assets. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 500 Β· πŸ“₯ 250 Β· πŸ“¦ 490 Β· πŸ“‹ 190 - 11% open Β· ⏱️ 17.05.2022):

     git clone https://github.com/gnosis/safe-contracts
    
  • npm (πŸ“₯ 18K / month Β· πŸ“¦ 31 Β· ⏱️ 27.05.2021):

     npm install @gnosis.pm/safe-contracts
    
MultiSigWallet (πŸ₯ˆ18 Β· ⭐ 1K Β· πŸ’€) - Allows multiple parties to agree on transactions before.. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 680 Β· πŸ“₯ 8.6K Β· πŸ“‹ 220 - 44% open Β· ⏱️ 24.08.2021):

     git clone https://github.com/gnosis/MultiSigWallet
    

14 projects are hidden because they don't fulfill the minimal requirements.


LBC - LBRY Credits (πŸ₯‡35 Β· ⭐ 19K) - Meet LBRY, a content sharing and publishing platform that is..
lbry-desktop (πŸ₯‡33 Β· ⭐ 3.6K) - A browser and wallet for LBRY, the decentralized, user-controlled.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 400 Β· πŸ“₯ 18M Β· πŸ“‹ 4K - 19% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/lbryio/lbry-desktop
    
lbry-sdk (πŸ₯‡30 Β· ⭐ 7.1K) - The LBRY SDK for building decentralized, censorship resistant,.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 440 Β· πŸ“₯ 81K Β· πŸ“‹ 1.8K - 20% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/lbryio/lbry-sdk
    
lbrycrd (πŸ₯ˆ22 Β· ⭐ 2.7K Β· πŸ’€) - The blockchain that provides the digital content namespace for the.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 720 Β· πŸ”€ 160 Β· πŸ“₯ 45K Β· πŸ“‹ 170 - 14% open Β· ⏱️ 26.11.2021):

     git clone https://github.com/lbryio/lbrycrd
    
lbry-android (πŸ₯ˆ20 Β· ⭐ 2.6K Β· πŸ’€) - The LBRY Android app. MIT
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 110 Β· πŸ“₯ 43K Β· πŸ“‹ 810 - 19% open Β· ⏱️ 28.09.2021):

     git clone https://github.com/lbryio/lbry-android
    
lbry.com (πŸ₯ˆ20 Β· ⭐ 250) - lbry.com, the website for the LBRY protocol. MIT
  • GitHub (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 240 Β· πŸ“‹ 310 - 4% open Β· ⏱️ 11.07.2022):

     git clone https://github.com/lbryio/lbry.com
    
chainquery (πŸ₯ˆ18 Β· ⭐ 2.4K) - Chainquery parses and syncs the LBRY blockchain data into structured.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 36 Β· πŸ“₯ 2.6K Β· πŸ“‹ 130 - 29% open Β· ⏱️ 27.04.2022):

     git clone https://github.com/lbryio/chainquery
    
  • Go (πŸ“¦ 4 Β· ⏱️ 22.10.2021):

     go install github.com/lbryio/chainquery
    

3 projects are hidden because they don't fulfill the minimal requirements.


TWT - Trust Wallet Token (πŸ₯‡35 Β· ⭐ 7.1K) - Trust Wallet Token (TWT) 511 is a utility token that..
wallet-core (πŸ₯‡31 Β· ⭐ 1.7K) - Cross-platform, cross-blockchain wallet library. MIT
  • GitHub (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 1.1K Β· πŸ“₯ 64K Β· πŸ“¦ 240 Β· πŸ“‹ 980 - 3% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/trustwallet/wallet-core
    
  • npm (πŸ“₯ 1.5K / month Β· πŸ“¦ 3 Β· ⏱️ 29.07.2022):

     npm install @trustwallet/wallet-core
    
  • Maven (⏱️ 03.08.2019):

     <dependency>
     	<groupId>com.trustwallet.walletcore</groupId>
     	<artifactId>walletcore</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
assets (πŸ₯‡30 Β· ⭐ 3.3K) - A comprehensive, up-to-date collection of information about several.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 3.7K Β· πŸ”€ 15K Β· πŸ“‹ 680 - 1% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/trustwallet/assets
    
  • npm (πŸ“₯ 46 / month Β· ⏱️ 02.08.2021):

     npm install @luckyfinance/assets
    
blockatlas (πŸ₯ˆ19 Β· ⭐ 350) - Clean and lightweight cross-chain transaction API. MIT
  • GitHub (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 210 Β· πŸ“₯ 33 Β· πŸ“¦ 10 Β· πŸ“‹ 500 - 1% open Β· ⏱️ 16.03.2022):

     git clone https://github.com/trustwallet/blockatlas
    
  • Go (⏱️ 02.08.2021):

     go install github.com/TrustWallet/blockatlas
    
trust-web3-provider (πŸ₯ˆ18 Β· ⭐ 470) - Web3 javascript wrapper provider for iOS and Android.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 300 Β· πŸ“‹ 170 - 4% open Β· ⏱️ 21.07.2022):

     git clone https://github.com/trustwallet/trust-web3-provider
    
developer (πŸ₯‰15 Β· ⭐ 190) - Trust Developer documentation: developer.trustwallet.com. MIT
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 110 Β· πŸ“‹ 52 - 3% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/trustwallet/developer
    

8 projects are hidden because they don't fulfill the minimal requirements.


HBAR - Hedera (πŸ₯‡34 Β· ⭐ 1.2K) - Decentralized public network for you to make your digital world..
hedera-sdk-js (πŸ₯‡30 Β· ⭐ 190) - Hedera Hashgraph SDK for JavaScript/TypeScript. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 84 Β· πŸ“¦ 440 Β· πŸ“‹ 480 - 4% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/hashgraph/hedera-sdk-js
    
  • npm (πŸ“₯ 77K / month Β· πŸ“¦ 21 Β· ⏱️ 01.08.2022):

     npm install @hashgraph/sdk
    
hedera-services (πŸ₯‡24 Β· ⭐ 170) - Crypto, token, consensus, file, and smart contract.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 49 Β· πŸ“¦ 2 Β· πŸ“‹ 1.9K - 21% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/hashgraph/hedera-services
    
  • Maven (⏱️ 25.01.2021):

     <dependency>
     	<groupId>com.hedera.hashgraph</groupId>
     	<artifactId>test-clients</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
hedera-sdk-java (πŸ₯ˆ21 Β· ⭐ 180) - Hedera Hashgraph SDK for Java. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 95 Β· πŸ“‹ 420 - 2% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/hashgraph/hedera-sdk-java
    
  • Maven (⏱️ 19.07.2022):

     <dependency>
     	<groupId>com.hedera.hashgraph</groupId>
     	<artifactId>sdk-jdk7</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    

7 projects are hidden because they don't fulfill the minimal requirements.


BTS - BitShares (πŸ₯ˆ33 Β· ⭐ 2.2K) - Public, blockchain-based, real-time financial platform. It provides..
bitshares-ui (πŸ₯‡28 Β· ⭐ 510) - Fully featured Graphical User Interface / Reference Wallet for the.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 560 Β· πŸ“₯ 220K Β· πŸ“‹ 2.3K - 19% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/bitshares/bitshares-ui
    
bitshares-core (πŸ₯‡24 Β· ⭐ 1.2K) - BitShares Blockchain implementation and command-line.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 630 Β· πŸ“₯ 140K Β· πŸ“‹ 1.2K - 20% open Β· ⏱️ 26.06.2022):

     git clone https://github.com/bitshares/bitshares-core
    
python-bitshares (πŸ₯‡24 Β· ⭐ 160) - Fully featured client-side library for the BitShares.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 160 Β· πŸ“₯ 2 Β· πŸ“‹ 160 - 5% open Β· ⏱️ 13.05.2022):

     git clone https://github.com/bitshares/python-bitshares
    
  • PyPi (πŸ“₯ 460 / month Β· πŸ“¦ 27 Β· ⏱️ 13.05.2022):

     pip install bitshares
    

7 projects are hidden because they don't fulfill the minimal requirements.


ZRX - 0x (πŸ₯ˆ31 Β· ⭐ 3.6K) - An Open Protocol For Decentralized Exchange On The Ethereum Blockchain..
0x-mesh (πŸ₯ˆ23 Β· ⭐ 250 Β· πŸ’€) - A peer-to-peer network for sharing 0x orders. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 90 Β· πŸ“₯ 100 Β· πŸ“¦ 6 Β· πŸ“‹ 320 - 35% open Β· ⏱️ 11.08.2021):

     git clone https://github.com/0xProject/0x-mesh
    
  • npm (πŸ“₯ 1.4K / month Β· πŸ“¦ 12 Β· ⏱️ 07.08.2020):

     npm install @0x/mesh-rpc-client
    
  • Go (⏱️ 30.01.2020):

     go install github.com/0xproject/0x-mesh
    
0x-api (πŸ₯ˆ17 Β· ⭐ 310) - An HTTP Interface to 0x liquidity and tooling. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 160 Β· πŸ“‹ 81 - 62% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/0xProject/0x-api
    
0x-starter-project (πŸ₯‰11 Β· ⭐ 160) - A project showcasing how to get started with 0x.js. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 120 Β· πŸ“‹ 56 - 53% open Β· ⏱️ 09.02.2022):

     git clone https://github.com/0xProject/0x-starter-project
    

9 projects are hidden because they don't fulfill the minimal requirements.


XIN - Infinity Economics (πŸ₯ˆ28 Β· ⭐ 2.4K) - Fully decentralized cryptocurrency network and the most..
android-app (πŸ₯ˆ22 Β· ⭐ 400) - Android private messenger, crypto wallet and light node to the.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 82 Β· πŸ“₯ 2.6K Β· πŸ“‹ 79 - 53% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/MixinNetwork/android-app
    
mixin (πŸ₯ˆ20 Β· ⭐ 450) - The Mixin TEE-BFT-DAG network reference implementation. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 110 Β· πŸ“₯ 29K Β· πŸ“‹ 63 - 26% open Β· ⏱️ 29.06.2022):

     git clone https://github.com/MixinNetwork/mixin
    
  • Go (πŸ“¦ 4 Β· ⏱️ 12.03.2022):

     go install github.com/MixinNetwork/mixin
    
ios-app (πŸ₯ˆ19 Β· ⭐ 460) - iOS private messenger, crypto wallet and light node to the Mixin.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 100 Β· πŸ“‹ 66 - 50% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/MixinNetwork/ios-app
    
flutter-plugins (πŸ₯‰13 Β· ⭐ 180) - Flutter plugins used in Mixin. MIT
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 31 Β· πŸ“‹ 87 - 32% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/MixinNetwork/flutter-plugins
    
ocean.one (πŸ₯‰13 Β· ⭐ 180 Β· πŸ’€) - Ocean ONE is a decentralized exchange built on Mixin Network. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 52 Β· πŸ“¦ 1 Β· πŸ“‹ 47 - 65% open Β· ⏱️ 05.08.2021):

     git clone https://github.com/MixinNetwork/ocean.one
    
  • Go (⏱️ 24.04.2021):

     go install github.com/MixinNetwork/ocean.one
    
kraken (πŸ₯‰12 Β· ⭐ 250) - High performance WebRTC SFU implemented with pure Go. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 38 Β· πŸ“‹ 23 - 47% open Β· ⏱️ 04.07.2022):

     git clone https://github.com/MixinNetwork/kraken
    

5 projects are hidden because they don't fulfill the minimal requirements.


REN - REN (πŸ₯ˆ28 Β· ⭐ 750) - A decentralized dark pool for trustless cross-chain atomic trading of..
multichain (πŸ₯ˆ16 Β· ⭐ 200) - An abstraction over multiple different underlying blockchains.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 110 Β· πŸ“¦ 6 Β· πŸ“‹ 30 - 96% open Β· ⏱️ 28.06.2022):

     git clone https://github.com/renproject/multichain
    
  • Go (πŸ“¦ 1 Β· ⏱️ 28.06.2022):

     go install github.com/renproject/multichain
    

8 projects are hidden because they don't fulfill the minimal requirements.


DYDX - dYdX (πŸ₯ˆ27 Β· ⭐ 1.5K) - With an industry-leading product and a strong trajectory of organic..
dydx-v3-python (πŸ₯ˆ20 Β· ⭐ 150) - Python client for dYdX (API v3). Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 80 Β· πŸ“¦ 65 Β· πŸ“‹ 51 - 52% open Β· ⏱️ 01.07.2022):

     git clone https://github.com/dydxprotocol/dydx-v3-python
    
  • PyPi (πŸ“₯ 20K / month):

     pip install dydx-v3-python
    
solo (πŸ₯ˆ18 Β· ⭐ 340 Β· πŸ’€) - dYdX V2 Margin Trading Protocol. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 93 Β· πŸ“¦ 46 Β· πŸ“‹ 130 - 7% open Β· ⏱️ 26.10.2021):

     git clone https://github.com/dydxprotocol/solo
    
  • npm (πŸ“₯ 880 / month):

     npm install @dydxprotocol/solo
    
dydxprotocol/liquidator (πŸ₯‰11 Β· ⭐ 420 Β· πŸ’€) - DEPRECATED [ Bot to automatically liquidate dYdX.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 130 Β· πŸ“‹ 19 - 26% open Β· ⏱️ 06.12.2021):

     git clone https://github.com/dydxprotocol/liquidator
    

5 projects are hidden because they don't fulfill the minimal requirements.


SBR - Saber (πŸ₯ˆ26 Β· ⭐ 850) - Cross-chain stablecoin exchange on Solana.
stable-swap (πŸ₯ˆ18 Β· ⭐ 350) - StableSwap by Saber: an automated market maker for mean-.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 110 Β· πŸ“₯ 860 Β· πŸ“¦ 48 Β· πŸ“‹ 15 - 26% open Β· ⏱️ 14.05.2022):

     git clone https://github.com/saber-hq/stable-swap
    
  • Cargo (πŸ“₯ 440 / month Β· πŸ“¦ 1 Β· ⏱️ 17.04.2022):

     cargo install stable-swap
    

5 projects are hidden because they don't fulfill the minimal requirements.


VITE - Vite (πŸ₯ˆ26 Β· ⭐ 550) - A Next Generation High-performance Decentralized Application Platform.
go-vite (πŸ₯‡24 Β· ⭐ 310) - Official Go implementation of the Vite protocol. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 140 Β· πŸ“₯ 59K Β· πŸ“¦ 3 Β· πŸ“‹ 79 - 31% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/vitelabs/go-vite
    
  • Go (πŸ“¦ 1 Β· ⏱️ 02.03.2022):

     go install github.com/vitelabs/go-vite
    

6 projects are hidden because they don't fulfill the minimal requirements.


RED - Red (πŸ₯ˆ25 Β· ⭐ 5.2K) - The Red community is building the worlds first fullstack and..
red (πŸ₯‡25 Β· ⭐ 4.9K) - Red is a next-generation programming language strongly inspired by Rebol,.. BSL-1.0
  • GitHub (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 380 Β· πŸ“‹ 3.7K - 14% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/red/red
    
code (πŸ₯‰10 Β· ⭐ 160) - This repository contains curated code written in Red and its dialects. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 35 Β· πŸ“‹ 14 - 28% open Β· ⏱️ 15.02.2022):

     git clone https://github.com/red/code
    

3 projects are hidden because they don't fulfill the minimal requirements.


MNGO - Mango (πŸ₯ˆ25 Β· ⭐ 910) - No description.
mango-explorer (πŸ₯ˆ18 Β· ⭐ 160) - A project to explore and provide useful code for Mango Markets.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 82 Β· πŸ“¦ 6 Β· πŸ“‹ 35 - 14% open Β· ⏱️ 21.07.2022):

     git clone https://github.com/blockworks-foundation/mango-explorer
    
liquidator-v3 (πŸ₯‰13 Β· ⭐ 300) - Mango Markets V3 Liquidator Bot. MIT
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 100 Β· πŸ“‹ 13 - 30% open Β· ⏱️ 08.07.2022):

     git clone https://github.com/blockworks-foundation/liquidator-v3
    

6 projects are hidden because they don't fulfill the minimal requirements.


PNG - Pangolin (πŸ₯ˆ25 Β· ⭐ 170) - Community-driven decentralized exchange for Avalanche and..

3 projects are hidden because they don't fulfill the minimal requirements.


BNT - Bancor Network Token (πŸ₯ˆ24 Β· ⭐ 930) - Standard for a new generation of cryptocurrencies..
contracts-solidity (πŸ₯‡24 Β· ⭐ 780) - Bancor Protocol Contracts. ICU
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 340 Β· πŸ“¦ 10 Β· ⏱️ 14.07.2022):

     git clone https://github.com/bancorprotocol/contracts-solidity
    
  • npm (πŸ“₯ 480 / month Β· ⏱️ 14.07.2022):

     npm install @bancor/contracts-solidity
    

2 projects are hidden because they don't fulfill the minimal requirements.


CRO - Crypto.com Coin (πŸ₯ˆ24 Β· ⭐ 640) - Crypto.com Chain will be a privacy preserving payment..
cronos (πŸ₯‡26 Β· ⭐ 200) - Cronos is the first Ethereum-compatible blockchain network built on.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 170 Β· πŸ“₯ 21K Β· πŸ“¦ 10 Β· πŸ“‹ 300 - 23% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/crypto-org-chain/cronos
    
  • Go (⏱️ 23.12.2021):

     go install github.com/hazlorlabs/chain
    
chain-main (πŸ₯ˆ23 Β· ⭐ 400) - Crypto.org Chain: Croeseid Testnet and beyond development. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 300 Β· πŸ“₯ 130K Β· πŸ“‹ 360 - 4% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/crypto-org-chain/chain-main
    
  • Go (πŸ“¦ 3 Β· ⏱️ 06.08.2021):

     go install github.com/crypto-org-chain/chain-main/v2
    

1 projects are hidden because they don't fulfill the minimal requirements.


LRC - Loopring (πŸ₯ˆ24 Β· ⭐ 620) - Loopring is not only a protocol but also a decentralized..
protocols (πŸ₯ˆ17 Β· ⭐ 210) - A zkRollup DEX & Payment Protocol. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 41 Β· πŸ“‹ 350 - 1% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/Loopring/protocols
    
loopring_sdk (πŸ₯ˆ17 Β· ⭐ 160) - MIT
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 34 Β· πŸ“¦ 34 Β· πŸ“‹ 13 - 7% open Β· ⏱️ 29.07.2022):

     git clone https://github.com/Loopring/loopring_sdk
    

6 projects are hidden because they don't fulfill the minimal requirements.


OSMO - Osmosis (πŸ₯ˆ23 Β· ⭐ 670) - Token of the Osmosis Hub, first DEX for IBC connected coins built on..
osmosis (πŸ₯‡26 Β· ⭐ 570) - The AMM Laboratory. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 220 Β· πŸ“₯ 3.9K Β· πŸ“‹ 820 - 27% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/osmosis-labs/osmosis
    
  • Go (⏱️ 29.05.2022):

     go install github.com/osmosis-labs/osmosis
    

1 projects are hidden because they don't fulfill the minimal requirements.


AST - AirSwap (πŸ₯ˆ23 Β· ⭐ 230) - Decentralized, peer-to-peer token trading network built on the..
airswap-protocols (πŸ₯‡25 Β· ⭐ 160) - AirSwap Contracts and Tools. MIT
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 66 Β· πŸ“¦ 76 Β· πŸ“‹ 190 - 29% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/airswap/airswap-protocols
    
  • npm (πŸ“₯ 710 / month Β· πŸ“¦ 4 Β· ⏱️ 05.07.2022):

     npm install @airswap/wrapper
    

1 projects are hidden because they don't fulfill the minimal requirements.


LON - Tokenlon (πŸ₯ˆ22 Β· ⭐ 1.8K) - Utility token issued by the Tokenlon DEX, used to align all..
token-profile (πŸ₯ˆ22 Β· ⭐ 660) - Blockchain coin and token profile collection. MIT
  • GitHub (πŸ‘¨β€πŸ’» 1.7K Β· πŸ”€ 3.5K Β· πŸ“‹ 630 - 2% open Β· ⏱️ 26.07.2022):

     git clone https://github.com/consenlabs/token-profile
    
token-core (πŸ₯‰14 Β· ⭐ 230) - Next generation core inside imToken Wallet. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 83 Β· πŸ“₯ 74 Β· πŸ“‹ 35 - 48% open Β· ⏱️ 14.02.2022):

     git clone https://github.com/consenlabs/token-core
    

1 projects are hidden because they don't fulfill the minimal requirements.


RUNE - THORChain (πŸ₯ˆ22 Β· ⭐ 210) - A lightning fast liquidity network protocol.

3 projects are hidden because they don't fulfill the minimal requirements.


NRG - Energi (πŸ₯ˆ20 Β· ⭐ 4.9K) - Launched in April 2018, Energi describes itself as a Proof of Stake..
energi (πŸ₯ˆ18 Β· ⭐ 2.5K) - This repository is the Energi full node software which runs the.. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 440 Β· ⏱️ 18.04.2022):

     git clone https://github.com/energicryptocurrency/energi
    

1 projects are hidden because they don't fulfill the minimal requirements.


PSP - ParaSwap (πŸ₯‰19 Β· ⭐ 270) - Governance token for ParaSwap with the aim toprovide a..
paraswap-sdk (πŸ₯ˆ21 Β· ⭐ 160) - ParaSwap allows dApps and traders to get the best DEX liquidity by.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 62 Β· πŸ“¦ 140 Β· πŸ“‹ 23 - 73% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/paraswap/paraswap-sdk
    
  • npm (πŸ“₯ 5.7K / month Β· πŸ“¦ 6 Β· ⏱️ 13.07.2022):

     npm install paraswap
    

1 projects are hidden because they don't fulfill the minimal requirements.


CRV - Curve DAO Token (πŸ₯‰18 Β· ⭐ 1.5K) - Similar to Uniswap, Curve Finance is an Automated..
curve-dao-contracts (πŸ₯‰15 Β· ⭐ 250) - Vyper contracts to be used by Curve DAO. MIT
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 120 Β· πŸ“‹ 10 - 70% open Β· ⏱️ 13.05.2022):

     git clone https://github.com/curvefi/curve-dao-contracts
    

7 projects are hidden because they don't fulfill the minimal requirements.


BRD - Bread (πŸ₯‰16 Β· ⭐ 1.3K Β· πŸ’€) - BRD tokens will unlock a long list of perks for users of the BRD..
breadwallet-ios (πŸ₯ˆ16 Β· ⭐ 650 Β· πŸ’€) - The iOS version of the Bread bitcoin wallet. MIT
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 150 Β· πŸ“‹ 130 - 27% open Β· ⏱️ 30.09.2021):

     git clone https://github.com/breadwallet/breadwallet-ios
    
breadwallet-android (πŸ₯ˆ16 Β· ⭐ 380 Β· πŸ’€) - The Android version of the Bread bitcoin wallet. MIT
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 430 Β· πŸ“‹ 150 - 23% open Β· ⏱️ 29.09.2021):

     git clone https://github.com/breadwallet/breadwallet-android
    

2 projects are hidden because they don't fulfill the minimal requirements.


NEX - Nash (πŸ₯‰16 Β· ⭐ 330) - Nash lets you transfer assets securely without trusting third parties. We..
openlimits (πŸ₯ˆ18 Β· ⭐ 210) - A Rust high performance cryptocurrency trading API with support for.. BSD-2
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 36 Β· πŸ“¦ 13 Β· πŸ“‹ 89 - 29% open Β· ⏱️ 16.07.2022):

     git clone https://github.com/nash-io/openlimits
    
  • Cargo (πŸ“₯ 99 / month Β· πŸ“¦ 6 Β· ⏱️ 29.11.2021):

     cargo install openlimits-exchange
    

1 projects are hidden because they don't fulfill the minimal requirements.


QKC - QuarkChain (πŸ₯‰16 Β· ⭐ 260) - Quarkchain wants to build a high throughput P2P network for..
pyquarkchain (πŸ₯ˆ19 Β· ⭐ 210) - Python implementation of QuarkChain. MIT
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 110 Β· πŸ“‹ 250 - 16% open Β· ⏱️ 18.04.2022):

     git clone https://github.com/QuarkChain/pyquarkchain
    

1 projects are hidden because they don't fulfill the minimal requirements.


PDEX - Polkadex (πŸ₯‰15 Β· ⭐ 230) - No description.
Polkadex (πŸ₯ˆ18 Β· ⭐ 230) - An Orderbook-based Decentralized Exchange using the Substrate.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 76 Β· πŸ“₯ 6.1K Β· πŸ“‹ 220 - 22% open Β· ⏱️ 23.05.2022):

     git clone https://github.com/Polkadex-Substrate/Polkadex
    

ANY - Anyswap (πŸ₯‰14 Β· ⭐ 250) - Fully decentralized cross chain swap protocol, based on Fusion..
CrossChain-Bridge (πŸ₯‰13 Β· ⭐ 190) - Cross-Chain bridge based on Anyswap MPC network. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 100 Β· πŸ“¦ 15 Β· πŸ“‹ 20 - 70% open Β· ⏱️ 07.06.2022):

     git clone https://github.com/anyswap/CrossChain-Bridge
    
  • Go (πŸ“¦ 1 Β· ⏱️ 15.09.2021):

     go install github.com/anyswap/CrossChain-Bridge
    

1 projects are hidden because they don't fulfill the minimal requirements.


UTNP - Universa (πŸ₯‰11 Β· ⭐ 330 Β· πŸ’€) - Universal Blockchain for apps/enterprises: crypto protocol 1000x..
universa (πŸ₯‰12 Β· ⭐ 330 Β· πŸ’€) - Universa network, node, client and API. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 92 Β· πŸ“‹ 16 - 18% open Β· ⏱️ 21.09.2021):

     git clone https://github.com/UniversaBlockchain/universa
    

Show 27 hidden projects...
  • EROWAN - Sifchain (πŸ₯ˆ20 Β· ⭐ 89) - Brainchild of Sif, the Norse goddess of earth, agriculture,..
  • KNC - Kyber Network Crystal (πŸ₯‰18 Β· ⭐ 780 Β· πŸ’€) - Kyber Network is on-chain, instant and liquid..
  • ORCA - Orca (πŸ₯‰16 Β· ⭐ 130) - Most user-friendly DEX on Solana. Orca is one of the first general-..
  • JOE - JOE (πŸ₯‰16 Β· ⭐ 100) - Trader Joe is your one-stop decentralized trading platform on the..
  • DIVX - Divi Exchange Token (πŸ₯‰15 Β· ⭐ 69 Β· πŸ’€) - The Divi Project is built on a new custom blockchain..
  • GETH - Geist ETH (πŸ₯‰14 Β· ⭐ 180 Β· πŸ’€) - No description.
  • HNY - Honey (πŸ₯‰14 Β· ⭐ 140) - Governance token issued by 1hive (the team behind Honeyswap.org)...
  • JULD - JulSwap (πŸ₯‰12 Β· ⭐ 170 Β· πŸ’€) - Community Token from JulSwap which allows you to participate..
  • IDEX - IDEX (πŸ₯‰11 Β· ⭐ 78 Β· πŸ’€) - Aurora is a collection of Ethereum applications and protocols that..
  • SNY - Synthetify Token (πŸ₯‰9 Β· ⭐ 84) - Synthetify (SNY) is anticipated to hold the following..
  • UTT - United Traders Token (πŸ₯‰9 Β· ⭐ 58 Β· πŸ’€) - United Traders a brand that encompasses several..
  • COFI - CoFiX (πŸ₯‰8 Β· ⭐ 120) - CoinFi offers crowdsourced and professionally curated research,..
  • NVT - NerveNetwork (πŸ₯‰8 Β· ⭐ 86) - Decentralized digital asset service network based on the NULS..
  • LINA - Linear (πŸ₯‰8 Β· ⭐ 32) - A Cross-chain Decentralized Delta-One Asset Protocol with Unlimited..
  • HYDRO - Hydro (πŸ₯‰7 Β· ⭐ 66 Β· πŸ’€) - Hydro enables private financial systems to seamlessly leverage..
  • BANANA - ApeSwap Finance (πŸ₯‰7 Β· ⭐ 55) - We are an automated market maker on BSC.
  • WRX - WazirX (πŸ₯‰6 Β· ⭐ 190 Β· πŸ’€) - Indias Most Trusted Crypto Exchange.
  • MX - MX Token (πŸ₯‰6 Β· ⭐ 100) - Proof of rights and interests of MXC trading platform itself. Its..
  • QUICK - Quickswap (πŸ₯‰6 Β· ⭐ 85) - Permissionless decentralized exchange (DEX) based on Ethereum,..
  • COVAL - Circuits of Value (πŸ₯‰6 Β· ⭐ 60 Β· πŸ’€) - Cryptocurrency and a platform for movable value and..
  • EPS - Ellipsis (πŸ₯‰6 Β· ⭐ 56 Β· πŸ’€) - Secure low-slippage stable swapping on BSC.
  • SAKE - SakeToken (πŸ₯‰6 Β· ⭐ 31 Β· πŸ’€) - First governance token in DeFi that supports both spot..
  • HEGIC - Hegic (πŸ₯‰5 Β· ⭐ 70 Β· πŸ’€) - Hegic is currently the most liquid options protocol on Ethereum.
  • GRID - GridPlus [OLD] (πŸ₯‰5 Β· ⭐ 46) - Grid+ will be a utility provider that exposes its..
  • JEWEL - DeFi Kingdoms (πŸ₯‰4 Β· ⭐ 110) - DeFi Kingdoms blends the appeal of decentralized finance..
  • ZKS - ZKSwap (πŸ₯‰4 Β· ⭐ 72 Β· πŸ’€) - Layer2 DEX based on the ZK-Rollup technology and using the AMM..
  • ABT - Arcblock (πŸ₯‰4 Β· ⭐ 41 Β· πŸ’€) - Platform and an ecosystem for building and deploying..

Meme Tokens

Back to top

Cryptocurrencies inspired by Internet memes.

DOGE - Dogecoin (πŸ₯‡30 Β· ⭐ 15K) - Open source peer-to-peer digital currency, favored by Shiba Inus..
dogecoin (πŸ₯‡34 Β· ⭐ 14K) - very currency. MIT
  • GitHub (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 2.6K Β· πŸ“₯ 8.6M Β· πŸ“‹ 1.2K - 15% open Β· ⏱️ 18.07.2022):

     git clone https://github.com/dogecoin/dogecoin
    
dogecoin.com (πŸ₯‰13 Β· ⭐ 450) - official repo for dogecoin.com. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 200 Β· πŸ“‹ 130 - 63% open Β· ⏱️ 21.07.2022):

     git clone https://github.com/dogecoin/dogecoin.com
    

1 projects are hidden because they don't fulfill the minimal requirements.


BAN - Banano (πŸ₯ˆ23 Β· ⭐ 520) - Dont let your memes be dreams! Banano is a fourth-generation..
kalium_wallet_flutter (πŸ₯‰12 Β· ⭐ 240 Β· πŸ’€) - Kalium Mobile BANANO Wallet, made with Flutter. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 93 Β· πŸ“₯ 1.6K Β· πŸ“‹ 34 - 61% open Β· ⏱️ 30.11.2021):

     git clone https://github.com/BananoCoin/kalium_wallet_flutter
    

4 projects are hidden because they don't fulfill the minimal requirements.


SPELL - Spell Token (πŸ₯‰11 Β· ⭐ 180) - No description.
magic-internet-money (πŸ₯‰11 Β· ⭐ 180) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 76 Β· ⏱️ 27.07.2022):

     git clone https://github.com/Abracadabra-money/magic-internet-money
    

Show 1 hidden projects...
  • GRLC - Garlicoin (πŸ₯‰17 Β· ⭐ 140 Β· πŸ’€) - Garlicoin formed on a few simple fundamentals - cheap and fast..

Web 3.0

Back to top

STX - Stacks (πŸ₯‡39 Β· ⭐ 8.9K) - New decentralized internet where users own their data and apps run..
stacks.js (πŸ₯‡29 Β· ⭐ 870) - JavaScript libraries for identity, auth, storage and transactions on.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 290 Β· πŸ“¦ 290 Β· πŸ“‹ 710 - 3% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/blockstack/stacks.js
    
  • PyPi (πŸ“₯ 2 / month Β· ⏱️ 23.07.2014):

     pip install opendig
    
  • npm (πŸ“₯ 7.9K / month Β· πŸ“¦ 300 Β· ⏱️ 23.06.2021):

     npm install blockstack
    
stacks-blockchain (πŸ₯‡28 Β· ⭐ 2.7K) - The Stacks blockchain implementation. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 490 Β· πŸ“₯ 15K Β· πŸ“¦ 2 Β· πŸ“‹ 1.9K - 9% open Β· ⏱️ 17.06.2022):

     git clone https://github.com/blockstack/stacks-blockchain
    
  • PyPi (πŸ“₯ 46 / month Β· πŸ“¦ 12 Β· ⏱️ 23.05.2016):

     pip install blockstore
    
stacks-wallet-web (πŸ₯‡25 Β· ⭐ 170) - Hiro Wallet is a web extension for managing your digital.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 67 Β· πŸ“₯ 1.7K Β· πŸ“‹ 1.6K - 17% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/hirosystems/stacks-wallet-web
    
blockstack/gaia (πŸ₯ˆ21 Β· ⭐ 750) - A decentralized high-performance storage system. MIT
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 130 Β· πŸ“‹ 170 - 20% open Β· ⏱️ 18.07.2022):

     git clone https://github.com/blockstack/gaia
    
  • PyPi (πŸ“₯ 24 / month Β· πŸ“¦ 21 Β· ⏱️ 23.05.2016):

     pip install registrar
    
stacks (πŸ₯ˆ20 Β· ⭐ 1.9K) - Overview of Bitcoins Stacks layer. MIT
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 220 Β· πŸ“‹ 320 - 8% open Β· ⏱️ 29.07.2022):

     git clone https://github.com/blockstack/stacks
    
  • PyPi (πŸ“₯ 3 / month Β· ⏱️ 23.07.2014):

     pip install openspecs
    
stacks-wallet (πŸ₯ˆ19 Β· ⭐ 160) - Stacks WalletSend and receive STX tokens on the Stacks.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 49 Β· πŸ“₯ 170K Β· πŸ“‹ 780 - 17% open Β· ⏱️ 28.02.2022):

     git clone https://github.com/hirosystems/stacks-wallet
    

17 projects are hidden because they don't fulfill the minimal requirements.


FIL - Filecoin (πŸ₯‡38 Β· ⭐ 7.3K) - The Filecoin network achieves staggering economies of scale by..
lotus (πŸ₯‡34 Β· ⭐ 2.4K) - Implementation of the Filecoin protocol, written in Go. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.1K Β· πŸ“₯ 7.5K Β· πŸ“‹ 3.7K - 15% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/filecoin-project/lotus
    
  • Go (πŸ“¦ 48 Β· ⏱️ 26.07.2022):

     go install github.com/filecoin-project/lotus
    
venus (πŸ₯‡29 Β· ⭐ 1.9K) - Filecoin Full Node Implementation in Go. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 410 Β· πŸ“₯ 17K Β· πŸ“¦ 5 Β· πŸ“‹ 2.5K - 2% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/filecoin-project/venus
    
  • Go (πŸ“¦ 9 Β· ⏱️ 22.07.2022):

     go install github.com/filecoin-project/venus
    
rust-fil-proofs (πŸ₯‡27 Β· ⭐ 420) - Proofs for Filecoin in Rust. MIT
  • GitHub (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 260 Β· πŸ“₯ 2.4K Β· πŸ“¦ 150 Β· πŸ“‹ 610 - 8% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/filecoin-project/rust-fil-proofs
    
  • Cargo (πŸ“₯ 5K / month Β· πŸ“¦ 6 Β· ⏱️ 15.06.2022):

     cargo install fr32
    
specs (πŸ₯ˆ20 Β· ⭐ 350) - The Filecoin protocol specification. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 170 Β· πŸ“¦ 3 Β· πŸ“‹ 610 - 38% open Β· ⏱️ 25.05.2022):

     git clone https://github.com/filecoin-project/specs
    
  • Go (⏱️ 19.10.2021):

     go install github.com/filecoin-project/specs
    
slate (πŸ₯ˆ17 Β· ⭐ 500) - WIP - Were building the place you go to discover, share, and sell files on.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 58 Β· πŸ“‹ 530 - 3% open Β· ⏱️ 18.07.2022):

     git clone https://github.com/filecoin-project/slate
    
devgrants (πŸ₯ˆ17 Β· ⭐ 240) - Apply for a Filecoin devgrant. Help build the Filecoin.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 280 Β· πŸ“‹ 510 - 24% open Β· ⏱️ 26.07.2022):

     git clone https://github.com/filecoin-project/devgrants
    
FIPs (πŸ₯‰15 Β· ⭐ 180) - The Filecoin Improvement Proposal repository. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 75 Β· πŸ“‹ 100 - 8% open Β· ⏱️ 29.07.2022):

     git clone https://github.com/filecoin-project/FIPs
    
community (πŸ₯‰12 Β· ⭐ 310) - Filecoin community and ecosystem channels, discussion forums,.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 130 Β· πŸ“‹ 60 - 43% open Β· ⏱️ 23.03.2022):

     git clone https://github.com/filecoin-project/community
    

14 projects are hidden because they don't fulfill the minimal requirements.


LINK - Chainlink (πŸ₯‡36 Β· ⭐ 4.1K) - The LINK Network provides smart contracts with data, bank..
chainlink (πŸ₯‡38 Β· ⭐ 3.6K) - node of the decentralized oracle network, bridging on and off-chain.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1K Β· πŸ“¦ 7.6K Β· πŸ“‹ 420 - 36% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/smartcontractkit/chainlink
    
  • npm (πŸ“₯ 77K / month Β· πŸ“¦ 32 Β· ⏱️ 20.07.2022):

     npm install @chainlink/contracts
    
  • Go (πŸ“¦ 11 Β· ⏱️ 01.08.2022):

     go install github.com/smartcontractkit/chainlink
    
truffle-starter-kit (πŸ₯‰11 Β· ⭐ 210) - An example smart contract utilizing Chainlink. MIT
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 79 Β· πŸ“‹ 19 - 36% open Β· ⏱️ 24.05.2022):

     git clone https://github.com/smartcontractkit/truffle-starter-kit
    

4 projects are hidden because they don't fulfill the minimal requirements.


GRT - The Graph (πŸ₯‡36 Β· ⭐ 3.3K) - Indexing protocol and global API for organizing blockchain..
graph-cli (πŸ₯‡27 Β· ⭐ 260) - The Graph data source runtime for mappings written in WASM. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 120 Β· πŸ“¦ 9.9K Β· πŸ“‹ 320 - 38% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/graphprotocol/graph-cli
    
graph-node (πŸ₯‡24 Β· ⭐ 2.1K) - Graph Node indexes data from blockchains such as Ethereum and.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 540 Β· πŸ“₯ 600 Β· πŸ“‹ 1.4K - 19% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/graphprotocol/graph-node
    
graphprotocol/contracts (πŸ₯‡24 Β· ⭐ 250) - The Graph Protocol. GPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 83 Β· πŸ“¦ 65 Β· πŸ“‹ 160 - 26% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/graphprotocol/contracts
    
  • npm (πŸ“₯ 3K / month Β· πŸ“¦ 4 Β· ⏱️ 29.07.2022):

     npm install @graphprotocol/contracts
    
graph-ts (πŸ₯ˆ23 Β· ⭐ 190) - TypeScript/AssemblyScript library for writing mappings for The Graph. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 66 Β· πŸ“¦ 9.9K Β· πŸ“‹ 110 - 30% open Β· ⏱️ 20.05.2022):

     git clone https://github.com/graphprotocol/graph-ts
    
graphprotocol/indexer (πŸ₯ˆ23 Β· ⭐ 160) - Graph Protocol indexer components and infrastructure. MIT
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 58 Β· πŸ“₯ 700 Β· πŸ“‹ 170 - 24% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/graphprotocol/indexer
    
  • npm (πŸ“₯ 370 / month Β· πŸ“¦ 3 Β· ⏱️ 21.06.2022):

     npm install @graphprotocol/indexer-common
    

5 projects are hidden because they don't fulfill the minimal requirements.


MAID - MaidSafeCoin (πŸ₯‡35 Β· ⭐ 1.8K) - Blockchain based storage solutions that store a data..
qp2p (πŸ₯ˆ21 Β· ⭐ 300) - peer-to-peer communications library for Rust based on QUIC protocol. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 60 Β· πŸ“¦ 140 Β· πŸ“‹ 44 - 11% open Β· ⏱️ 07.06.2022):

     git clone https://github.com/maidsafe/qp2p
    
  • Cargo (πŸ“₯ 260 / month Β· πŸ“¦ 10 Β· ⏱️ 22.10.2020):

     cargo install quic-p2p
    
sn_node (πŸ₯ˆ16 Β· ⭐ 180) - An Implementation of a Safe Network Vault. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 72):

     git clone https://github.com/maidsafe/sn_node
    
  • Cargo (πŸ“₯ 3.2K / month Β· ⏱️ 12.07.2022):

     cargo install sn_node
    

9 projects are hidden because they don't fulfill the minimal requirements.


ANT - Aragon (πŸ₯‡33 Β· ⭐ 4K) - Aragon was born to bring transparency and independent governance to..
aragon/ui (πŸ₯‡24 Β· ⭐ 330 Β· πŸ’€) - UI kit for decentralized apps. MIT
  • GitHub (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 110 Β· πŸ“¦ 710 Β· πŸ“‹ 200 - 26% open Β· ⏱️ 22.10.2021):

     git clone https://github.com/aragon/ui
    
  • npm (πŸ“₯ 1.3K / month Β· πŸ“¦ 72 Β· ⏱️ 22.10.2021):

     npm install @aragon/ui
    
use-wallet (πŸ₯ˆ23 Β· ⭐ 660) - useWallet() All-in-one solution to connect a dapp to an Ethereum.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 220 Β· πŸ“¦ 2.6K Β· πŸ“‹ 92 - 52% open Β· ⏱️ 19.04.2022):

     git clone https://github.com/aragon/use-wallet
    
client (πŸ₯ˆ22 Β· ⭐ 800) - (Aragon 1) Create and manage decentralized organizations on Ethereum. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 250 Β· πŸ“₯ 34K Β· πŸ“¦ 8 Β· πŸ“‹ 720 - 29% open Β· ⏱️ 11.07.2022):

     git clone https://github.com/aragon/client
    
aragon-apps (πŸ₯ˆ20 Β· ⭐ 370) - (Aragon 1) Aragon apps developed by Aragon Core Devs (smart.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 190 Β· πŸ“₯ 120 Β· πŸ“¦ 3 Β· πŸ“‹ 380 - 18% open Β· ⏱️ 03.06.2022):

     git clone https://github.com/aragon/aragon-apps
    
  • npm (πŸ“₯ 23 / month Β· ⏱️ 07.10.2021):

     npm install @aragon/apps-dot-voting
    

15 projects are hidden because they don't fulfill the minimal requirements.


AE - Aeternity (πŸ₯‡33 Β· ⭐ 1.6K) - Ternity team is building a next-level, brand new blockchain..
aeternity (πŸ₯‡24 Β· ⭐ 1K) - ternity blockchain - scalable blockchain for the people - smart.. ISC
  • GitHub (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 230 Β· πŸ“₯ 19K Β· πŸ“‹ 810 - 29% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/aeternity/aeternity
    
aeternity/protocol (πŸ₯‰14 Β· ⭐ 200 Β· πŸ’€) - Specification of the ternity blockchain protocol. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 77 Β· πŸ“‹ 60 - 25% open Β· ⏱️ 16.12.2021):

     git clone https://github.com/aeternity/protocol
    

5 projects are hidden because they don't fulfill the minimal requirements.


STORJ - Storj (πŸ₯‡32 Β· ⭐ 4.1K) - Distributed, encrypted, and blazing fast object storage, where..
storj (πŸ₯‡30 Β· ⭐ 2.5K) - Ongoing Storj v3 development. Decentralized cloud object storage that.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 360 Β· πŸ“₯ 5.7M Β· πŸ“‹ 990 - 36% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/storj/storj
    
  • Go (πŸ“¦ 5 Β· ⏱️ 27.07.2022):

     go install storj.io/storj
    
drpc (πŸ₯ˆ17 Β· ⭐ 1.1K) - drpc is a lightweight, drop-in replacement for gRPC. MIT
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 33 Β· πŸ“‹ 27 - 48% open Β· ⏱️ 22.06.2022):

     git clone https://github.com/storj/drpc
    
  • Go (πŸ“¦ 34 Β· ⏱️ 17.06.2022):

     go install storj.io/drpc
    
awesome-storj (πŸ₯‰11 Β· ⭐ 190) - A curated list of projects, tools, and resources for Storj. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 44 Β· πŸ“‹ 12 - 58% open Β· ⏱️ 19.04.2022):

     git clone https://github.com/storj/awesome-storj
    

5 projects are hidden because they don't fulfill the minimal requirements.


SNT - Status (πŸ₯ˆ31 Β· ⭐ 6.6K) - Interface to access Ethereum, built for Android & iOS. Enjoy..
status-react (πŸ₯‡28 Β· ⭐ 3.5K) - a free (libre) open source, mobile OS for Ethereum. MPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 850 Β· πŸ“₯ 2.5K Β· πŸ“‹ 6.8K - 5% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/status-im/status-react
    
status-go (πŸ₯‡26 Β· ⭐ 660) - The Status module that consumes go-ethereum. MPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 230 Β· πŸ“₯ 1.6K Β· πŸ“¦ 9 Β· πŸ“‹ 840 - 12% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/status-im/status-go
    
  • Go (πŸ“¦ 5 Β· ⏱️ 26.11.2021):

     go install github.com/status-im/status-go/extkeys
    
nimbus-eth1 (πŸ₯ˆ21 Β· ⭐ 460) - Nimbus: an Ethereum 1.0 and 2.0 Client for Resource-Restricted.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 74 Β· πŸ“‹ 240 - 35% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/status-im/nimbus-eth1
    
  • Go (⏱️ 25.04.2021):

     go install github.com/status-im/nimbus
    
status-keycard (πŸ₯ˆ16 Β· ⭐ 180 Β· πŸ’€) - Our Javacard Implementation for making secure.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 44 Β· πŸ“₯ 650 Β· πŸ“‹ 60 - 20% open Β· ⏱️ 08.12.2021):

     git clone https://github.com/status-im/status-keycard
    

8 projects are hidden because they don't fulfill the minimal requirements.


HOT - Holo (πŸ₯ˆ31 Β· ⭐ 2K) - Data integrity engine for distributed applications. It uses a..

5 projects are hidden because they don't fulfill the minimal requirements.


AR - Arweave (πŸ₯ˆ31 Β· ⭐ 1.6K) - A new data storage blockchain protocol based on a novel proof of access..
arweave-js (πŸ₯‡28 Β· ⭐ 430) - Browser and Nodejs client for general interaction with the arweave.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 92 Β· πŸ“¦ 3K Β· πŸ“‹ 72 - 13% open Β· ⏱️ 10.07.2022):

     git clone https://github.com/ArweaveTeam/arweave-js
    
  • npm (πŸ“₯ 90K / month Β· πŸ“¦ 63 Β· ⏱️ 02.06.2022):

     npm install arweave
    
SmartWeave (πŸ₯‡25 Β· ⭐ 160) - Simple, scalable smart contracts on the Arweave protocol. MIT
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 54 Β· πŸ“¦ 450 Β· πŸ“‹ 29 - 82% open Β· ⏱️ 23.06.2022):

     git clone https://github.com/ArweaveTeam/SmartWeave
    
  • npm (πŸ“₯ 9K / month Β· πŸ“¦ 16 Β· ⏱️ 02.06.2022):

     npm install smartweave
    
arweave (πŸ₯ˆ21 Β· ⭐ 660) - The Arweave server and App Developer Toolkit. GPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 150 Β· πŸ“₯ 30K Β· πŸ“‹ 180 - 36% open Β· ⏱️ 20.07.2022):

     git clone https://github.com/ArweaveTeam/arweave
    

5 projects are hidden because they don't fulfill the minimal requirements.


GLM - Golem (πŸ₯ˆ30 Β· ⭐ 3.4K) - Global, open source, decentralized supercomputer that anyone can..
yagna (πŸ₯‡26 Β· ⭐ 250) - An open platform and marketplace for distributed computations. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 33 Β· πŸ“₯ 32K Β· πŸ“¦ 37 Β· πŸ“‹ 980 - 29% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/golemfactory/yagna
    
  • Cargo (πŸ“₯ 1.5K / month Β· πŸ“¦ 2 Β· ⏱️ 04.04.2022):

     cargo install ya-agreement-utils
    

3 projects are hidden because they don't fulfill the minimal requirements.


MYST - Mysterium (πŸ₯ˆ30 Β· ⭐ 1.2K) - Mysterium team wants to create decentralized and safe access..
node (πŸ₯‡27 Β· ⭐ 910) - Mysterium Network Node - official implementation of distributed VPN.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 200 Β· πŸ“₯ 19K Β· πŸ“¦ 3 Β· πŸ“‹ 3.1K - 8% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/mysteriumnetwork/node
    
  • Maven (⏱️ 04.07.2022):

     <dependency>
     	<groupId>network.mysterium</groupId>
     	<artifactId>mobile-node</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
  • Go (πŸ“¦ 1 Β· ⏱️ 21.04.2021):

     go install github.com/mysteriumnetwork/node
    

3 projects are hidden because they don't fulfill the minimal requirements.


SKY - Skycoin (πŸ₯ˆ30 Β· ⭐ 960) - Currency for digital bandwidth, backed by the new internet. Fast..
skycoin (πŸ₯ˆ22 Β· ⭐ 580 Β· πŸ’€) - Skycoin Core and Wallet. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 280 Β· πŸ“¦ 57 Β· πŸ“‹ 1.2K - 11% open Β· ⏱️ 09.11.2021):

     git clone https://github.com/skycoin/skycoin
    
  • Go (πŸ“¦ 38 Β· ⏱️ 23.11.2020):

     go install github.com/skycoin/skycoin
    

4 projects are hidden because they don't fulfill the minimal requirements.


OCEAN - Ocean Protocol (πŸ₯ˆ30 Β· ⭐ 630) - A Decentralized Data Exchange Protocol to Unlock Data..

7 projects are hidden because they don't fulfill the minimal requirements.


HNS - Handshake (πŸ₯ˆ29 Β· ⭐ 3.8K) - Decentralized naming and certificate authority.
hsd (πŸ₯‡29 Β· ⭐ 1.7K) - Handshake Daemon & Full Node. MIT
  • GitHub (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 240 Β· πŸ“¦ 130 Β· πŸ“‹ 350 - 40% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/handshake-org/hsd
    
  • npm (πŸ“₯ 190 / month Β· πŸ“¦ 24 Β· ⏱️ 03.07.2022):

     npm install hsd
    
hnsd (πŸ₯‰12 Β· ⭐ 240) - Handshake SPV name resolver. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 38 Β· πŸ“‹ 43 - 53% open Β· ⏱️ 12.03.2022):

     git clone https://github.com/handshake-org/hnsd
    

8 projects are hidden because they don't fulfill the minimal requirements.


RDN - Raiden Network Token (πŸ₯ˆ28 Β· ⭐ 1.9K) - Off-chain scaling solution, enabling near-instant,..
raiden (πŸ₯‡29 Β· ⭐ 1.8K) - Raiden Network. MIT
  • GitHub (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 380 Β· πŸ“₯ 6.9K Β· πŸ“¦ 24 Β· πŸ“‹ 2.7K - 13% open Β· ⏱️ 16.06.2022):

     git clone https://github.com/raiden-network/raiden
    
  • PyPi (πŸ“₯ 290 / month Β· πŸ“¦ 8 Β· ⏱️ 13.01.2022):

     pip install raiden
    

1 projects are hidden because they don't fulfill the minimal requirements.


SC - Siacoin (πŸ₯ˆ28 Β· ⭐ 400) - First decentralized storage platform secured by blockchain technology...
skynet-webportal (πŸ₯ˆ17 Β· ⭐ 260) - A webapp that makes Skynet accessible to web browsers. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 46 Β· πŸ“‹ 130 - 27% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/skynetlabs/skynet-webportal
    

2 projects are hidden because they don't fulfill the minimal requirements.


RAD - Radicle (πŸ₯ˆ27 Β· ⭐ 1.2K) - Decentralized code collaboration network built on open protocols...
radicle-link (πŸ₯ˆ22 Β· ⭐ 400) - The second iteration of the Radicle code collaboration.. GPL-3.0-only
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 32 Β· πŸ“¦ 110 Β· πŸ“‹ 270 - 39% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/radicle-dev/radicle-link
    
  • Cargo (πŸ“₯ 27 / month Β· πŸ“¦ 1 Β· ⏱️ 06.01.2020):

     cargo install librad
    
radicle-upstream (πŸ₯ˆ20 Β· ⭐ 630 Β· πŸ“ˆ) - Desktop client for Radicle. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 53 Β· πŸ“₯ 31 Β· πŸ“‹ 1.4K - 12% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/radicle-dev/radicle-upstream
    

4 projects are hidden because they don't fulfill the minimal requirements.


AKT - Akash Network (πŸ₯ˆ27 Β· ⭐ 1.2K) - Faster, better, and lower cost cloud built for DeFi,..
akash (πŸ₯‡25 Β· ⭐ 690) - a secure, transparent, and peer-to-peer cloud computing network. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 130 Β· πŸ“₯ 56K Β· πŸ“¦ 11 Β· πŸ“‹ 710 - 14% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/ovrclk/akash
    
  • Go (πŸ“¦ 2 Β· ⏱️ 28.07.2022):

     go install github.com/ovrclk/akash
    
awesome-akash (πŸ₯‰13 Β· ⭐ 220) - Awesome List of Akash Deployment Examples. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 120 Β· πŸ“‹ 110 - 20% open Β· ⏱️ 29.06.2022):

     git clone https://github.com/ovrclk/awesome-akash
    

4 projects are hidden because they don't fulfill the minimal requirements.


MASK - Mask Network (πŸ₯ˆ26 Β· ⭐ 1.4K) - Core product of Dimension, which is positioned to become..
Maskbook (πŸ₯‡27 Β· ⭐ 1.2K) - The portal to the new, open Internet. ([I:b]). AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 270 Β· πŸ“₯ 15K Β· πŸ“‹ 2.2K - 7% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/DimensionDev/Maskbook
    

4 projects are hidden because they don't fulfill the minimal requirements.


LPT - Livepeer (πŸ₯ˆ26 Β· ⭐ 1.3K) - Open Source Video Infrastructure Services, Built On The Ethereum..
go-livepeer (πŸ₯‡26 Β· ⭐ 450) - Official Go implementation of the Livepeer protocol. MIT
  • GitHub (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 140 Β· πŸ“₯ 15K Β· πŸ“¦ 5 Β· πŸ“‹ 1.4K - 15% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/livepeer/go-livepeer
    
  • Go (πŸ“¦ 2 Β· ⏱️ 18.07.2022):

     go install github.com/livepeer/go-Livepeer
    
lpms (πŸ₯ˆ18 Β· ⭐ 250) - Livepeer media server. MIT
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 56 Β· πŸ“¦ 14 Β· πŸ“‹ 160 - 24% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/livepeer/lpms
    
  • Go (πŸ“¦ 1 Β· ⏱️ 05.04.2021):

     go install github.com/livepeer/lpms
    
livepeerjs (πŸ₯ˆ18 Β· ⭐ 170) - JavaScript tools and applications that interact with Livepeers smart.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 71 Β· πŸ“‹ 530 - 0% open Β· ⏱️ 02.02.2022):

     git clone https://github.com/livepeer/livepeerjs
    
  • npm (πŸ“₯ 440 / month Β· πŸ“¦ 6 Β· ⏱️ 26.02.2022):

     npm install @livepeer/sdk
    
livepeer/wiki (πŸ₯‰11 Β· ⭐ 190 Β· πŸ’€) - Wiki for the Livepeer Project. MIT
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 63 Β· πŸ“‹ 21 - 14% open Β· ⏱️ 21.09.2021):

     git clone https://github.com/livepeer/wiki
    

2 projects are hidden because they don't fulfill the minimal requirements.


NKN - NKN (πŸ₯ˆ25 Β· ⭐ 700) - NKN (New Kind of Network) is a new project aiming to rebuild the..
nkn (πŸ₯‡27 Β· ⭐ 430) - Official Go implementation of NKN full node. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 160 Β· πŸ“₯ 8M Β· πŸ“¦ 11 Β· πŸ“‹ 110 - 10% open Β· ⏱️ 23.06.2022):

     git clone https://github.com/nknorg/nkn
    
  • Go (πŸ“¦ 8 Β· ⏱️ 23.06.2022):

     go install github.com/nknorg/nkn/v2
    

4 projects are hidden because they don't fulfill the minimal requirements.


AGIX - SingularityNET (πŸ₯ˆ25 Β· ⭐ 300) - SingularityNET lets anyone create, share, and monetize..

5 projects are hidden because they don't fulfill the minimal requirements.


GTC - Gitcoin (πŸ₯ˆ24 Β· ⭐ 2.8K) - Game.com is focused on creating a global gaming platform for..
web (πŸ₯ˆ23 Β· ⭐ 1.5K) - Grow Open Source. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 680 Β· πŸ“‹ 6K - 8% open Β· ⏱️ 26.07.2022):

     git clone https://github.com/gitcoinco/web
    

10 projects are hidden because they don't fulfill the minimal requirements.


LOOMOLD - Loom Network (OLD) (πŸ₯ˆ24 Β· ⭐ 1.8K) - Loom Networks DPoS sidechains allow for truly..
loom-js (πŸ₯ˆ19 Β· ⭐ 210 Β· πŸ’€) - JS library for building browser apps & NodeJS services that interact.. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 38 Β· πŸ“¦ 380 Β· πŸ“‹ 89 - 51% open Β· ⏱️ 17.09.2021):

     git clone https://github.com/loomnetwork/loom-js
    
cryptozombie-lessons (πŸ₯ˆ16 Β· ⭐ 980) - Lesson content for cryptozombies.io. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 480 Β· πŸ“‹ 160 - 19% open Β· ⏱️ 12.04.2022):

     git clone https://github.com/loomnetwork/cryptozombie-lessons
    

6 projects are hidden because they don't fulfill the minimal requirements.


ELF - aelf (πŸ₯ˆ24 Β· ⭐ 770) - Customizable operating system (OS) specifically for blockchains. The..
AElf (πŸ₯‡28 Β· ⭐ 770) - A scalable cloud computing blockchain platform. MIT
  • GitHub (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 210 Β· πŸ“₯ 2.3K Β· πŸ“¦ 29 Β· πŸ“‹ 760 - 5% open Β· ⏱️ 18.07.2022):

     git clone https://github.com/AElfProject/AElf
    

RPL - Rocket Pool (πŸ₯ˆ23 Β· ⭐ 820) - Decentralised Ethereum Proof of Stake pool. We allow..
rocketpool (πŸ₯‰14 Β· ⭐ 700) - A next generation decentralised Ethereum proof of stake network.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 130 Β· πŸ“‹ 79 - 10% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/rocket-pool/rocketpool
    

2 projects are hidden because they don't fulfill the minimal requirements.


RLC - iExec RLC (πŸ₯ˆ22 Β· ⭐ 460) - The First Decentralized Marketplace for Cloud Resources.
iexec-sdk (πŸ₯‡24 Β· ⭐ 400) - CLI and JS library allowing developers to easily interact with the.. ISC
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 30 Β· πŸ“¦ 27 Β· πŸ“‹ 66 - 25% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/iExecBlockchainComputing/iexec-sdk
    
  • npm (πŸ“₯ 840 / month Β· ⏱️ 25.07.2022):

     npm install iexec
    

1 projects are hidden because they don't fulfill the minimal requirements.


GEN - DAOstack (πŸ₯ˆ22 Β· ⭐ 400) - DAOstack powers decentralized companies, funds and markets to..

4 projects are hidden because they don't fulfill the minimal requirements.


PNT - pNetwork (πŸ₯‰20 Β· ⭐ 1.4K) - A Provable, portable, and pegged solution for the DeFi ecosystem.
ethereum-api (πŸ₯ˆ19 Β· ⭐ 710) - Provable API for Ethereum smart contracts. MIT
  • GitHub (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 410 Β· πŸ“¦ 17 Β· πŸ“‹ 65 - 23% open Β· ⏱️ 07.07.2022):

     git clone https://github.com/provable-things/ethereum-api
    
  • npm (πŸ“₯ 6 / month Β· ⏱️ 31.03.2020):

     npm install provable-eth-api
    
ethereum-examples (πŸ₯‰12 Β· ⭐ 410 Β· πŸ’€) - Code examples showing how to use the Provable API on.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 140 Β· πŸ“‹ 56 - 53% open Β· ⏱️ 19.10.2021):

     git clone https://github.com/provable-things/ethereum-examples
    

2 projects are hidden because they don't fulfill the minimal requirements.


MINDS - Minds (πŸ₯‰20 Β· ⭐ 1K) - Token used to promote content on the Minds social media platform.
minds (πŸ₯ˆ18 Β· ⭐ 630) - mirror of https://gitlab.com/minds/minds. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 180 Β· πŸ“‹ 180 - 24% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/Minds/minds
    
engine (πŸ₯ˆ17 Β· ⭐ 180) - mirror of https://gitlab.com/minds/engine. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 89 Β· ⏱️ 03.08.2022):

     git clone https://github.com/Minds/engine
    
front (πŸ₯ˆ17 Β· ⭐ 160) - mirror of https://gitlab.com/minds/front. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 87 Β· ⏱️ 03.08.2022):

     git clone https://github.com/Minds/front
    

1 projects are hidden because they don't fulfill the minimal requirements.


PHA - Phala Network (πŸ₯‰20 Β· ⭐ 280) - No description.
phala-blockchain (πŸ₯ˆ22 Β· ⭐ 280) - The Phala Network Blockchain, pRuntime and the bridge. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 120 Β· πŸ“₯ 2.7K Β· πŸ“‹ 240 - 30% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/Phala-Network/phala-blockchain
    

BTRST - Braintrust (πŸ₯‰20 Β· ⭐ 190) - First decentralized talent network that connects skilled,..
snowbridge (πŸ₯ˆ20 Β· ⭐ 190) - A trustless bridge between Polkadot and Ethereum. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 68 Β· πŸ“¦ 200 Β· πŸ“‹ 120 - 8% open Β· ⏱️ 29.07.2022):

     git clone https://github.com/Snowfork/snowbridge
    
  • npm (πŸ“₯ 5.8K / month):

     npm install @snowfork/snowbridge-types
    
  • Go:

     go install github.com/snowfork/snowbridge
    

OXT - Orchid Protocol (πŸ₯‰18 Β· ⭐ 570) - Decentralized, open-source technology for an Internet..
orchid (πŸ₯ˆ21 Β· ⭐ 570) - Orchid: VPN, Personal Firewall. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 81 Β· πŸ“₯ 7.3K Β· πŸ“‹ 62 - 12% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/OrchidTechnologies/orchid
    

WAN - Wanchain (πŸ₯‰18 Β· ⭐ 280) - Wanchain aims to build a super financial market of digital assets. It..
go-wanchain (πŸ₯ˆ21 Β· ⭐ 280) - Wanchain Client Source Code. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 86 Β· πŸ“₯ 77K Β· πŸ“‹ 9 - 44% open Β· ⏱️ 20.06.2022):

     git clone https://github.com/wanchain/go-wanchain
    
  • Go (⏱️ 03.03.2022):

     go install github.com/wanchain/go-wanchain
    

LDO - Lido DAO (πŸ₯‰18 Β· ⭐ 200) - No description.

2 projects are hidden because they don't fulfill the minimal requirements.


GXC - GXChain (πŸ₯‰17 Β· ⭐ 470 Β· πŸ’€) - Blockchain-based decentralized data exchange designed to set up a..

4 projects are hidden because they don't fulfill the minimal requirements.


FTM - Fantom (πŸ₯‰17 Β· ⭐ 440) - Worlds first DAG based smart contract platform that solves the..

5 projects are hidden because they don't fulfill the minimal requirements.


DDD - Scry.info (πŸ₯‰17 Β· ⭐ 250) - Worlds first blockchain-based quantifiable data exchange..

4 projects are hidden because they don't fulfill the minimal requirements.


FOAM - FOAM (πŸ₯‰15 Β· ⭐ 260) - The FOAM Proof of Location protocol empowers a permissionless and..

4 projects are hidden because they don't fulfill the minimal requirements.


HIVE - Hive (πŸ₯‰14 Β· ⭐ 330 Β· πŸ’€) - The Blockchain for Web 3.0.
openhive-network/hive (πŸ₯‰15 Β· ⭐ 290 Β· πŸ’€) - Fast. Scalable. Powerful. The Blockchain for Web3. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 85 Β· ⏱️ 18.11.2021):

     git clone https://github.com/openhive-network/hive
    

1 projects are hidden because they don't fulfill the minimal requirements.


CRU - Crust Network (πŸ₯‰12 Β· ⭐ 380) - Crust Network developing decentralized cloud blockchain..
crust (πŸ₯‰15 Β· ⭐ 380) - Official Rust implementation of the Crust protocol. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 34 Β· πŸ“₯ 39 Β· πŸ“‹ 280 - 10% open Β· ⏱️ 21.04.2022):

     git clone https://github.com/crustio/crust
    
  • Go (⏱️ 08.12.2021):

     go install github.com/crustio/crust
    

FACE - Faceter (πŸ₯‰11 Β· ⭐ 420) - Core of the decentralized network, both as a Proof of Recognition..
PayCards_Android (πŸ₯‰10 Β· ⭐ 170) - Credit card scanning for mobile apps. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 110 Β· πŸ“‹ 55 - 69% open Β· ⏱️ 02.04.2022):

     git clone https://github.com/faceterteam/PayCards_Android
    

2 projects are hidden because they don't fulfill the minimal requirements.


Show 35 hidden projects...
  • SAN - Santiment Network Token (πŸ₯ˆ21 Β· ⭐ 150) - A Better Way to Trade Crypto-Markets Market..
  • KILT - KILT Protocol (πŸ₯ˆ21 Β· ⭐ 120) - Open-source blockchain protocol for issuing verifiable,..
  • DOCK - Dock (πŸ₯‰20 Β· ⭐ 120) - Special purpose decentralized data exchange protocol. This protocol is..
  • ZCN - 0chain (πŸ₯‰19 Β· ⭐ 75) - 0chain will provide a zero-cost, fast finality, infinitely scalable..
  • TFT - ThreeFold Token (πŸ₯‰18 Β· ⭐ 89) - What is ThreeFold (TFT)? Founded in 2016, ThreeFold is a..
  • SNM - SONM (πŸ₯‰16 Β· ⭐ 350 Β· πŸ’€) - SONM is first fog supercomputer designed for general purpose..
  • BTT - BitTorrent (πŸ₯‰15 Β· ⭐ 1.7K Β· πŸ’€) - BitTorrent (BTT) allows content creators to connect with their..
  • NBX - Netbox Coin (πŸ₯‰15 Β· ⭐ 96 Β· πŸ’€) - The first decentralized web browser with integrated blockchain..
  • CPC - CPChain (πŸ₯‰15 Β· ⭐ 50 Β· πŸ’€) - New distributed infrastructure for next generation IoT. CPChain..
  • ETHO - Etho Protocol (πŸ₯‰15 Β· ⭐ 37) - Ethereum based blockchain that integrates POW and a three tier..
  • SEELE - Seele (πŸ₯‰13 Β· ⭐ 240 Β· πŸ’€) - Seele created Neural Consensus Algorithm. It transforms the..
  • VSYS - V.SYSTEMS (πŸ₯‰13 Β· ⭐ 110 Β· πŸ’€) - V SYSTEMS (also known as VSYS) is a blockchain database cloud..
  • ORBS - Orbs (πŸ₯‰13 Β· ⭐ 79 Β· πŸ’€) - Blockchain infrastructure-as-a-service built for large scale..
  • PAI - Project Pai (πŸ₯‰13 Β· ⭐ 65 Β· πŸ’€) - A persons Personal Artificial Intelligence (PAI), is a verified..
  • EPK - EpiK Protocol (πŸ₯‰13 Β· ⭐ 51) - EpiK Protocol envisions building a decentralized KG using..
  • CTSI - Cartesi (πŸ₯‰12 Β· ⭐ 79 Β· πŸ’€) - What is Cartesi? Ease of Adoption: Developers can work in a..
  • ALEPH - Aleph.im (πŸ₯‰12 Β· ⭐ 60) - Decentralized cloud storage, database, and computing platform...
  • STOS - Stratos (πŸ₯‰12 Β· ⭐ 56) - Next generation of decentralized Data Mesh that provides scalable,..
  • MAN - Matrix AI Network (πŸ₯‰11 Β· ⭐ 200 Β· πŸ’€) - Designed to be the new generation blockchain, MATRIX..
  • MATH - MATH (πŸ₯‰11 Β· ⭐ 140 Β· πŸ’€) - One stop crypto solution platform which contains MathWallet, MATH..
  • DAPP - LiquidApps (πŸ₯‰11 Β· ⭐ 48) - LiquidApps mission is to promote the adoption of decentralized..
  • KP3R - Keep3rV1 (πŸ₯‰10 Β· ⭐ 380 Β· πŸ’€) - No description.
  • KYL - Kylin Network (πŸ₯‰10 Β· ⭐ 39) - Kylin Network will provide a decentralized data..
  • SS - Sharder protocol (πŸ₯‰9 Β· ⭐ 42) - A cross-chain distributed storage protocol based on..
  • MDT - Measurable Data Token (πŸ₯‰8 Β· ⭐ 100 Β· πŸ’€) - Measurable Data Token (MDT) is a crypto token for a..
  • DX - DxChain Token (πŸ₯‰8 Β· ⭐ 41 Β· πŸ’€) - Worlds first decentralized big data and machine learning..
  • UGAS - Ultrain (πŸ₯‰8 Β· ⭐ 34 Β· πŸ’€) - Ultrain Technology Limited is the next generation public-..
  • BUD - Buddy (πŸ₯‰7 Β· ⭐ 83 Β· πŸ’€) - Thanks to automation, the way developers build, test and deploy..
  • TIE - Ties.DB (πŸ₯‰7 Β· ⭐ 58) - As a business tool Ties.Network will be a decentralized social..
  • POND - Marlin (πŸ₯‰7 Β· ⭐ 52 Β· πŸ’€) - High-performance network infrastructure for modern decentralized..
  • GNX - Genaro Network (πŸ₯‰7 Β· ⭐ 31 Β· πŸ’€) - The purpose of the Genaro project is to build a trusted..
  • BLZ - Bluzelle (πŸ₯‰6 Β· ⭐ 64 Β· πŸ’€) - Bluzelle combines the sharing economy with the token economy -..
  • XYO - XYO Network (πŸ₯‰6 Β· ⭐ 52 Β· πŸ’€) - The location-verifying proof of origin protocol that will..
  • NUM - Numbers Protocol (πŸ₯‰5 Β· ⭐ 220) - Numbers Protocol (NUM) builds decentralized photo..
  • CND - Cindicator (πŸ₯‰5 Β· ⭐ 91 Β· πŸ’€) - Thousands of predictions are generated by a large pool of..

Privacy Coins

Back to top

Cryptocurrencies which allow users to conduct transactions privately and anonymously.

ZEC - Zcash (πŸ₯‡35 Β· ⭐ 5.4K) - Decentralized and open-source cryptocurrency that provides strong privacy..
librustzcash (πŸ₯‡29 Β· ⭐ 250) - Rust-language assets for Zcash. MIT
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 170 Β· πŸ“¦ 770 Β· πŸ“‹ 240 - 44% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/zcash/librustzcash
    
  • Cargo (πŸ“₯ 9.9K / month Β· πŸ“¦ 3 Β· ⏱️ 17.12.2021):

     cargo install zcash_note_encryption
    
zcash (πŸ₯‡28 Β· ⭐ 4.6K) - Zcash - Internet Money. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 590 Β· πŸ”€ 1.9K Β· πŸ“₯ 230 Β· πŸ“‹ 3.6K - 29% open Β· ⏱️ 26.07.2022):

     git clone https://github.com/zcash/zcash
    
halo2 (πŸ₯‡24 Β· ⭐ 220) - [BETA] Fast zero-knowledge proof-carrying data implementation with.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 110 Β· πŸ“¦ 200 Β· πŸ“‹ 270 - 59% open Β· ⏱️ 15.07.2022):

     git clone https://github.com/zcash/halo2
    
  • Cargo (πŸ“₯ 430 / month Β· πŸ“¦ 1 Β· ⏱️ 15.02.2022):

     cargo install halo2
    
zips (πŸ₯ˆ18 Β· ⭐ 230) - Zcash Improvement Proposals. MIT
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 110 Β· πŸ“‹ 390 - 33% open Β· ⏱️ 20.07.2022):

     git clone https://github.com/zcash/zips
    

2 projects are hidden because they don't fulfill the minimal requirements.


DCR - Decred (πŸ₯‡34 Β· ⭐ 2.6K) - Autonomous digital currency. With a hybrid consensus system, it is..
dcrd (πŸ₯‡25 Β· ⭐ 650) - Decred daemon in Go (golang). ISC
  • GitHub (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 270 Β· πŸ“‹ 490 - 4% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/decred/dcrd
    
  • Go (πŸ“¦ 57 Β· ⏱️ 22.11.2021):

     go install github.com/decred/dcrd/gcs
    
dcrwallet (πŸ₯ˆ23 Β· ⭐ 190) - A secure Decred wallet daemon written in Go (golang). ISC
  • GitHub (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 160 Β· πŸ“¦ 95 Β· πŸ“‹ 700 - 18% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/decred/dcrwallet
    
  • Go (πŸ“¦ 52 Β· ⏱️ 11.06.2019):

     go install github.com/decred/dcrwallet/errors
    
decrediton (πŸ₯ˆ21 Β· ⭐ 200) - Cross-platform GUI for Decred. ISC
  • GitHub (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 120 Β· πŸ“‹ 1.7K - 10% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/decred/decrediton
    
  • npm (πŸ“₯ 20 / month Β· ⏱️ 22.08.2018):

     npm install decrediton
    

15 projects are hidden because they don't fulfill the minimal requirements.


GRIN - Grin (πŸ₯‡32 Β· ⭐ 6.1K) - Grin empowers anyone to transact or save modern money without the fear of..
grin (πŸ₯‡32 Β· ⭐ 5K) - Minimal implementation of the Mimblewimble protocol. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 1K Β· πŸ“₯ 89K Β· πŸ“¦ 810 Β· πŸ“‹ 1.3K - 8% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/mimblewimble/grin
    
  • Cargo (πŸ“₯ 480 / month Β· πŸ“¦ 19 Β· ⏱️ 17.03.2022):

     cargo install grin_store
    
grin-wallet (πŸ₯‡26 Β· ⭐ 160) - Grin Wallet. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 110 Β· πŸ“₯ 56K Β· πŸ“¦ 640 Β· πŸ“‹ 310 - 24% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/mimblewimble/grin-wallet
    
  • Cargo (πŸ“₯ 200 / month Β· πŸ“¦ 8 Β· ⏱️ 22.03.2022):

     cargo install grin_wallet_libwallet
    
mimblewimble/docs (πŸ₯‰12 Β· ⭐ 300) - Documentation for Grin and Mimblewimble. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 82 Β· πŸ“‹ 20 - 5% open Β· ⏱️ 12.07.2022):

     git clone https://github.com/mimblewimble/docs
    

7 projects are hidden because they don't fulfill the minimal requirements.


XMR - Monero (πŸ₯‡30 Β· ⭐ 8.9K) - Monero is cash for a connected world. Its fast, private, and secure...
monero (πŸ₯‡28 Β· ⭐ 7.2K) - Monero: the secure, private, untraceable cryptocurrency. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 370 Β· πŸ”€ 3.3K Β· πŸ“₯ 30K Β· πŸ“‹ 2.8K - 16% open Β· ⏱️ 15.07.2022):

     git clone https://github.com/monero-project/monero
    
monero-gui (πŸ₯‡25 Β· ⭐ 1.2K) - Monero: the secure, private, untraceable cryptocurrency. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 710 Β· πŸ“₯ 34K Β· πŸ“‹ 1.7K - 22% open Β· ⏱️ 16.07.2022):

     git clone https://github.com/monero-project/monero-gui
    
monero-site (πŸ₯ˆ19 Β· ⭐ 190) - BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 320 Β· πŸ“‹ 620 - 12% open Β· ⏱️ 19.07.2022):

     git clone https://github.com/monero-project/monero-site
    

2 projects are hidden because they don't fulfill the minimal requirements.


OXEN - Oxen (πŸ₯‡30 Β· ⭐ 3.3K) - Trade and Communicate with Absolute Freedom.
session-desktop (πŸ₯‡28 Β· ⭐ 870) - Session Desktop - Onion routing based messenger. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 120 Β· πŸ“₯ 3.4M Β· πŸ“‹ 860 - 21% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/oxen-io/session-desktop
    
lokinet (πŸ₯‡24 Β· ⭐ 1K) - Lokinet is an anonymous, decentralized and IP based overlay network for.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 140 Β· πŸ“₯ 60K Β· πŸ“‹ 500 - 24% open Β· ⏱️ 26.07.2022):

     git clone https://github.com/oxen-io/lokinet
    
session-android (πŸ₯‡24 Β· ⭐ 860) - A private messenger for Android. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 87 Β· πŸ“₯ 86K Β· πŸ“‹ 460 - 47% open Β· ⏱️ 19.07.2022):

     git clone https://github.com/oxen-io/session-android
    
oxen-core (πŸ₯‡24 Β· ⭐ 250) - Oxen core repository, containing oxend and oxen cli wallets. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 100 Β· πŸ“₯ 34K Β· πŸ“‹ 330 - 32% open Β· ⏱️ 20.07.2022):

     git clone https://github.com/oxen-io/oxen-core
    
session-ios (πŸ₯ˆ20 Β· ⭐ 220) - A private messenger for iOS. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 40 Β· πŸ“₯ 680 Β· πŸ“‹ 190 - 23% open Β· ⏱️ 09.06.2022):

     git clone https://github.com/oxen-io/session-ios
    

1 projects are hidden because they don't fulfill the minimal requirements.


SCRT - Secret (πŸ₯‡30 Β· ⭐ 2.9K) - Native coin of the Secret Network, the first blockchain that enables..
SecretNetwork (πŸ₯‡27 Β· ⭐ 410) - The Secret Network. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 120 Β· πŸ“₯ 26K Β· πŸ“‹ 560 - 17% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/scrtlabs/SecretNetwork
    
  • npm (πŸ“₯ 38K / month Β· πŸ“¦ 11 Β· ⏱️ 17.07.2022):

     npm install secretjs
    
  • Go (⏱️ 25.05.2022):

     go install github.com/enigmampc/EnigmaBlockchain
    
scrtlabs/catalyst (πŸ₯ˆ22 Β· ⭐ 2.4K Β· πŸ’€) - An Algorithmic Trading Library for Crypto-Assets in.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 690 Β· πŸ“¦ 25 Β· πŸ“‹ 490 - 27% open Β· ⏱️ 22.09.2021):

     git clone https://github.com/scrtlabs/catalyst
    

2 projects are hidden because they don't fulfill the minimal requirements.


ZEN - Horizen (πŸ₯‡30 Β· ⭐ 870) - Inclusive ecosystem where everyone is empowered and rewarded for their..
zen (πŸ₯ˆ21 Β· ⭐ 220) - Horizen. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 99 Β· πŸ“₯ 29K Β· πŸ“‹ 150 - 20% open Β· ⏱️ 21.03.2022):

     git clone https://github.com/HorizenOfficial/zen
    

9 projects are hidden because they don't fulfill the minimal requirements.


DUSK - DUSK Network (πŸ₯ˆ28 Β· ⭐ 640) - Open-source and privacy-oriented blockchain based on years..
plonk (πŸ₯‡24 Β· ⭐ 270) - Pure Rust implementation of the PLONK ZKProof System done by the Dusk-.. MPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 65 Β· πŸ“₯ 10 Β· πŸ“¦ 99 Β· πŸ“‹ 370 - 7% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/dusk-network/plonk
    
  • Cargo (πŸ“₯ 830 / month Β· πŸ“¦ 9 Β· ⏱️ 29.07.2022):

     cargo install dusk-plonk
    

6 projects are hidden because they don't fulfill the minimal requirements.


KEEP - Keep Network (πŸ₯ˆ28 Β· ⭐ 390) - A privacy layer for Ethereum. A keep is an off-chain..
tbtc (πŸ₯‡24 Β· ⭐ 210) - Trustlessly tokenized Bitcoin on Ethereum ;). MIT
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 40 Β· πŸ“¦ 57 Β· πŸ“‹ 300 - 18% open Β· ⏱️ 17.06.2022):

     git clone https://github.com/keep-network/tbtc
    
  • npm (πŸ“₯ 1.1K / month Β· πŸ“¦ 4 Β· ⏱️ 14.07.2022):

     npm install @keep-network/tbtc
    
  • Go (πŸ“¦ 2 Β· ⏱️ 05.10.2021):

     go install github.com/keep-network/tbtc
    

3 projects are hidden because they don't fulfill the minimal requirements.


NU - NuCypher (πŸ₯ˆ27 Β· ⭐ 1.4K) - Privacy layer for distributed systems and decentralized..
nucypher (πŸ₯‡27 Β· ⭐ 650) - A decentralized threshold cryptography network focused on proxy.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 250 Β· πŸ“‹ 1.5K - 16% open Β· ⏱️ 14.07.2022):

     git clone https://github.com/nucypher/nucypher
    
  • PyPi (πŸ“₯ 550 / month Β· πŸ“¦ 4 Β· ⏱️ 28.05.2022):

     pip install nucypher
    
pyUmbral (πŸ₯ˆ16 Β· ⭐ 250 Β· πŸ’€) - NuCyphers reference implementation of Umbral (threshold proxy re-.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 64 Β· πŸ“‹ 120 - 11% open Β· ⏱️ 15.09.2021):

     git clone https://github.com/nucypher/pyUmbral
    
  • PyPi (πŸ“₯ 240 / month Β· πŸ“¦ 7 Β· ⏱️ 15.09.2021):

     pip install umbral
    

3 projects are hidden because they don't fulfill the minimal requirements.


ERG - Ergo (πŸ₯ˆ27 Β· ⭐ 730) - ERGOs platform is based on a variety of ideas that complement each other..
ergo (πŸ₯‡25 Β· ⭐ 420) - Ergo protocol description & reference client implementation. CC0-1.0
  • GitHub (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 130 Β· πŸ“₯ 34K Β· πŸ“‹ 770 - 27% open Β· ⏱️ 30.07.2022):

     git clone https://github.com/ergoplatform/ergo
    
  • Maven (πŸ“¦ 1 Β· ⏱️ 25.07.2022):

     <dependency>
     	<groupId>org.ergoplatform</groupId>
     	<artifactId>ergo-wallet_2.11</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    

6 projects are hidden because they don't fulfill the minimal requirements.


PART - Particl (πŸ₯ˆ27 Β· ⭐ 320) - Open source, decentralized privacy platform. Built for global person..
particl-desktop (πŸ₯ˆ23 Β· ⭐ 150) - The GUI application for Particl Markeplace and PART coin.. GPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 68 Β· πŸ“₯ 85K Β· πŸ“‹ 740 - 18% open Β· ⏱️ 01.07.2022):

     git clone https://github.com/particl/particl-desktop
    

2 projects are hidden because they don't fulfill the minimal requirements.


BEAM - BEAM (πŸ₯ˆ26 Β· ⭐ 710) - Scalable confidential cryptocurrency.
beam (πŸ₯‡30 Β· ⭐ 670) - Beam: Scalable Confidential Cryptocurrency. Leading the way to.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 190 Β· πŸ“₯ 70K Β· πŸ“‹ 1.7K - 15% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/BeamMW/beam
    
  • npm (πŸ“₯ 8.1K / month Β· ⏱️ 03.08.2022):

     npm install beam-wasm-client-masternet
    

1 projects are hidden because they don't fulfill the minimal requirements.


XVG - Verge (πŸ₯ˆ25 Β· ⭐ 1.6K) - Cryptocurrency.
verge (πŸ₯‡25 Β· ⭐ 1.4K) - Official Verge Core Source Code Repository. MIT
  • GitHub (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 400 Β· πŸ“₯ 600K Β· πŸ“‹ 730 - 0% open Β· ⏱️ 21.05.2022):

     git clone https://github.com/vergecurrency/verge
    

4 projects are hidden because they don't fulfill the minimal requirements.


VTC - Vertcoin (πŸ₯ˆ25 Β· ⭐ 850) - Open source peer to peer digital currency focused heavily on..
vertcoin-core (πŸ₯‡24 Β· ⭐ 340) - A digital currency with mining decentralisation and ASIC.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 950 Β· πŸ”€ 120 Β· πŸ“₯ 360K Β· πŸ“‹ 92 - 8% open Β· ⏱️ 07.04.2022):

     git clone https://github.com/vertcoin-project/vertcoin-core
    
vertcoin-project/vertcoin-core (πŸ₯‡24 Β· ⭐ 340) - A digital currency with mining decentralisation and.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 950 Β· πŸ”€ 120 Β· πŸ“₯ 360K Β· πŸ“‹ 92 - 8% open Β· ⏱️ 07.04.2022):

     git clone https://github.com/vertcoin-project/vertcoin-core
    
one-click-miner-vnext (πŸ₯ˆ19 Β· ⭐ 180 Β· πŸ’€) - One Click Miner for Vertcoin. MIT
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 100 Β· πŸ“₯ 260K Β· πŸ“¦ 2 Β· πŸ“‹ 380 - 4% open Β· ⏱️ 05.12.2021):

     git clone https://github.com/vertcoin-project/one-click-miner-vnext
    
  • Go:

     go install github.com/vertcoin-project/one-click-miner-vnext
    

FIRO - Firo (πŸ₯ˆ25 Β· ⭐ 840) - Firo, a decentralized and open source currency that provides financial..
firo (πŸ₯‡26 Β· ⭐ 640) - The privacy-focused cryptocurrency. MIT
  • GitHub (πŸ‘¨β€πŸ’» 590 Β· πŸ”€ 350 Β· πŸ“₯ 260K Β· πŸ“‹ 440 - 4% open Β· ⏱️ 22.07.2022):

     git clone https://github.com/firoorg/firo
    

3 projects are hidden because they don't fulfill the minimal requirements.


MOB - MobileCoin (πŸ₯‰23 Β· ⭐ 1.1K) - No description.
mobilecoin (πŸ₯‡24 Β· ⭐ 1.1K) - Private payments for mobile devices. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 110 Β· πŸ“₯ 2.8K Β· πŸ“¦ 12 Β· πŸ“‹ 310 - 47% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/mobilecoinfoundation/mobilecoin
    
  • PyPi (πŸ“₯ 65 / month):

     pip install mobilecoin
    

1 projects are hidden because they don't fulfill the minimal requirements.


GRS - Groestlcoin (πŸ₯‰23 Β· ⭐ 810) - Cryptocoin, that is optionally private. Anyone can mine it..
groestlcoin (πŸ₯‡26 Β· ⭐ 810) - Groestlcoin Core integration/staging tree. MIT
  • GitHub (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 21 Β· πŸ“₯ 20K Β· πŸ“‹ 19 - 5% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/Groestlcoin/groestlcoin
    

FLUX - Flux (πŸ₯‰23 Β· ⭐ 180) - Cryptocurrency that holds a central role in the Zel Ecosystem. It gives..

2 projects are hidden because they don't fulfill the minimal requirements.


PIVX - PIVX (πŸ₯‰22 Β· ⭐ 510) - PIVX means - Private - Instant - Verified - Transaction. PIVX is a form of..
PIVX (πŸ₯‡25 Β· ⭐ 510) - Protected Instant Verified Transactions - Core wallet. MIT
  • GitHub (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 690 Β· πŸ“₯ 350K Β· πŸ“‹ 670 - 16% open Β· ⏱️ 08.03.2022):

     git clone https://github.com/PIVX-Project/PIVX
    

VRSC - Verus Coin (πŸ₯‰21 Β· ⭐ 180) - Verus introduces a new consensus algorithm called Proof of Power,..

2 projects are hidden because they don't fulfill the minimal requirements.


TRTL - TurtleCoin (πŸ₯‰20 Β· ⭐ 820) - Fun, fast, and easy way to send money to friends and businesses.
turtlecoin (πŸ₯‰11 Β· ⭐ 720 Β· πŸ’€) - TurtleCoin is a decentralized Peer-2-Peer open source.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 720 Β· πŸ“₯ 53K Β· ⏱️ 02.12.2021):

     git clone https://github.com/turtlecoin/turtlecoin
    

3 projects are hidden because they don't fulfill the minimal requirements.


LTHN - Lethean (πŸ₯‰20 Β· ⭐ 180) - Fuel and operating currency for our peer-to-peer (P2P) decentralized..

3 projects are hidden because they don't fulfill the minimal requirements.


DERO - Dero (πŸ₯‰19 Β· ⭐ 820) - New, experimental blockchain technology written in Golang with a focus on..
derosuite (πŸ₯‰14 Β· ⭐ 270) - DERO: Secure, Anonymous Blockchain with Smart Contracts... Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 97 Β· πŸ“₯ 36K Β· πŸ“‹ 36 - 38% open Β· ⏱️ 30.03.2022):

     git clone https://github.com/deroproject/derosuite
    
  • Go (⏱️ 22.11.2020):

     go install github.com/deroproject/derosuite
    

3 projects are hidden because they don't fulfill the minimal requirements.


XLA - Scala (πŸ₯‰19 Β· ⭐ 460 Β· πŸ’€) - Redistribution of wealth using the power of blockchain a completely..
MobileMiner (πŸ₯ˆ18 Β· ⭐ 220 Β· πŸ’€) - A mobile application wrapping XLArig to enable mining on.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 57 Β· πŸ“₯ 290K Β· πŸ“‹ 40 - 65% open Β· ⏱️ 07.08.2021):

     git clone https://github.com/scala-network/MobileMiner
    

3 projects are hidden because they don't fulfill the minimal requirements.


Show 17 hidden projects...
  • HOPR - HOPR (πŸ₯ˆ24 Β· ⭐ 130) - HOPR provides essential and compliant network-level metadata privacy..
  • ARRR - Pirate Chain (πŸ₯‰20 Β· ⭐ 110) - On 29 August 2018, several developers from the Komodo community..
  • ZCL - Zclassic (πŸ₯‰18 Β· ⭐ 190 Β· πŸ’€) - Fork of Zcash, developer decided to take another path by removing..
  • NAV - Navcoin (πŸ₯‰18 Β· ⭐ 120) - Decentralized cryptocurrency that uses peer-to-peer technology to..
  • AXE - Axe (πŸ₯‰16 Β· ⭐ 500 Β· πŸ’€) - Decentralized cryptocurrency.
  • APL - Apollo (πŸ₯‰16 Β· ⭐ 94) - Utilizing a community of world-class developers, managers, marketers and..
  • ZANO - Zano (πŸ₯‰16 Β· ⭐ 76) - Premine: 20%.
  • PHR - Phore (πŸ₯‰16 Β· ⭐ 44 Β· πŸ’€) - Phore Blockchain enables the transfer of value (currency: Phore) across..
  • FRA - Findora (πŸ₯‰15 Β· ⭐ 110) - Public blockchain with programmable privacy. Originally conceptualized..
  • DAPS - DAPS Coin (πŸ₯‰14 Β· ⭐ 58) - Fully private blockchain with a focus on security, scalability and..
  • WOW - Wownero (πŸ₯‰14 Β· ⭐ 46 Β· πŸ’€) - Privacy-centric memecoin that was fairly launched on April 1, 2018..
  • RYO - Ryo Currency (πŸ₯‰13 Β· ⭐ 79 Β· πŸ’€) - Ryo is created with a high level of privacy in mind, setting..
  • SERO - SERO (πŸ₯‰12 Β· ⭐ 140 Β· πŸ’€) - World-leading blockchain technology based on Zero Knowledge Proof that..
  • MSR - Masari (πŸ₯‰12 Β· ⭐ 72 Β· πŸ’€) - Scalability-focused, untraceable, secure, and fungible cryptocurrency..
  • XHV - Haven (πŸ₯‰12 Β· ⭐ 62 Β· πŸ’€) - Untraceable cryptocurrency with a mix of standard market pricing and..
  • ALIAS - Alias (πŸ₯‰12 Β· ⭐ 58 Β· πŸ’€) - Innovative privacy focused cryptocurrency, featuring an energy-..
  • CLOAK - Cloakcoin (πŸ₯‰9 Β· ⭐ 33 Β· πŸ’€) - Cloak provides a fast, fully private, secure, untraceable and..

Automated Market Maker (AMM)

Back to top

Mechanisms used by most decentralized exchanges to facilitate permissionless trading.

UNI - Uniswap (πŸ₯‡41 Β· ⭐ 15K) - Governance token for Uniswap, an Automated Market Market DEX on..
v2-core (πŸ₯‡28 Β· ⭐ 2K) - Core smart contracts of Uniswap V2. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 2.2K Β· πŸ“¦ 15K Β· πŸ“‹ 100 - 25% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/Uniswap/v2-core
    
  • npm (πŸ“₯ 260K / month Β· πŸ“¦ 270 Β· ⏱️ 18.05.2020):

     npm install @uniswap/v2-core
    
v3-sdk (πŸ₯‡28 Β· ⭐ 380) - An SDK for building applications on top of Uniswap V3. MIT
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 240 Β· πŸ“¦ 1.3K Β· πŸ“‹ 69 - 34% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/Uniswap/v3-sdk
    
  • npm (πŸ“₯ 94K / month Β· πŸ“¦ 23 Β· ⏱️ 06.07.2022):

     npm install @uniswap/v3-sdk
    
default-token-list (πŸ₯‡27 Β· ⭐ 190) - The Uniswap default token list. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 660 Β· πŸ“¦ 3.1K Β· πŸ“‹ 1K - 84% open Β· ⏱️ 29.06.2022):

     git clone https://github.com/Uniswap/default-token-list
    
  • npm (πŸ“₯ 73K / month Β· πŸ“¦ 8 Β· ⏱️ 29.06.2022):

     npm install @uniswap/default-token-list
    
interface (πŸ₯‡26 Β· ⭐ 3.6K) - An open source interface for the Uniswap protocol. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 3.3K Β· πŸ“‹ 1.9K - 25% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/Uniswap/interface
    
v3-periphery (πŸ₯‡26 Β· ⭐ 770) - Peripheral smart contracts for interacting with Uniswap v3. GPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 530 Β· πŸ“¦ 2.3K Β· πŸ“‹ 140 - 39% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/Uniswap/v3-periphery
    
  • npm (πŸ“₯ 140K / month Β· πŸ“¦ 11 Β· ⏱️ 22.04.2022):

     npm install @uniswap/v3-periphery
    
token-lists (πŸ₯‡26 Β· ⭐ 680) - The Token Lists specification. MIT
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 540 Β· πŸ“¦ 9.9K Β· πŸ“‹ 50 - 54% open Β· ⏱️ 16.06.2022):

     git clone https://github.com/Uniswap/token-lists
    
  • npm (πŸ“₯ 140K / month Β· πŸ“¦ 73 Β· ⏱️ 16.06.2022):

     npm install @uniswap/token-lists
    
smart-order-router (πŸ₯‡24 Β· ⭐ 170) - Uniswap Smart Order Router. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 83 Β· πŸ“¦ 340 Β· πŸ“‹ 65 - 35% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/Uniswap/smart-order-router
    
  • npm (πŸ“₯ 42K / month Β· πŸ“¦ 11 Β· ⏱️ 02.08.2022):

     npm install @uniswap/smart-order-router
    
v3-core (πŸ₯ˆ23 Β· ⭐ 2.8K) - Core smart contracts of Uniswap v3. MIT
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 1.3K Β· πŸ“¦ 2.4K Β· πŸ“‹ 220 - 5% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/Uniswap/v3-core
    
  • npm (πŸ“₯ 2 / month Β· ⏱️ 17.01.2022):

     npm install moonwalkerswap-v1-core
    
v3-staker (πŸ₯ˆ22 Β· ⭐ 260 Β· πŸ’€) - Canonical liquidity mining contract for Uniswap V3. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 100 Β· πŸ“¦ 810 Β· πŸ“‹ 100 - 7% open Β· ⏱️ 20.12.2021):

     git clone https://github.com/Uniswap/v3-staker
    
  • npm (πŸ“₯ 80K / month Β· πŸ“¦ 1 Β· ⏱️ 29.11.2021):

     npm install @uniswap/v3-staker
    
v2-periphery (πŸ₯ˆ21 Β· ⭐ 790) - Peripheral smart contracts for interacting with Uniswap V2. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 1.2K Β· πŸ“¦ 10K Β· πŸ“‹ 58 - 56% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/Uniswap/v2-periphery
    
  • npm (πŸ“₯ 13 / month Β· ⏱️ 09.08.2021):

     npm install @invis/periphery
    
v2-sdk (πŸ₯ˆ21 Β· ⭐ 360) - An SDK for building applications on top of Uniswap V2. MIT
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 810 Β· πŸ“¦ 850 Β· πŸ“‹ 56 - 33% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/Uniswap/v2-sdk
    
  • npm (πŸ“₯ 47 / month Β· ⏱️ 12.01.2022):

     npm install @duythao_bacoor/v2-sdk
    
info (πŸ₯ˆ16 Β· ⭐ 260 Β· πŸ’€) - Uniswap analytics. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 420 Β· πŸ“¦ 26 Β· πŸ“‹ 160 - 50% open Β· ⏱️ 17.12.2021):

     git clone https://github.com/Uniswap/info
    
Uniswap/docs (πŸ₯‰15 Β· ⭐ 180) - Uniswap V3 docs website. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 300 Β· πŸ“‹ 150 - 51% open Β· ⏱️ 01.07.2022):

     git clone https://github.com/Uniswap/docs
    
v3-info (πŸ₯‰14 Β· ⭐ 250) - Interface for Uniswap V3 analytics. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 130 Β· πŸ“‹ 110 - 36% open Β· ⏱️ 11.07.2022):

     git clone https://github.com/Uniswap/v3-info
    
v3-subgraph (πŸ₯‰14 Β· ⭐ 180) - Subgraph for Uniswap V3. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 170 Β· πŸ“‹ 67 - 77% open Β· ⏱️ 21.03.2022):

     git clone https://github.com/Uniswap/v3-subgraph
    
v2-subgraph (πŸ₯‰13 Β· ⭐ 270 Β· πŸ’€) - Uniswap V2 subgraph. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 360 Β· πŸ“‹ 64 - 40% open Β· ⏱️ 29.09.2021):

     git clone https://github.com/Uniswap/v2-subgraph
    

19 projects are hidden because they don't fulfill the minimal requirements.


SUSHI - Sushi (πŸ₯ˆ34 Β· ⭐ 4.5K) - DeFi protocol that is completely community-driven, serving up..
sushiswap (πŸ₯‡31 Β· ⭐ 1.5K) - Sushi 2.0. MIT
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 1.3K Β· πŸ“¦ 18 Β· πŸ“‹ 98 - 17% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/sushiswap/sushiswap
    
  • npm (πŸ“₯ 17K / month Β· πŸ“¦ 11 Β· ⏱️ 25.06.2021):

     npm install @sushiswap/core
    
bentobox (πŸ₯ˆ19 Β· ⭐ 1.5K) - BentoBox. Unlicense
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 1.3K Β· πŸ“‹ 22 - 54% open Β· ⏱️ 28.02.2022):

     git clone https://github.com/sushiswap/bentobox
    
  • npm (πŸ“₯ 13 / month Β· πŸ“¦ 2 Β· ⏱️ 02.08.2022):

     npm install @sushiswap/bentobox
    
sushiswap-interface (πŸ₯ˆ17 Β· ⭐ 290) - An open source interface for the SushiSwap Protocol. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 520 Β· πŸ“‹ 180 - 26% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/sushiswap/sushiswap-interface
    
trident (πŸ₯ˆ17 Β· ⭐ 220) - Rapid AMM Development Framework. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 55 Β· πŸ“¦ 92 Β· πŸ“‹ 41 - 53% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/sushiswap/trident
    
shoyu (πŸ₯ˆ16 Β· ⭐ 160 Β· πŸ’€) - Shoyu contracts. MIT
  • GitHub (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 51 Β· πŸ“¦ 17 Β· πŸ“‹ 7 - 57% open Β· ⏱️ 06.11.2021):

     git clone https://github.com/sushiswap/shoyu
    
  • npm (πŸ“₯ 56 / month Β· ⏱️ 04.11.2021):

     npm install @shoyunft/contracts
    

9 projects are hidden because they don't fulfill the minimal requirements.


CAKE - PancakeSwap (πŸ₯ˆ34 Β· ⭐ 4.3K) - Automated market maker (AMM) that allows two tokens to be..
pancake-frontend (πŸ₯ˆ23 Β· ⭐ 1.9K) - Pancake main features (farms, pools, IFO, lottery,.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 2.8K Β· πŸ“¦ 9 Β· πŸ“‹ 360 - 8% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/pancakeswap/pancake-frontend
    
pancake-swap-sdk (πŸ₯ˆ19 Β· ⭐ 160) - An SDK for building applications on top of Pancakeswap. MIT
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 430 Β· πŸ“¦ 1.1K Β· πŸ“‹ 15 - 40% open Β· ⏱️ 19.04.2022):

     git clone https://github.com/pancakeswap/pancake-swap-sdk
    
  • npm (πŸ“₯ 3 / month Β· ⏱️ 04.01.2022):

     npm install @mysafety/sdk
    
pancake-toolkit (πŸ₯‰15 Β· ⭐ 290) - Pancake frontend packages. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 780 Β· πŸ“¦ 7 Β· πŸ“‹ 31 - 51% open Β· ⏱️ 12.05.2022):

     git clone https://github.com/pancakeswap/pancake-toolkit
    
  • npm (πŸ“₯ 4 / month Β· ⏱️ 07.07.2021):

     npm install @svcongnghe/eslint-config-pancake
    
pancake-subgraph (πŸ₯‰11 Β· ⭐ 220) - Pancake subgraph (blocks, profile, prediction, NFTs, ...). GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 450 Β· πŸ“‹ 46 - 60% open Β· ⏱️ 22.06.2022):

     git clone https://github.com/pancakeswap/pancake-subgraph
    

10 projects are hidden because they don't fulfill the minimal requirements.


BAL - Balancer (πŸ₯‰27 Β· ⭐ 1.1K) - Non-custodial portfolio manager, liquidity provider, and price..
balancer-v2-monorepo (πŸ₯‡25 Β· ⭐ 160) - Balancer V2 Monorepo. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 160 Β· πŸ“¦ 55 Β· πŸ“‹ 330 - 17% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/balancer-labs/balancer-v2-monorepo
    
  • npm (πŸ“₯ 54 / month Β· πŸ“¦ 1 Β· ⏱️ 14.09.2021):

     npm install @balancer-labs/v2-standalone-utils
    

9 projects are hidden because they don't fulfill the minimal requirements.


1INCH - 1inch (πŸ₯‰19 Β· ⭐ 1.7K) - No description.
shieldy (πŸ₯ˆ16 Β· ⭐ 620) - @shieldy_bot Telegram bot repository. MIT
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 220 Β· πŸ“‹ 99 - 23% open Β· ⏱️ 20.04.2022):

     git clone https://github.com/1inch/shieldy
    

10 projects are hidden because they don't fulfill the minimal requirements.



Metaverse, NFTs & Gaming

Back to top

Blockchains related to Metaverse, NFTs & Gaming.

ENS - Ethereum Name Service (πŸ₯‡38 Β· ⭐ 2.4K) - The Ethereum Name Service (ENS) is a distributed,..
ens-contracts (πŸ₯‡25 Β· ⭐ 200) - ENS contracts. MIT
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 140 Β· πŸ“¦ 300 Β· πŸ“‹ 22 - 50% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/ensdomains/ens-contracts
    
  • npm (πŸ“₯ 11K / month Β· πŸ“¦ 12 Β· ⏱️ 07.07.2022):

     npm install @ensdomains/ens-contracts
    
ensjs (πŸ₯‡24 Β· ⭐ 170) - Javascript bindings for the Ethereum Name Service. BSD-2
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 92 Β· πŸ“¦ 9.2K Β· πŸ“‹ 63 - 74% open Β· ⏱️ 18.03.2022):

     git clone https://github.com/ensdomains/ensjs
    
  • npm (πŸ“₯ 66K / month):

     npm install ethereum-ens
    
ens-app (πŸ₯ˆ20 Β· ⭐ 170) - ENS manager app. BSD-2
  • GitHub (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 160 Β· πŸ“‹ 630 - 13% open Β· ⏱️ 26.07.2022):

     git clone https://github.com/ensdomains/ens-app
    

13 projects are hidden because they don't fulfill the minimal requirements.


FLOW - Flow (πŸ₯‡37 Β· ⭐ 3.1K) - Fast, decentralized, and developer-friendly blockchain, designed as the..
fcl-js (πŸ₯‡31 Β· ⭐ 290) - FCL (Flow Client Library) - The best tool for building JavaScript.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 100 Β· πŸ“¦ 3.5K Β· πŸ“‹ 360 - 15% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/onflow/fcl-js
    
  • npm (πŸ“₯ 77K / month Β· πŸ“¦ 68 Β· ⏱️ 26.07.2022):

     npm install @onflow/types
    
flow-go (πŸ₯‡26 Β· ⭐ 430) - A fast, secure, and developer-friendly blockchain built to support.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 120 Β· πŸ“¦ 190 Β· πŸ“‹ 320 - 56% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/onflow/flow-go
    
  • Go (πŸ“¦ 18 Β· ⏱️ 22.07.2022):

     go install github.com/onflow/flow-go
    
flow-cli (πŸ₯‡26 Β· ⭐ 180) - The Flow CLI is a command-line interface that provides useful.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 31 Β· πŸ“¦ 47 Β· πŸ“‹ 220 - 13% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/onflow/flow-cli
    
  • Go (πŸ“¦ 5 Β· ⏱️ 27.07.2022):

     go install github.com/onflow/flow-cli
    
flow-go-sdk (πŸ₯‡25 Β· ⭐ 190) - Tools for building Go applications on Flow. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 59 Β· πŸ“¦ 350 Β· πŸ“‹ 95 - 25% open Β· ⏱️ 12.07.2022):

     git clone https://github.com/onflow/flow-go-sdk
    
  • Go (πŸ“¦ 37 Β· ⏱️ 07.07.2022):

     go install github.com/onflow/flow-go-sdk
    
cadence (πŸ₯‡24 Β· ⭐ 400) - Cadence, the resource-oriented smart contract programming language. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 110 Β· πŸ“‹ 550 - 31% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/onflow/cadence
    
  • npm (πŸ“₯ 8 / month Β· ⏱️ 03.12.2021):

     npm install @onflow/cadence-docgen
    
  • Go (πŸ“¦ 38 Β· ⏱️ 26.07.2022):

     go install github.com/onflow/cadence
    
flow (πŸ₯‡24 Β· ⭐ 310) - Flow is a fast, secure, and developer-friendly blockchain built to.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 110 Β· πŸ“¦ 60 Β· πŸ“‹ 250 - 35% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/onflow/flow
    
  • Maven (⏱️ 17.02.2022):

     <dependency>
     	<groupId>com.nftco</groupId>
     	<artifactId>flow-jvm-sdk</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
  • Go (πŸ“¦ 17 Β· ⏱️ 01.06.2022):

     go install github.com/onflow/flow/protobuf/go/flow
    
kitty-items (πŸ₯ˆ20 Β· ⭐ 390) - Kitty Items: CryptoKitties Sample App. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 200 Β· πŸ“‹ 130 - 12% open Β· ⏱️ 30.07.2022):

     git clone https://github.com/onflow/kitty-items
    
  • npm (πŸ“₯ 5 / month Β· ⏱️ 16.10.2021):

     npm install kitty-items
    
flow-nft (πŸ₯ˆ17 Β· ⭐ 410) - The non-fungible token standard on the Flow blockchain. Unlicense
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 140 Β· πŸ“¦ 16 Β· πŸ“‹ 43 - 27% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/onflow/flow-nft
    

7 projects are hidden because they don't fulfill the minimal requirements.


MANA - Decentraland (πŸ₯‡35 Β· ⭐ 2.4K) - Decentraland will be a virtual reality platform powered..
ui (πŸ₯‡25 Β· ⭐ 170) - Decentraland UI. MIT
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 76 Β· πŸ“¦ 260 Β· πŸ“‹ 31 - 25% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/decentraland/ui
    
  • npm (πŸ“₯ 2.7K / month Β· πŸ“¦ 12 Β· ⏱️ 03.08.2022):

     npm install decentraland-ui
    
marketplace (πŸ₯ˆ20 Β· ⭐ 880) - Decentralands NFT Marketplace. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 500 Β· πŸ“¦ 5 Β· πŸ“‹ 340 - 26% open Β· ⏱️ 26.07.2022):

     git clone https://github.com/decentraland/marketplace
    
dappeteer (πŸ₯ˆ17 Β· ⭐ 220 Β· πŸ’€) - E2E testing for dApps using Puppeteer + MetaMask. MIT
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 52 Β· πŸ“¦ 51 Β· πŸ“‹ 26 - 80% open Β· ⏱️ 27.10.2021):

     git clone https://github.com/decentraland/dappeteer
    
  • npm (πŸ“₯ 5 / month Β· ⏱️ 01.07.2021):

     npm install @nodefactory/dappeteer
    

13 projects are hidden because they don't fulfill the minimal requirements.


WNCG - Wrapped NCG (πŸ₯‡27 Β· ⭐ 670) - Open source, decentralized RPG network powered by the..
libplanet (πŸ₯‡27 Β· ⭐ 440) - Blockchain toolkit in C#/.NET for decentralized game. LGPL-2.1
  • GitHub (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 120 Β· πŸ“₯ 37K Β· πŸ“¦ 28 Β· πŸ“‹ 640 - 33% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/planetarium/libplanet
    
  • npm (πŸ“₯ 750 / month):

     npm install @planetarium/cli
    
NineChronicles (πŸ₯ˆ18 Β· ⭐ 220) - Unity client application for Nine Chronicles, a fully.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 96 Β· πŸ“‹ 210 - 70% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/planetarium/NineChronicles
    

AUDIO - Audius (πŸ₯ˆ26 Β· ⭐ 1.2K) - Native platform token of the Audius streaming protocol. AUDIO is..
audius-protocol (πŸ₯ˆ22 Β· ⭐ 460) - The Audius Protocol - Freedom to share, monetize, and.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 80 Β· πŸ“¦ 6 Β· πŸ“‹ 67 - 73% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/AudiusProject/audius-protocol
    
  • npm (πŸ“₯ 3.9K / month):

     npm install @audius/libs
    
audius-client (πŸ₯ˆ19 Β· ⭐ 160) - The Audius client monorepo. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 37 Β· πŸ“₯ 1.8K Β· πŸ“¦ 2 Β· πŸ“‹ 32 - 81% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/AudiusProject/audius-client
    
hedgehog (πŸ₯‰15 Β· ⭐ 400) - Build DApps like Apps -- A Metamask alternative that empowers you to.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 47 Β· πŸ“¦ 45 Β· πŸ“‹ 7 - 14% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/AudiusProject/hedgehog
    

2 projects are hidden because they don't fulfill the minimal requirements.


FET - Fetch.ai (πŸ₯ˆ25 Β· ⭐ 240) - Next-generation protocol built with a ready-to-go Useful Proof of..

3 projects are hidden because they don't fulfill the minimal requirements.


WAXP - WAX (πŸ₯ˆ25 Β· ⭐ 190) - WAX - Worldwide Asset eXchange Its a decentralized platform that enables..

2 projects are hidden because they don't fulfill the minimal requirements.


OGN - Origin Protocol (πŸ₯ˆ23 Β· ⭐ 1.3K) - Enabling true peer-to-peer commerce.
OriginProtocol/origin (πŸ₯ˆ22 Β· ⭐ 640) - Monorepo for our developer tools and decentralized.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 200 Β· πŸ“‹ 1.5K - 26% open Β· ⏱️ 04.05.2022):

     git clone https://github.com/OriginProtocol/origin
    
  • npm (πŸ“₯ 8 / month Β· ⏱️ 05.02.2019):

     npm install nick-origin-graphql
    

6 projects are hidden because they don't fulfill the minimal requirements.


ZXC - 0xcert (πŸ₯ˆ22 Β· ⭐ 1.3K) - Open source, permission-less protocol for certified non-fungible..
framework (πŸ₯ˆ21 Β· ⭐ 330 Β· πŸ’€) - 0xcert Framework - JavaScript framework for building decentralized.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 58 Β· πŸ“¦ 64 Β· πŸ“‹ 110 - 4% open Β· ⏱️ 07.12.2021):

     git clone https://github.com/0xcert/framework
    
  • npm (πŸ“₯ 3.3K / month):

     npm install @0xcert/cert
    
erc721 (πŸ₯ˆ20 Β· ⭐ 970) - The reference implementation of the ERC-721 non-fungible token standard. MIT
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 350 Β· πŸ“¦ 14 Β· πŸ“‹ 130 - 3% open Β· ⏱️ 27.02.2022):

     git clone https://github.com/nibbstack/erc721
    
  • npm (πŸ“₯ 440 / month):

     npm install @0xcert/ethereum-erc721
    

SYS - Syscoin (πŸ₯ˆ20 Β· ⭐ 160 Β· πŸ’€) - Syscoin Platform (SYS) is presented as a decentralized scalable..
syscoin (πŸ₯‡24 Β· ⭐ 160 Β· πŸ’€) - Syscoin is a crypto currency that is universally merge-mineable and.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 570 Β· πŸ”€ 65 Β· πŸ“₯ 190K Β· πŸ“‹ 270 - 2% open Β· ⏱️ 24.11.2021):

     git clone https://github.com/syscoin/syscoin
    

RMRK - RMRK (πŸ₯ˆ20 Β· ⭐ 160) - Most advanced nft system in the world, adding eternal liquidity and multi..

2 projects are hidden because they don't fulfill the minimal requirements.


RING - Darwinia Network Native Token (πŸ₯ˆ19 Β· ⭐ 210) - Native token of Darwinia Network. Its used to pay for..
darwinia (πŸ₯ˆ22 Β· ⭐ 210) - Universal cross-chain message network. | We are hiring,.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 47 Β· πŸ“₯ 7.2K Β· πŸ“‹ 410 - 4% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/darwinia-network/darwinia
    

KING - CryptoBlades Kingdoms (πŸ₯ˆ18 Β· ⭐ 560) - No description.
cryptoblades (πŸ₯ˆ18 Β· ⭐ 560) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 250 Β· πŸ“‹ 590 - 14% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/CryptoBlades/cryptoblades
    

ENJ - Enjin Coin (πŸ₯ˆ18 Β· ⭐ 490) - Enjin is introducing Enjin Coin (ENJ), a new ERC20 token that..

4 projects are hidden because they don't fulfill the minimal requirements.


MONA - Monavale (πŸ₯ˆ18 Β· ⭐ 320) - First cryptocurrency in Japan that was born in December 2013...
monacoin (πŸ₯ˆ21 Β· ⭐ 320) - MIT
  • GitHub (πŸ‘¨β€πŸ’» 870 Β· πŸ”€ 89 Β· πŸ“₯ 160K Β· πŸ“‹ 41 - 9% open Β· ⏱️ 21.05.2022):

     git clone https://github.com/monacoinproject/monacoin
    

THETA - Theta Network (πŸ₯ˆ17 Β· ⭐ 670) - Decentralized video delivery network, powered by users and an..
theta-protocol-ledger (πŸ₯ˆ17 Β· ⭐ 340) - Reference implementation of the Theta Blockchain.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 73 Β· πŸ“‹ 60 - 60% open Β· ⏱️ 29.07.2022):

     git clone https://github.com/thetatoken/theta-protocol-ledger
    
  • Go (⏱️ 23.02.2022):

     go install github.com/thetatoken/theta-protocol-ledger
    

5 projects are hidden because they don't fulfill the minimal requirements.


FEVR - RealFevr (πŸ₯ˆ17 Β· ⭐ 200) - Portuguese Fantasy Leagues startup RealFevr, the official..
bepro-js (πŸ₯ˆ18 Β· ⭐ 160) - The repository contains a comprehensive documentation of the.. ISC
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 110 Β· πŸ“¦ 15 Β· πŸ“‹ 68 - 67% open Β· ⏱️ 18.07.2022):

     git clone https://github.com/bepronetwork/bepro-js
    
  • npm (πŸ“₯ 130 / month Β· ⏱️ 06.08.2021):

     npm install bepro-js
    

1 projects are hidden because they don't fulfill the minimal requirements.


BLT - Blocto Token (πŸ₯‰16 Β· ⭐ 350) - Cross-chain, integrated smart contract wallet service..
solana-go-sdk (πŸ₯ˆ19 Β· ⭐ 160) - Solana Golang SDK. MIT
  • GitHub (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 37 Β· πŸ“¦ 100 Β· πŸ“‹ 50 - 20% open Β· ⏱️ 24.07.2022):

     git clone https://github.com/portto/solana-go-sdk
    
  • Go (πŸ“¦ 3 Β· ⏱️ 15.06.2022):

     go install github.com/portto/solana-go-sdk
    

3 projects are hidden because they don't fulfill the minimal requirements.


GHST - Aavegotchi (πŸ₯‰16 Β· ⭐ 280) - Eco-governance token of Aavegotchi. Use GHST to purchase..
aavegotchi-contracts (πŸ₯ˆ17 Β· ⭐ 210) - Aavegotchi diamond and its facets, deployment and.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 100 Β· πŸ“‹ 90 - 14% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/aavegotchi/aavegotchi-contracts
    

1 projects are hidden because they don't fulfill the minimal requirements.


Show 21 hidden projects...
  • FTC - Feathercoin (πŸ₯ˆ17 Β· ⭐ 130 Β· πŸ’€) - Upgraded and customised version of Bitcoin. Feathercoin was..
  • HTML - HTMLCOIN (πŸ₯ˆ17 Β· ⭐ 120 Β· πŸ’€) - The HTMLCOIN Foundation drives innovation by empowering users to..
  • COCOS - COCOS BCX (πŸ₯‰16 Β· ⭐ 7K Β· πŸ’€) - Cocos-BCX is a decentralized gaming and digital assets..
  • FIO - FIO Protocol (πŸ₯‰16 Β· ⭐ 46) - Making Crypto Products Easier So Anyone Can Use Them. FIO Protocol..
  • SIN - Sin City (πŸ₯‰14 Β· ⭐ 62) - SUQA created its own brand new X22i POW algorithm for its..
  • BOSON - Boson Protocol (πŸ₯‰12 Β· ⭐ 64) - Trust minimised and cost minimised protocol that..
  • CWS - Seascape Crowns (πŸ₯‰10 Β· ⭐ 79) - No description.
  • MEME - Meme (πŸ₯‰10 Β· ⭐ 45 Β· πŸ’€) - Native token to the exclusive digital art NFT platform..
  • MIST - Alchemist (πŸ₯‰9 Β· ⭐ 240 Β· πŸ’€) - New way to yield farm. It is a way to provide LP tokens to..
  • AART - ALL.ART (πŸ₯‰9 Β· ⭐ 240) - ALL.ART Protocol brings better NFT standards, proper ownership..
  • NCR - Neos Credits (πŸ₯‰9 Β· ⭐ 190) - Metaverse engineered for the unknown. Its one of the most..
  • SAITO - Saito (πŸ₯‰9 Β· ⭐ 58) - Web3 Foundation grant recipient that runs blockchain applications..
  • COS - Contentos (πŸ₯‰9 Β· ⭐ 44 Β· πŸ’€) - Decentralized global content ecosystem invested by Binance..
  • NFTFY - Nftfy (πŸ₯‰8 Β· ⭐ 68) - Decentralized Application that provides the fractionalization of..
  • DYP - DeFi Yield Protocol (πŸ₯‰6 Β· ⭐ 150 Β· πŸ’€) - Why is DeFi Yield Protocol Unique? DeFi Yield..
  • LYXE - LUKSO Token (πŸ₯‰6 Β· ⭐ 37 Β· πŸ’€) - Blockchain platform specifically created for the lifestyle..
  • DRT - DomRaider (πŸ₯‰6 Β· ⭐ 36 Β· πŸ’€) - We aim at developing innovative solutions. DomRaider is the..
  • PAPER - Dope Wars Paper (πŸ₯‰5 Β· ⭐ 100) - A DAO for the streets. Build a character and develop..
  • BAKE - BakerySwap (πŸ₯‰4 Β· ⭐ 57 Β· πŸ’€) - No description.
  • XYZ - Universe.XYZ (πŸ₯‰4 Β· ⭐ 49 Β· πŸ’€) - Initiative, which grants voting rights to the $XYZ holders..
  • HORD - Hord (πŸ₯‰1 Β· ⭐ 6 Β· πŸ’€) - Protocol to create and trade ETFs, also known are tokenized baskets...

Top Internet of Things (IOT)

Back to top

Blockchains designed to facilitate the exchange of data and payment information with other IoT devices.

MIOTA - IOTA (πŸ₯‡38 Β· ⭐ 8.3K) - Open-source distributed data logging technology, which aims to securely..
stronghold.rs (πŸ₯‡27 Β· ⭐ 380) - Stronghold is a secret management engine written in rust. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 36 Β· πŸ“₯ 24 Β· πŸ“¦ 150 Β· πŸ“‹ 70 - 18% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/iotaledger/stronghold.rs
    
  • Cargo (πŸ“₯ 3.2K / month):

     cargo install iota_stronghold
    
goshimmer (πŸ₯‡27 Β· ⭐ 360) - Prototype implementation of IOTA 2.0. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 120 Β· πŸ“₯ 18K Β· πŸ“¦ 83 Β· πŸ“‹ 710 - 8% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/iotaledger/goshimmer
    
  • Go (πŸ“¦ 8 Β· ⏱️ 19.07.2022):

     go install github.com/iotaledger/goshimmer
    
iota.js (πŸ₯‡26 Β· ⭐ 960) - IOTA JavaScript. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 300 Β· πŸ“₯ 62 Β· πŸ“¦ 17 Β· πŸ“‹ 250 - 4% open Β· ⏱️ 11.03.2022):

     git clone https://github.com/iotaledger/iota.js
    
  • npm (πŸ“₯ 2.6K / month Β· πŸ“¦ 260 Β· ⏱️ 28.04.2020):

     npm install iota.lib.js
    
  • Maven (⏱️ 09.02.2020):

     <dependency>
     	<groupId>cljsjs</groupId>
     	<artifactId>iota</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
bee (πŸ₯‡26 Β· ⭐ 270) - A framework for IOTA nodes, clients and applications in Rust. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 82 Β· πŸ“₯ 12K Β· πŸ“¦ 3 Β· πŸ“‹ 440 - 23% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/iotaledger/bee
    
  • Cargo (πŸ“₯ 7.3K / month Β· πŸ“¦ 8 Β· ⏱️ 15.07.2022):

     cargo install bee-ternary
    
hornet (πŸ₯‡26 Β· ⭐ 260) - HORNET is a powerful IOTA fullnode software. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 140 Β· πŸ“₯ 37K Β· πŸ“¦ 12 Β· πŸ“‹ 430 - 4% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/iotaledger/hornet
    
iota.rs (πŸ₯‡26 Β· ⭐ 200) - Official IOTA Rust library. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 74 Β· πŸ“₯ 14K Β· πŸ“¦ 59 Β· πŸ“‹ 290 - 8% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/iotaledger/iota.rs
    
  • npm (πŸ“₯ 540 / month Β· πŸ“¦ 1 Β· ⏱️ 01.08.2022):

     npm install @iota/client
    
  • Cargo (πŸ“₯ 750 / month Β· πŸ“¦ 4 Β· ⏱️ 06.07.2022):

     cargo install iota-client
    
firefly (πŸ₯‡25 Β· ⭐ 370) - The official IOTA wallet. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 82 Β· πŸ“₯ 27K Β· πŸ“‹ 2.1K - 20% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/iotaledger/firefly
    
trinity-wallet (πŸ₯ˆ19 Β· ⭐ 490 Β· πŸ’€) - Trinity is IOTAs old, deprecated wallet. Use Firefly.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 120 Β· πŸ“₯ 330K Β· πŸ“‹ 720 - 19% open Β· ⏱️ 06.09.2021):

     git clone https://github.com/iotaledger/trinity-wallet
    
iota.go (πŸ₯ˆ19 Β· ⭐ 340) - IOTA Go API Library. Find documentation on.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 100 Β· πŸ“‹ 100 - 3% open Β· ⏱️ 25.02.2022):

     git clone https://github.com/iotaledger/iota.go
    
  • Go (πŸ“¦ 33 Β· ⏱️ 26.07.2022):

     go install github.com/iotaledger/iota.go
    
streams (πŸ₯ˆ19 Β· ⭐ 210) - IOTA Streams, a framework for cryptographic protocols called.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 48 Β· πŸ“₯ 12 Β· πŸ“¦ 9 Β· πŸ“‹ 120 - 45% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/iotaledger/streams
    
  • npm (πŸ“₯ 56 / month):

     npm install @iota/streams-wasm
    

15 projects are hidden because they don't fulfill the minimal requirements.


IOTX - IoTeX (πŸ₯‡29 Β· ⭐ 1.8K) - IOTX will be a Decentralized Network for Internet of Things Powered by..
iotex-core (πŸ₯‡29 Β· ⭐ 1.4K) - Official implementation of IoTeX blockchain protocol in Go. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 280 Β· πŸ“₯ 63K Β· πŸ“¦ 22 Β· πŸ“‹ 1.1K - 11% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/iotexproject/iotex-core
    
  • Go (πŸ“¦ 4 Β· ⏱️ 19.07.2022):

     go install github.com/iotexproject/iotex-core
    

5 projects are hidden because they don't fulfill the minimal requirements.


VET - VeChain (πŸ₯‡29 Β· ⭐ 980) - Worlds leading blockchain platform offering Blockchain-as-a-Service to..
thor (πŸ₯ˆ23 Β· ⭐ 740) - A general purpose blockchain highly compatible with Ethereums ecosystem. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 220 Β· πŸ“¦ 11 Β· πŸ“‹ 110 - 14% open Β· ⏱️ 29.07.2022):

     git clone https://github.com/vechain/thor
    
  • Go (πŸ“¦ 2 Β· ⏱️ 27.07.2022):

     go install github.com/vechain/thor
    

4 projects are hidden because they don't fulfill the minimal requirements.


HNT - Helium (πŸ₯ˆ24 Β· ⭐ 1.9K) - Powered by the Helium Blockchain, The Peoples Network represents a..
miner (πŸ₯ˆ23 Β· ⭐ 570) - Miner for the helium blockchain. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 220 Β· πŸ“‹ 550 - 34% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/helium/miner
    
HIP (πŸ₯ˆ18 Β· ⭐ 470) - Helium Improvement Proposals. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 300 Β· πŸ“‹ 110 - 39% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/helium/HIP
    
blockchain-core (πŸ₯ˆ18 Β· ⭐ 200) - Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 77 Β· πŸ“‹ 110 - 35% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/helium/blockchain-core
    
airship (πŸ₯‰13 Β· ⭐ 240) - Helium + Webmachine = Airship. A toolkit for building.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 14 Β· πŸ“‹ 27 - 33% open Β· ⏱️ 01.07.2022):

     git clone https://github.com/helium/airship
    

7 projects are hidden because they don't fulfill the minimal requirements.


DGB - DigiByte (πŸ₯ˆ23 Β· ⭐ 450 Β· πŸ’€) - Cryptocurrency on a public, rapidly growing and highly..
digibyte/digibyte (πŸ₯‡24 Β· ⭐ 370 Β· πŸ’€) - DigiByte Core 7.17.2 - CURRENT (1-30-2020) - 8.19.0.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 740 Β· πŸ”€ 180 Β· πŸ“₯ 310K Β· πŸ“‹ 130 - 14% open Β· ⏱️ 22.08.2021):

     git clone https://github.com/digibyte/digibyte
    

1 projects are hidden because they don't fulfill the minimal requirements.


XDATA - Streamr XDATA (πŸ₯ˆ23 Β· ⭐ 170) - Unstoppable real-time data for unstoppable apps.

4 projects are hidden because they don't fulfill the minimal requirements.


IOST - IOST (πŸ₯ˆ20 Β· ⭐ 580) - The IOS (Internet of Services) offers a solid infrastructure for online..
go-iost (πŸ₯ˆ20 Β· ⭐ 550) - Official Go implementation of the IOST blockchain. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 110 Β· πŸ“‹ 86 - 50% open Β· ⏱️ 28.06.2022):

     git clone https://github.com/iost-official/go-iost
    
  • Go (⏱️ 28.06.2022):

     go install github.com/iost-official/go-iost
    

1 projects are hidden because they don't fulfill the minimal requirements.


XRT - Robonomics Network (πŸ₯‰19 Β· ⭐ 370) - No description.
robonomics (πŸ₯ˆ20 Β· ⭐ 200) - Robonomics node implementation. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 54 Β· πŸ“₯ 17K Β· πŸ“‹ 160 - 10% open Β· ⏱️ 30.07.2022):

     git clone https://github.com/airalab/robonomics
    
hs-web3 (πŸ₯‰14 Β· ⭐ 170) - Web3 API for Haskell. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 53 Β· πŸ“‹ 65 - 16% open Β· ⏱️ 29.07.2022):

     git clone https://github.com/airalab/hs-web3
    

NODL (πŸ₯‰15 Β· ⭐ 360) - No description.

2 projects are hidden because they don't fulfill the minimal requirements.


ALIS - ALIS (πŸ₯‰15 Β· ⭐ 230) - Social media platform set to revolutionize the news and social media..
frontend-application (πŸ₯ˆ17 Β· ⭐ 180) - ALIS Media - Frontend Application. MIT
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 30 Β· ⏱️ 22.07.2022):

     git clone https://github.com/AlisProject/frontend-application
    

1 projects are hidden because they don't fulfill the minimal requirements.


Show 6 hidden projects...
  • CTXC - Cortex (πŸ₯‰19 Β· ⭐ 91) - Cortexs main mission is to provide the state-of-the-art machine-learning..
  • INXT - Internxt (πŸ₯‰17 Β· ⭐ 96) - Discover the incredible universe of Internxt. Make the switch to..
  • NOIA - Syntropy (πŸ₯‰15 Β· ⭐ 38 Β· πŸ’€) - Next-generation, Content Delivery Network, designed to..
  • CS - CREDITS (πŸ₯‰12 Β· ⭐ 150 Β· πŸ’€) - Credits team wants to create the fastest and most scalable..
  • DHX - DataHighway (πŸ₯‰8 Β· ⭐ 48 Β· πŸ’€) - DataHighways community members will ultimately be incentivized..
  • AMB - Ambrosus (πŸ₯‰7 Β· ⭐ 40 Β· πŸ’€) - Combining sensors, blockchain protocol & smart contracts, were..

Others

Back to top

BZZ - Swarm (πŸ₯‡34 Β· ⭐ 2.3K) - System of peer-to-peer networked nodes that create a decentralised..
ethersphere/bee (πŸ₯‡32 Β· ⭐ 1.4K) - Bee is a Swarm client implemented in Go. Its the basic.. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 320 Β· πŸ“₯ 260K Β· πŸ“¦ 76 Β· πŸ“‹ 1.2K - 6% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/ethersphere/bee
    
  • Go (πŸ“¦ 8 Β· ⏱️ 22.07.2022):

     go install github.com/ethersphere/bee
    

8 projects are hidden because they don't fulfill the minimal requirements.


CKB - Nervos Network (πŸ₯‡33 Β· ⭐ 2.3K) - Nervos CKByte (Common Knowledge Byte) is the native token of..
ckb (πŸ₯‡30 Β· ⭐ 1K) - The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 180 Β· πŸ“₯ 33K Β· πŸ“¦ 180 Β· πŸ“‹ 320 - 4% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/nervosnetwork/ckb
    
  • Cargo (πŸ“₯ 5.3K / month Β· πŸ“¦ 23 Β· ⏱️ 19.07.2022):

     cargo install ckb-jsonrpc-types
    
ckb-vm (πŸ₯ˆ21 Β· ⭐ 280) - CKBs vm, based on open source RISC-V ISA. MIT
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 45 Β· πŸ“¦ 650 Β· πŸ“‹ 32 - 31% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/nervosnetwork/ckb-vm
    
rfcs (πŸ₯ˆ16 Β· ⭐ 230) - This repository contains proposals, standards and documentations related to.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 140 Β· πŸ“‹ 67 - 32% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/nervosnetwork/rfcs
    

8 projects are hidden because they don't fulfill the minimal requirements.


CLNY - MarsColony (πŸ₯‡33 Β· ⭐ 810) - Hybrid token that contains attributes of government and..
colonyNetwork (πŸ₯ˆ20 Β· ⭐ 430) - Colony Network smart contracts. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 85 Β· πŸ“‹ 360 - 10% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/JoinColony/colonyNetwork
    
colonyStarter (🐣) - Colony Starter is back!. GPL-3.0
  • GitHub (⏱️ 16.05.2022):

     git clone https://github.com/JoinColony/colonyStarter
    

6 projects are hidden because they don't fulfill the minimal requirements.


ALEO (πŸ₯‡32 Β· ⭐ 2.3K) - No description.
snarkOS (πŸ₯‡28 Β· ⭐ 1.1K) - A Decentralized Operating System for Zero-Knowledge Applications. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 220 Β· πŸ“₯ 6.7K Β· πŸ“¦ 240 Β· πŸ“‹ 420 - 14% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/AleoHQ/snarkOS
    
  • Cargo (πŸ“₯ 390 / month Β· πŸ“¦ 5 Β· ⏱️ 13.02.2022):

     cargo install snarkos-metrics
    
snarkVM (πŸ₯‡28 Β· ⭐ 190) - A Virtual Machine for Zero-Knowledge Executions. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 73 Β· πŸ“¦ 280 Β· πŸ“‹ 120 - 47% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/AleoHQ/snarkVM
    
  • Cargo (πŸ“₯ 5.8K / month Β· πŸ“¦ 8 Β· ⏱️ 11.02.2022):

     cargo install snarkvm-parameters
    
leo (πŸ₯‡24 Β· ⭐ 280) - The Leo Programming Language. A Functional, Statically-Typed Language for.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 30 Β· πŸ“₯ 17K Β· πŸ“¦ 26 Β· πŸ“‹ 700 - 23% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/AleoHQ/leo
    
  • Cargo (πŸ“₯ 260 / month Β· πŸ“¦ 4 Β· ⏱️ 30.07.2021):

     cargo install leo-imports
    
AleoHQ/welcome (πŸ₯ˆ16 Β· ⭐ 150) - Welcome to Aleo. Where Applications Become Zero-Knowledge. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 31 Β· πŸ“‹ 31 - 80% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/AleoHQ/welcome
    
  • Cargo (πŸ“₯ 55 / month Β· ⏱️ 25.01.2021):

     cargo install aleo
    

2 projects are hidden because they don't fulfill the minimal requirements.


KLAY - Klaytn (πŸ₯‡32 Β· ⭐ 470) - Public blockchain platform of the leading South Korean mobile platform,..
klaytn (πŸ₯‡24 Β· ⭐ 310) - Official Go implementation of the Klaytn protocol. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 150 Β· πŸ“¦ 40 Β· πŸ“‹ 230 - 37% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/klaytn/klaytn
    
  • Go (πŸ“¦ 5 Β· ⏱️ 28.07.2022):

     go install github.com/Klaytn/Klaytn
    

3 projects are hidden because they don't fulfill the minimal requirements.


NIM - Nimiq (πŸ₯‡31 Β· ⭐ 2.8K) - Blockchain designed for simplicity. Nimiq aims to be the best performing..
qr-scanner (πŸ₯‡26 Β· ⭐ 1.5K) - Lightweight Javascript QR Code Scanner. MIT
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 380 Β· πŸ“¦ 910 Β· πŸ“‹ 160 - 29% open Β· ⏱️ 01.06.2022):

     git clone https://github.com/nimiq/qr-scanner
    
  • npm (πŸ“₯ 47K / month Β· πŸ“¦ 18 Β· ⏱️ 22.02.2022):

     npm install qr-scanner
    
  • Maven (⏱️ 25.07.2019):

     <dependency>
     	<groupId>org.webjars.npm</groupId>
     	<artifactId>qr-scanner</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
core-js (πŸ₯‡26 Β· ⭐ 1K Β· πŸ’€) - Official JavaScript implementation of the Nimiq protocol. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 220 Β· πŸ“¦ 88 Β· πŸ“‹ 240 - 16% open Β· ⏱️ 16.11.2021):

     git clone https://github.com/nimiq/core-js
    
  • npm (πŸ“₯ 4.8K / month Β· πŸ“¦ 19 Β· ⏱️ 17.02.2021):

     npm install @nimiq/core-web
    
  • Go (⏱️ 28.10.2021):

     go install github.com/nimiq/core-js
    

6 projects are hidden because they don't fulfill the minimal requirements.


EVER - Everscale (πŸ₯‡30 Β· ⭐ 680) - Fast, secure and scalable network with near-zero fees, which can..

9 projects are hidden because they don't fulfill the minimal requirements.


MINA - Mina Protocol (πŸ₯‡28 Β· ⭐ 1.5K) - The worlds lightest blockchain, powered by participants. Mina..
mina (πŸ₯‡31 Β· ⭐ 1.5K) - Mina is a new cryptocurrency with a constant size blockchain, improving.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 310 Β· πŸ“₯ 980 Β· πŸ“¦ 33 Β· πŸ“‹ 4.8K - 35% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/MinaProtocol/mina
    
  • npm (πŸ“₯ 250 / month Β· πŸ“¦ 1 Β· ⏱️ 27.07.2022):

     npm install mina-signer
    

KAR - Karura (πŸ₯‡28 Β· ⭐ 790) - All-in-one DeFi hub of Kusama. Founded by the Acala Foundation, Karura..
Acala (πŸ₯ˆ21 Β· ⭐ 660) - Acala - cross-chain DeFi hub and stablecoin based on Substrate for.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 210 Β· πŸ“₯ 4 Β· πŸ“‹ 850 - 18% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/AcalaNetwork/Acala
    

2 projects are hidden because they don't fulfill the minimal requirements.


XYM - Symbol (πŸ₯‡28 Β· ⭐ 300) - Trusted and secure enterprise blockchain that smooths business friction,..

7 projects are hidden because they don't fulfill the minimal requirements.


HBOT - Hummingbot (πŸ₯‡26 Β· ⭐ 4.5K) - The Hummingbot Governance Token (HBOT) is a standard ERC-20..
hummingbot/hummingbot (πŸ₯‡29 Β· ⭐ 4.5K) - Hummingbot is open source software that helps you.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 1.5K Β· πŸ“₯ 28 Β· πŸ“‹ 2.5K - 16% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/hummingbot/hummingbot
    

XEC - eCash (πŸ₯‡26 Β· ⭐ 1.1K) - Derived from one of the most trusted names in the cryptocurrency space,..
bitcoin-abc (πŸ₯‡29 Β· ⭐ 1.1K) - This a mirror of the official Bitcoin-ABC repository. Please see.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 820 Β· πŸ”€ 650 Β· πŸ“₯ 50K Β· πŸ“‹ 350 - 19% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/Bitcoin-ABC/bitcoin-abc
    

CARD - Cardstack (πŸ₯‡26 Β· ⭐ 350) - The experience layer of the decentralized internet. Cardstack..
cardstack (πŸ₯‡30 Β· ⭐ 310) - The mono-repo for the core Cardstack framework. MIT
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 62 Β· πŸ“‹ 530 - 2% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/cardstack/cardstack
    
  • npm (πŸ“₯ 2.1K / month Β· πŸ“¦ 52 Β· ⏱️ 24.06.2022):

     npm install @cardstack/eslint-config
    

1 projects are hidden because they don't fulfill the minimal requirements.


SMH (πŸ₯‡25 Β· ⭐ 730) - No description.
go-spacemesh (πŸ₯‡25 Β· ⭐ 580) - Go Implementation of the Spacemesh protocol full node. MIT
  • GitHub (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 130 Β· πŸ“₯ 1.2K Β· πŸ“¦ 24 Β· πŸ“‹ 1.9K - 16% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/spacemeshos/go-spacemesh
    
  • Go (πŸ“¦ 9 Β· ⏱️ 14.06.2022):

     go install github.com/spacemeshos/go-spacemesh
    

2 projects are hidden because they don't fulfill the minimal requirements.


NMC - Namecoin (πŸ₯‡25 Β· ⭐ 540) - Experimental open-source technology which improves decentralization,..
namecoin-core (πŸ₯‡26 Β· ⭐ 420) - Namecoin full node + wallet based on the current Bitcoin Core.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 150 Β· πŸ“‹ 310 - 44% open Β· ⏱️ 18.07.2022):

     git clone https://github.com/namecoin/namecoin-core
    

1 projects are hidden because they don't fulfill the minimal requirements.


CFG - Centrifuge (πŸ₯‡25 Β· ⭐ 470) - The centrifuge token model powers centrifuge, providing the..

5 projects are hidden because they don't fulfill the minimal requirements.


RBTC - Rootstock RSK (πŸ₯‡24 Β· ⭐ 870) - First open-source smart contract platform with a 2-way peg to..
rskj (πŸ₯ˆ22 Β· ⭐ 650) - RSKj is a Java implementation of the RSK protocol. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 230 Β· πŸ“₯ 8K Β· πŸ“‹ 370 - 34% open Β· ⏱️ 26.07.2022):

     git clone https://github.com/rsksmart/rskj
    

4 projects are hidden because they don't fulfill the minimal requirements.


UDT - Unlock Protocol (πŸ₯‡24 Β· ⭐ 670) - No description.
unlock (πŸ₯‡27 Β· ⭐ 670) - nlock is a protocol for memberships built on a blockchain. MIT
  • GitHub (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 160 Β· πŸ“‹ 1.8K - 9% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/unlock-protocol/unlock
    
  • npm (πŸ“₯ 670 / month Β· ⏱️ 18.07.2022):

     npm install @unlock-protocol/unlock-js
    

WIT - Witnet (πŸ₯‡24 Β· ⭐ 390) - WITchain Provide Digital Token Development and Value Management Service..
witnet-rust (πŸ₯ˆ22 Β· ⭐ 150) - Open source Rust implementation of the Witnet decentralized.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 50 Β· πŸ“₯ 48K Β· πŸ“‹ 1K - 7% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/witnet/witnet-rust
    

4 projects are hidden because they don't fulfill the minimal requirements.


SQT - Squidgame Token (πŸ₯‡24 Β· ⭐ 240) - Online survival simulation game, where users can..
subql (πŸ₯‡26 Β· ⭐ 240) - Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 76 Β· πŸ“¦ 3.8K Β· πŸ“‹ 330 - 17% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/subquery/subql
    
  • npm (πŸ“₯ 56 / month):

     npm install @subqlmono/node
    

SA - Superalgos (πŸ₯ˆ23 Β· ⭐ 2.8K) - No description.
Superalgos (πŸ₯‡27 Β· ⭐ 2.8K) - Free, open-source crypto trading bot, automated bitcoin /.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 4.6K Β· πŸ“₯ 6.2K Β· πŸ“‹ 420 - 17% open Β· ⏱️ 06.04.2022):

     git clone https://github.com/Superalgos/Superalgos
    

TBX - Tokenbox (πŸ₯ˆ23 Β· ⭐ 910) - Utility token that providing an access to the platforms services...
defi-sdk (πŸ₯ˆ16 Β· ⭐ 680) - DeFi SDK Makes Money Lego Work. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 190 Β· πŸ“‹ 46 - 45% open Β· ⏱️ 04.07.2022):

     git clone https://github.com/zeriontech/defi-sdk
    

3 projects are hidden because they don't fulfill the minimal requirements.


OKT - OEC Token (πŸ₯ˆ23 Β· ⭐ 750) - OKExChain is open-source, public blockchain technology developed by..
exchain (πŸ₯‡25 Β· ⭐ 360 Β· πŸ“ˆ) - The Infrastructure of Decentralized Exchange. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 120 Β· πŸ“₯ 13 Β· πŸ“¦ 33 Β· πŸ“‹ 230 - 22% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/okex/exchain
    
  • Go (πŸ“¦ 10 Β· ⏱️ 18.07.2022):

     go install github.com/okex/exchain
    
V3-Open-API-SDK (πŸ₯‰11 Β· ⭐ 380 Β· πŸ’€) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 320 Β· πŸ“¦ 5 Β· πŸ“‹ 58 - 93% open Β· ⏱️ 13.08.2021):

     git clone https://github.com/okex/V3-Open-API-SDK
    
  • Go:

     go install github.com/okex/v3-open-api-sdk
    

RHOC (πŸ₯ˆ23 Β· ⭐ 720) - No description.
rchain (πŸ₯‡24 Β· ⭐ 670) - Blockchain (smart contract) platform using CBC-Casper proof of.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 200 Β· πŸ“₯ 6.2K Β· πŸ“‹ 250 - 37% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/rchain/rchain
    
  • Maven:

     <dependency>
     	<groupId>coop.rchain</groupId>
     	<artifactId>rspace_2.12</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    

1 projects are hidden because they don't fulfill the minimal requirements.


OAC - One Army Coin (πŸ₯ˆ23 Β· ⭐ 690) - One Army Coin (OAC) is set up to empower green projects..
community-platform (πŸ₯‡24 Β· ⭐ 480) - A platform to build useful communities that aim to tackle.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 170 Β· πŸ“‹ 690 - 10% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/ONEARMY/community-platform
    
precious-plastic-kit (πŸ₯‰12 Β· ⭐ 150) - Precious Plastic Downloadpack. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 49 Β· πŸ“₯ 45K Β· πŸ“‹ 11 - 54% open Β· ⏱️ 15.03.2022):

     git clone https://github.com/ONEARMY/precious-plastic-kit
    

1 projects are hidden because they don't fulfill the minimal requirements.


GRC - Gridcoin (πŸ₯ˆ23 Β· ⭐ 550) - Cryptocurrency which rewards volunteer distributed computation..
Gridcoin-Research (πŸ₯‡25 Β· ⭐ 550) - Gridcoin-Research. MIT
  • GitHub (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 160 Β· πŸ“₯ 67K Β· πŸ“‹ 970 - 3% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/gridcoin-community/Gridcoin-Research
    

BICO - Biconomy (πŸ₯ˆ23 Β· ⭐ 270) - Biconomy provides plug-n-play APIs to make web3.0 user-friendly..

3 projects are hidden because they don't fulfill the minimal requirements.


REGEN - Regen (πŸ₯ˆ23 Β· ⭐ 200) - Token for the Regen Network Platform.
regen-ledger (πŸ₯‡24 Β· ⭐ 170) - Blockchain for planetary regeneration. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 69 Β· πŸ“₯ 1K Β· πŸ“¦ 6 Β· πŸ“‹ 580 - 16% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/regen-network/regen-ledger
    
  • Go (πŸ“¦ 12 Β· ⏱️ 26.07.2022):

     go install github.com/regen-network/regen-ledger/x/ecocredit
    

1 projects are hidden because they don't fulfill the minimal requirements.


IRIS - IRISnet (πŸ₯ˆ22 Β· ⭐ 420) - Inter-chain Service Infrastructure and Protocol Technology Foundation..
irishub (πŸ₯ˆ21 Β· ⭐ 260) - A BPoS blockchain that enables cross-chain interoperability through a.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 110 Β· πŸ“₯ 2.5K Β· πŸ“¦ 21 Β· πŸ“‹ 620 - 0% open Β· ⏱️ 30.06.2022):

     git clone https://github.com/irisnet/irishub
    
  • Go (πŸ“¦ 5 Β· ⏱️ 18.03.2022):

     go install github.com/irisnet/irishub
    

2 projects are hidden because they don't fulfill the minimal requirements.


WFCT - Wrapped FCT (πŸ₯ˆ22 Β· ⭐ 380) - Wrapped FCT (WFCT) is community led, 100% backed and..
factomd (πŸ₯ˆ19 Β· ⭐ 210) - Factom Daemon. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 85 Β· πŸ“₯ 250 Β· πŸ“¦ 40 Β· πŸ“‹ 120 - 23% open Β· ⏱️ 21.02.2022):

     git clone https://github.com/FactomProject/factomd
    
  • Go:

     go install github.com/FactomProject/factomd
    

3 projects are hidden because they don't fulfill the minimal requirements.


PRV - PrivacySwap (πŸ₯ˆ22 Β· ⭐ 200) - PrivacySwaps intention is to amass a community of hodlers,..

2 projects are hidden because they don't fulfill the minimal requirements.


CHAI - Chai (πŸ₯ˆ21 Β· ⭐ 3.2K) - Accrue interest on your Dai by turning it into Chai.
dapptools (πŸ₯ˆ19 Β· ⭐ 1.7K) - Dapp, Seth, Hevm, and more. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 280 Β· πŸ“₯ 420 Β· πŸ“‹ 420 - 38% open Β· ⏱️ 27.07.2022):

     git clone https://github.com/dapphub/dapptools
    
ds-proxy (πŸ₯‰10 Β· ⭐ 240) - a proxy object that can compose transactions on owners behalf. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 47 Β· πŸ“‹ 15 - 46% open Β· ⏱️ 05.06.2022):

     git clone https://github.com/dapphub/ds-proxy
    
ds-token (πŸ₯‰10 Β· ⭐ 200 Β· πŸ’€) - A simple and sufficient ERC20 implementation. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 59 Β· πŸ“‹ 16 - 25% open Β· ⏱️ 08.01.2022):

     git clone https://github.com/dapphub/ds-token
    

5 projects are hidden because they don't fulfill the minimal requirements.


SFF - Sunflower Farm (πŸ₯ˆ21 Β· ⭐ 1.4K) - This Project is Play To Earn ,with Great Community..
sunflower-farmers (πŸ₯ˆ22 Β· ⭐ 1.4K) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 400 Β· πŸ“‹ 590 - 1% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/sunflower-farmers/sunflower-farmers
    

DTUBE - Dtube Coin (πŸ₯ˆ21 Β· ⭐ 1.3K) - DTube Coin: a utility token for video, it enables people to..
dtube (πŸ₯ˆ17 Β· ⭐ 730) - d.tube app. A full-featured video sharing website, decentralized. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 170 Β· πŸ“‹ 280 - 38% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/dtube/dtube
    
production (πŸ₯‰11 Β· ⭐ 370) - Production app for D.Tube. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 2 Β· πŸ“‹ 33 - 3% open Β· ⏱️ 25.07.2022):

     git clone https://github.com/dtube/production
    

2 projects are hidden because they don't fulfill the minimal requirements.


AURORA - Aurora (πŸ₯ˆ21 Β· ⭐ 710) - EVM built on the NEAR Protocol, delivering a turn-key solution..
rainbow-bridge (πŸ₯ˆ19 Β· ⭐ 250) - NEAR Ethereum Decentralized Bridge. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 67 Β· πŸ“¦ 4 Β· πŸ“‹ 350 - 30% open Β· ⏱️ 06.07.2022):

     git clone https://github.com/aurora-is-near/rainbow-bridge
    
  • npm (πŸ“₯ 3 / month):

     npm install rainbow-bridge-watchdog
    
aurora-engine (πŸ₯ˆ16 Β· ⭐ 230) - Aurora Engine implements an Ethereum Virtual Machine.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 51 Β· πŸ“₯ 640 Β· πŸ“‹ 140 - 43% open Β· ⏱️ 23.06.2022):

     git clone https://github.com/aurora-is-near/aurora-engine
    

5 projects are hidden because they don't fulfill the minimal requirements.


DVPN - Sentinel (πŸ₯ˆ21 Β· ⭐ 470) - A modern VPN backed by blockchain anonymity and security. Share &..

4 projects are hidden because they don't fulfill the minimal requirements.


JBX - JBOX (πŸ₯ˆ21 Β· ⭐ 220) - Our vision is to be the company that decentralizes the video market..

2 projects are hidden because they don't fulfill the minimal requirements.


UBI - Universal Basic Income (πŸ₯ˆ20 Β· ⭐ 2.3K) - First application to be built on top of the Proof of..
dapp (πŸ₯ˆ21 Β· ⭐ 1.4K) - Censorship resistant democracies. MIT
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 270 Β· πŸ“‹ 380 - 22% open Β· ⏱️ 21.03.2022):

     git clone https://github.com/DemocracyEarth/dapp
    
paper (πŸ₯ˆ17 Β· ⭐ 600) - On self sovereign human identity. MIT
  • GitHub (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 120 Β· πŸ“‹ 100 - 72% open Β· ⏱️ 23.05.2022):

     git clone https://github.com/DemocracyEarth/paper
    
ubi (πŸ₯‰12 Β· ⭐ 210) - Universal Basic Income token. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 32 Β· πŸ“‹ 12 - 16% open Β· ⏱️ 18.04.2022):

     git clone https://github.com/DemocracyEarth/ubi
    

1 projects are hidden because they don't fulfill the minimal requirements.


LAT - PlatON Network (πŸ₯ˆ20 Β· ⭐ 600) - No description.
PlatON-Go (πŸ₯ˆ21 Β· ⭐ 410) - Golang implementation of the PlatON protocol. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 140 Β· πŸ“₯ 500 Β· πŸ“¦ 7 Β· πŸ“‹ 660 - 1% open Β· ⏱️ 20.05.2022):

     git clone https://github.com/PlatONnetwork/PlatON-Go
    
  • Go (πŸ“¦ 1 Β· ⏱️ 29.04.2022):

     go install github.com/PlatONnetwork/PlatON-Go
    
client-sdk-java (πŸ₯‰12 Β· ⭐ 160 Β· πŸ’€) - A java interface for interacting with the PlatON.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 18 Β· πŸ“₯ 39 Β· πŸ“‹ 28 - 46% open Β· ⏱️ 09.08.2021):

     git clone https://github.com/PlatONnetwork/client-sdk-java
    

1 projects are hidden because they don't fulfill the minimal requirements.


STC - Starcoin (πŸ₯ˆ20 Β· ⭐ 480) - Student Coin aims to change the future of the digital economy. Student..
starcoin (πŸ₯‡24 Β· ⭐ 480) - Starcoin - A smart contract blockchain network that scales by.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 120 Β· πŸ“₯ 7.8K Β· πŸ“‹ 890 - 14% open Β· ⏱️ 03.08.2022):

     git clone https://github.com/starcoinorg/starcoin
    

NEU - Neumark (πŸ₯ˆ20 Β· ⭐ 450 Β· πŸ’€) - Neumarks (NEU) are Neufunds protocol tokens which participants..

4 projects are hidden because they don't fulfill the minimal requirements.


LIKE - LikeCoin (πŸ₯ˆ20 Β· ⭐ 240) - LikeCoin aims to reinvent the Like by realigning creativity and..

4 projects are hidden because they don't fulfill the minimal requirements.


SOV - Sovryn (πŸ₯ˆ20 Β· ⭐ 160) - X16r GPU minable crypto with masternodes. Premine: 850 000 SOV.

2 projects are hidden because they don't fulfill the minimal requirements.


IBXC (πŸ₯ˆ19 Β· ⭐ 7.5K) - No description.
go-ibax (πŸ₯ˆ22 Β· ⭐ 7.5K) - An innovative Blockchain Protocol Platform, which everyone can.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 6.1K Β· πŸ“¦ 3 Β· πŸ“‹ 260 - 31% open Β· ⏱️ 02.08.2022):

     git clone https://github.com/IBAX-io/go-ibax
    

CHN - Chain (πŸ₯ˆ19 Β· ⭐ 1.8K) - Cloud blockchain infrastructure that enables organizations to build..
chain (πŸ₯ˆ21 Β· ⭐ 1.8K) - Chain Core - Open Source Ledger-as-a-Service. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 360 Β· πŸ“¦ 4 Β· πŸ“‹ 120 - 0% open Β· ⏱️ 05.05.2022):

     git clone https://github.com/chain/chain
    
  • npm (πŸ“₯ 38 / month Β· πŸ“¦ 11 Β· ⏱️ 12.05.2017):

     npm install chain-sdk
    
  • Maven (⏱️ 18.09.2017):

     <dependency>
     	<groupId>com.chain</groupId>
     	<artifactId>sequence-sdk</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    

GIV - Giveth (πŸ₯ˆ19 Β· ⭐ 530) - Community focused on Building the Future of Giving using blockchain..
giveth-dapp (πŸ₯ˆ19 Β· ⭐ 320) - Giveth Dapp for crowdfunding and managing donations on the.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 220 Β· πŸ“‹ 1.7K - 13% open Β· ⏱️ 07.04.2022):

     git clone https://github.com/Giveth/giveth-dapp
    

3 projects are hidden because they don't fulfill the minimal requirements.


TNT - Tierion (πŸ₯ˆ19 Β· ⭐ 410) - Use the blockchain as a global platform to verify any data, file,..

6 projects are hidden because they don't fulfill the minimal requirements.


PNK - Kleros (πŸ₯ˆ19 Β· ⭐ 290) - Blockchain Dispute Resolution Layer that provides fast, secure and..
kleros (πŸ₯ˆ21 Β· ⭐ 200 Β· πŸ’€) - Kleros smart contracts. MIT
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 62 Β· πŸ“¦ 39 Β· πŸ“‹ 70 - 20% open Β· ⏱️ 13.01.2022):

     git clone https://github.com/kleros/kleros
    
  • npm (πŸ“₯ 860 / month Β· πŸ“¦ 4 Β· ⏱️ 10.05.2020):

     npm install @kleros/kleros
    

1 projects are hidden because they don't fulfill the minimal requirements.


NUUM (πŸ₯ˆ19 Β· ⭐ 210) - No description.

2 projects are hidden because they don't fulfill the minimal requirements.


BSV - Bitcoin SV (πŸ₯ˆ18 Β· ⭐ 560) - New coin splitted of Bitcoin Cash blockchain on 15 November 2018...
bitcoin-sv (πŸ₯ˆ20 Β· ⭐ 560) - Bitcoin SV (Satoshi Vision) is the original Bitcoin. This.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 620 Β· πŸ”€ 260 Β· πŸ“‹ 220 - 6% open Β· ⏱️ 14.04.2022):

     git clone https://github.com/bitcoin-sv/bitcoin-sv
    

NODE - DAppNode (πŸ₯ˆ18 Β· ⭐ 430) - Smart nodes on the chain where Acute angle blockchain..
DAppNode (πŸ₯ˆ20 Β· ⭐ 430) - General repository of the project dappnode. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 52 Β· πŸ“₯ 38K Β· πŸ“‹ 360 - 25% open Β· ⏱️ 20.06.2022):

     git clone https://github.com/dappnode/DAppNode
    

APPC - AppCoins (πŸ₯ˆ18 Β· ⭐ 380 Β· πŸ’€) - AppCoin tokens (APPC Tokens) are ERC-20 compatible tokens..
aptoide-client-v8 (πŸ₯ˆ19 Β· ⭐ 230 Β· πŸ’€) - All the Apps you need. Discover your new Android App.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 64 Β· πŸ“₯ 4.3K Β· πŸ“‹ 36 - 36% open Β· ⏱️ 13.10.2021):

     git clone https://github.com/Aptoide/aptoide-client-v8
    

2 projects are hidden because they don't fulfill the minimal requirements.


ABLOCK - ANY Blocknet (πŸ₯ˆ18 Β· ⭐ 270) - No description.
blocknet (πŸ₯ˆ21 Β· ⭐ 220 Β· πŸ’€) - Official Blocknet cryptocurrency wallet. MIT
  • GitHub (πŸ‘¨β€πŸ’» 760 Β· πŸ”€ 84 Β· πŸ“₯ 81K Β· πŸ“‹ 60 - 86% open Β· ⏱️ 20.08.2021):

     git clone https://github.com/blocknetdx/blocknet
    

1 projects are hidden because they don't fulfill the minimal requirements.


NOS - Nitrous Finance (πŸ₯ˆ18 Β· ⭐ 200 Β· πŸ’€) - Virtual Operating System for a new, transparent..
nos/client (πŸ₯ˆ22 Β· ⭐ 200 Β· πŸ’€) - The nOS Client. MIT
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 74 Β· πŸ“₯ 84K Β· πŸ“‹ 220 - 21% open Β· ⏱️ 21.11.2021):

     git clone https://github.com/nos/client
    

XHT - HollaEx Token (πŸ₯ˆ18 Β· ⭐ 180) - XHT token is utilized by exchange operators that are using..
hollaex-kit (πŸ₯ˆ20 Β· ⭐ 180) - Exchange Starter Kit to run your own Digital Asset Trading.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 160 Β· πŸ“¦ 17 Β· πŸ“‹ 24 - 25% open Β· ⏱️ 20.07.2022):

     git clone https://github.com/bitholla/hollaex-kit
    

ADM - ADAMANT Messenger (πŸ₯ˆ17 Β· ⭐ 860) - Decentralized anonymous messenger based on the blockchain..
adamant-im (πŸ₯ˆ17 Β· ⭐ 240) - ADAMANT Decentralized Messenger. Progressive Web Application (PWA). GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 42 Β· πŸ“₯ 7.7K Β· πŸ“‹ 20 - 15% open Β· ⏱️ 22.05.2022):

     git clone https://github.com/Adamant-im/adamant-im
    
adamant (πŸ₯‰15 Β· ⭐ 400 Β· πŸ’€) - ADAMANT Blockchain Node. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 28 Β· πŸ“¦ 2 Β· πŸ“‹ 4 - 50% open Β· ⏱️ 17.01.2022):

     git clone https://github.com/Adamant-im/adamant
    
ETH-transactions-storage (πŸ₯‰11 Β· ⭐ 220) - Indexer for Ethereum to get transaction list by ETH.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 61 Β· πŸ“‹ 12 - 41% open Β· ⏱️ 06.07.2022):

     git clone https://github.com/Adamant-im/ETH-transactions-storage
    

AOLB - Argentum Online Libre Token B (πŸ₯ˆ17 Β· ⭐ 230) - Collaborative project using open-source as a banner...

3 projects are hidden because they don't fulfill the minimal requirements.


GRAM - OpenGram (πŸ₯ˆ16 Β· ⭐ 1.5K) - The GRAM team is not the telegram official team. The goal of the..
ton-blockchain/ton (πŸ₯ˆ17 Β· ⭐ 1.5K) - Main TON monorepo. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 300 Β· πŸ“‹ 300 - 17% open Β· ⏱️ 16.07.2022):

     git clone https://github.com/ton-blockchain/ton
    

TPT - Token Pocket (πŸ₯ˆ16 Β· ⭐ 550) - TPT stands for TokenPocket Token. It is a utility token..

4 projects are hidden because they don't fulfill the minimal requirements.


OK - OKCash (πŸ₯ˆ16 Β· ⭐ 290) - Hybrid cryptocurrency that started with PoW mining on November 2014 to..
okcash (πŸ₯ˆ19 Β· ⭐ 290) - Okcash Core integration/staging tree. MIT
  • GitHub (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 180 Β· πŸ“₯ 4.5K Β· ⏱️ 23.02.2022):

     git clone https://github.com/okcashpro/okcash
    

LYL - LoyalCoin (πŸ₯ˆ16 Β· ⭐ 280) - Customer loyalty-oriented digital asset that is replacing and..
NanoWallet (πŸ₯ˆ18 Β· ⭐ 280) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 4 Β· πŸ“₯ 790K Β· πŸ“‹ 470 - 17% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/NemProject/NanoWallet
    
  • npm (πŸ“₯ 6 / month):

     npm install snapwallet
    

1 projects are hidden because they don't fulfill the minimal requirements.


XFC - Football Coin (πŸ₯‰15 Β· ⭐ 810) - FootballCoin gives you the chance to showcase your managerial..
MultiChain/multichain (πŸ₯ˆ16 Β· ⭐ 530) - Source code for multichaind, multichain-cli and.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 240 Β· πŸ“‹ 59 - 62% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/MultiChain/multichain
    

2 projects are hidden because they don't fulfill the minimal requirements.


JUNO - Juno Network (πŸ₯‰15 Β· ⭐ 220) - No description.
juno (πŸ₯ˆ19 Β· ⭐ 220) - Open Source Platform for Interoperable Smart Contracts. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 79 Β· πŸ“₯ 2.2K Β· πŸ“‹ 65 - 26% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/CosmosContracts/juno
    
  • Go (⏱️ 06.04.2022):

     go install github.com/cosmoscontracts/juno
    

KINT - Kintsugi (πŸ₯‰15 Β· ⭐ 170) - ## What Is Kintsugi Network (KINT)? Kintsugi is Interlays canary..
interbtc (πŸ₯ˆ19 Β· ⭐ 170) - interBTC: Trustless Bitcoin Anywhere. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 40 Β· πŸ“₯ 1K Β· πŸ“‹ 40 - 55% open Β· ⏱️ 01.08.2022):

     git clone https://github.com/interlay/interbtc
    

TONCOIN - The Open Network (πŸ₯‰14 Β· ⭐ 390) - The next gen network to unite all blockchains and the..
ton (πŸ₯‰11 Β· ⭐ 330) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 68 Β· πŸ“₯ 240 Β· ⏱️ 24.04.2022):

     git clone https://github.com/newton-blockchain/ton
    

1 projects are hidden because they don't fulfill the minimal requirements.


DRGN - Dragonchain (πŸ₯‰13 Β· ⭐ 700) - Platform, that stores and secures business-client data,..
dragonchain (πŸ₯‰15 Β· ⭐ 700) - Dragonchain blockchain platform - simplified integration of.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 160 Β· πŸ“‹ 170 - 31% open Β· ⏱️ 26.07.2022):

     git clone https://github.com/dragonchain/dragonchain
    

YOYOW - YOYOW (πŸ₯‰13 Β· ⭐ 290 Β· πŸ’€) - YOYOW, named from You Own Your Own Words, is a blockchain-..
yoyow-core (πŸ₯‰14 Β· ⭐ 240 Β· πŸ’€) - YOYOW Blockchain: You Own Your Own Words. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 75 Β· πŸ“₯ 1.4K Β· ⏱️ 12.12.2021):

     git clone https://github.com/yoyow-org/yoyow-core
    

1 projects are hidden because they don't fulfill the minimal requirements.


BMH - BlockMesh (πŸ₯‰13 Β· ⭐ 210) - BlockMesh, a software company based in Mauritius - utilizes the..
serval-dna (πŸ₯‰13 Β· ⭐ 170) - The Serval Projects core daemon that implements Distributed.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 77 Β· πŸ“‹ 120 - 25% open Β· ⏱️ 02.06.2022):

     git clone https://github.com/servalproject/serval-dna
    

1 projects are hidden because they don't fulfill the minimal requirements.


CELR - Celer Network (πŸ₯‰12 Β· ⭐ 380) - Celer Network Bring Internet Scale to Every Blockchain.

5 projects are hidden because they don't fulfill the minimal requirements.


DOS - DOS Network (πŸ₯‰12 Β· ⭐ 260 Β· πŸ’€) - A Decentralized Oracle Service Network to Boost..

4 projects are hidden because they don't fulfill the minimal requirements.


AIR - AirCoin (πŸ₯‰11 Β· ⭐ 2.8K) - The Air Coin(AIR) project was issued to mock the madness of the..
AirCash (πŸ₯‰14 Β· ⭐ 2.8K) - Cash system for AIR. MIT
  • GitHub (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 610 Β· ⏱️ 10.04.2022):

     git clone https://github.com/Aircoin-official/AirCash
    

Show 166 hidden projects...
  • DADI - Edge (πŸ₯ˆ22 Β· ⭐ 500 Β· πŸ’€) - DADI decentralized web services: a new era of cloud computing..
  • DEV - Dev Protocol (πŸ₯ˆ22 Β· ⭐ 130) - Well decentralized network of Masternodes without..
  • EWT - Energy Web Token (πŸ₯ˆ20 Β· ⭐ 85) - Native token of the Energy Web Chain, a public, Proof-of-..
  • MUSIC - NFTMusic.ai (πŸ₯ˆ19 Β· ⭐ 270 Β· πŸ’€) - Music streaming platform built on the blockchain that..
  • IOV - Starname (πŸ₯ˆ19 Β· ⭐ 200 Β· πŸ’€) - Vertical application of blockchain technology in the field of..
  • XHDX - HydraDX (πŸ₯ˆ19 Β· ⭐ 120) - No description.
  • UMEE - Umee (πŸ₯ˆ18 Β· ⭐ 140) - Cross chain DeFi hub that interconnects between blockchains. As a base..
  • ALPH - Alephium (πŸ₯ˆ18 Β· ⭐ 85) - First operational sharded blockchain bringing scalability, ETH-..
  • ZTG (πŸ₯ˆ17 Β· ⭐ 130) - No description.
  • POKT - Pocket Network (πŸ₯ˆ17 Β· ⭐ 130) - Blockchain data platform built for applications that uses..
  • QLC - QLC Chain (πŸ₯ˆ17 Β· ⭐ 99) - Qlink will be a decentralized mobile network, is dedicated to..
  • EFX - Effect Network (πŸ₯ˆ17 Β· ⭐ 98) - Effect Network is ought to be a decentralized platform for..
  • AIN - AI Network (πŸ₯ˆ17 Β· ⭐ 49) - AINORI develops various platforms such as Mining, Staking,..
  • GBX - GoByte (πŸ₯ˆ17 Β· ⭐ 35) - Innovative cryptocurrency. A form of digital currency secured by..
  • DAV - DAV Network (πŸ₯ˆ16 Β· ⭐ 330 Β· πŸ’€) - Open source Software platform that allows anyone to buy..
  • OST - OST (πŸ₯ˆ16 Β· ⭐ 120 Β· πŸ’€) - Protocol for consumer-app tokenization and an ERC-20 utility token..
  • EMC - EmerCoin (πŸ₯ˆ16 Β· ⭐ 110) - Emercoin - Distributed blockchain services for business and personal..
  • GRFT - Graft Blockchain (πŸ₯ˆ16 Β· ⭐ 80 Β· πŸ’€) - Accept cryptocurrency at the Point of Sale Merchants..
  • DYN - Dynamic (πŸ₯ˆ16 Β· ⭐ 60 Β· πŸ’€) - Dynamic enables fast, secure, verifiable transfers of data using..
  • KEY - SelfKey (πŸ₯ˆ16 Β· ⭐ 49 Β· πŸ’€) - Blockchain based identity network that allows individuals and..
  • QORT (πŸ₯ˆ16 Β· ⭐ 47) - No description.
  • AMLT - AMLT Network (πŸ₯‰15 Β· ⭐ 1.4K Β· πŸ’€) - The Coinfirm AML/CTF Platform and its AMLT Network..
  • XPM - Primecoin (πŸ₯‰15 Β· ⭐ 320 Β· πŸ’€) - Innovative cryptocurrency, a form of digital currency secured by..
  • TEER - Integritee (πŸ₯‰15 Β· ⭐ 130) - The Integritee platform enables firms and dApps to process their..
  • HAUS - DAOhaus (πŸ₯‰15 Β· ⭐ 130) - This HAUS doesnt build itself It takes a community, and HausDAO..
  • SMART - SmartCash (πŸ₯‰15 Β· ⭐ 87) - Self-funded cryptocurrency focused on daily payments, fast..
  • BLK - BlackCoin (πŸ₯‰15 Β· ⭐ 81 Β· πŸ’€) - Peer-to-peer cryptocurrency, which uses only proof-of-stake..
  • WGR - Wagerr (πŸ₯‰15 Β· ⭐ 69 Β· πŸ’€) - Wagerr (WGR), a fully decentralized sports betting blockchain...
  • SSV - SSV Network (πŸ₯‰15 Β· ⭐ 64) - SSV promotes decentralization, security, and liveness across..
  • SFT - Safety (πŸ₯‰15 Β· ⭐ 64 Β· πŸ’€) - Safex describes itself as a privacy-focused open-source..
  • XMY - Myriad (πŸ₯‰15 Β· ⭐ 47 Β· πŸ’€) - Myriad - A Coin For Everyone. Myriad is the first Multi-Algo coin...
  • STSOL - Lido Staked SOL (πŸ₯‰14 Β· ⭐ 150) - Lido-DAO governed liquid staking protocol for the..
  • CAPS - Ternoa (πŸ₯‰14 Β· ⭐ 140) - Memories are an essential part of who we are. If memory plays an..
  • BTDX - Bitcloud (πŸ₯‰14 Β· ⭐ 140) - BITCLOUD - DIGITAL CURRENCY.
  • ASTRO - Astroport (πŸ₯‰14 Β· ⭐ 100) - Next generation AMM on Terra chain. It offers multiple pool..
  • HEZ - Hermez Network (πŸ₯‰14 Β· ⭐ 53 Β· πŸ’€) - Decentralized zk-rollup focused on scaling payments..
  • PMEER (πŸ₯‰14 Β· ⭐ 52) - No description.
  • JOYSTREAM (πŸ₯‰14 Β· ⭐ 43) - No description.
  • PGN - Pigeoncoin (πŸ₯‰14 Β· ⭐ 38) - Software startup that is using our mineable cryptocurrency and our..
  • AUR - Auroracoin (πŸ₯‰14 Β· ⭐ 33) - Peer-to-peer cryptocurrency launched on January 24, 2014 as an..
  • SDL - Saddle Finance (πŸ₯‰13 Β· ⭐ 150) - Decentralized automated market maker (AMM) on the..
  • MASQ - MASQ (πŸ₯‰13 Β· ⭐ 140) - Foundation for the internet of the future. MASQ is much more than..
  • XUC - Exchange Union (πŸ₯‰13 Β· ⭐ 120 Β· πŸ’€) - Open source project, developing the XU node software...
  • NVC - Novacoin (πŸ₯‰13 Β· ⭐ 110) - Coin of the feature. Its unique way of utilizing both Proof-of-Work..
  • FND - Fundum (πŸ₯‰13 Β· ⭐ 110 Β· πŸ’€) - FundRequest introduces an easy and secure way to reward..
  • SEM - Semux (πŸ₯‰13 Β· ⭐ 76 Β· πŸ’€) - Innovative high-performance blockchain platform, powered by Semux BFT..
  • VCASH - VCash Token (πŸ₯‰13 Β· ⭐ 47 Β· πŸ’€) - Product that implements MimbleWimble technology with..
  • ETZ - Ether Zero (πŸ₯‰13 Β· ⭐ 45) - New generation of smart contract platform (public chain) initiated..
  • PEG - PegNet (πŸ₯‰13 Β· ⭐ 41 Β· πŸ’€) - Fully decentralized stablecoin / synthetic asset platform. Users can..
  • VITAE - Vitae (πŸ₯‰13 Β· ⭐ 36) - Growing Global Prosperity! Premine: 1 000 000 coins.
  • LDXG (πŸ₯‰12 Β· ⭐ 440 Β· πŸ’€) - No description.
  • MESG - MESG (πŸ₯‰12 Β· ⭐ 120 Β· πŸ’€) - Decentralized building platform for apps and businesses where..
  • PTN - PalletOneToken (πŸ₯‰12 Β· ⭐ 86) - Cross-chain project which is also the widely discussed..
  • LIT - LIT (πŸ₯‰12 Β· ⭐ 74) - Second layer protocol and infrastructure based on Substrate. It focuses..
  • WDGLD - Wrapped-DGLD (πŸ₯‰12 Β· ⭐ 64) - First ERC-20 token pegged one-to-one with DGLD, the worlds..
  • HTR - Hathor (πŸ₯‰12 Β· ⭐ 57) - Hathor arranges its transactions in a DAG - outside the blocks - which..
  • SCR - Scorum (πŸ₯‰12 Β· ⭐ 56) - Blogging platform that rewards its active users.
  • APH - APHolding Coin (πŸ₯‰12 Β· ⭐ 56 Β· πŸ’€) - Aphelion is supposed to be P2P trading platform (DEX) built..
  • MED - Medibloc (πŸ₯‰12 Β· ⭐ 49) - MediBlocs healthcare information platform is a personal data ecosystem..
  • MARKS - Bitmark (πŸ₯‰12 Β· ⭐ 48 Β· πŸ’€) - Initiative to create an every day use alternative currency. Its..
  • JSE - JSECOIN (πŸ₯‰12 Β· ⭐ 47 Β· πŸ’€) - Every other industry across the globe is moving towards greener..
  • XKI - KI (πŸ₯‰12 Β· ⭐ 43) - Ki Foundations mission is about bridging the gap between CeFi and DeFi...
  • NTRN - Neutron (πŸ₯‰12 Β· ⭐ 32) - Proof of Stake Cryptocurrency and Education Platform that pays..
  • CMT - CyberMiles (πŸ₯‰11 Β· ⭐ 74 Β· πŸ’€) - CyberMiles is Empowering the Decentralization of E-commerce.
  • OCT - Octopus Network (πŸ₯‰11 Β· ⭐ 72) - Oraclechain will be the worlds first face block chain..
  • CHER - Cherry Network (πŸ₯‰11 Β· ⭐ 72) - Decentralized Autonomous Organization developing a layer..
  • BTSG - BitSong (πŸ₯‰11 Β· ⭐ 64) - The first decentralized music streaming platform.
  • PASC - Pascal (πŸ₯‰11 Β· ⭐ 59) - PascalCoin pioneers a new tier of scalability suitable for planetary-..
  • LIF - Lif (πŸ₯‰11 Β· ⭐ 59 Β· πŸ’€) - Blockchain-based distribution platform for the travel industry.
  • BOS - BOScoin (πŸ₯‰11 Β· ⭐ 58 Β· πŸ’€) - BOScoin - self-evolving cryptocurrency platform. The Modified..
  • BWK - Bulwark (πŸ₯‰11 Β· ⭐ 55 Β· πŸ’€) - Bulwark cryptocurrency (BWK) is a privacy oriented digital currency..
  • WRKZ - WrkzCoin (πŸ₯‰11 Β· ⭐ 54) - Cryptocurrency based on CryptoNote technology. Our goal is to build,..
  • DIKO - Arkadiko (πŸ₯‰11 Β· ⭐ 53) - Governance token of Arkadiko. Arkadiko is a decentralized and non-..
  • MHC - #MetaHash (πŸ₯‰11 Β· ⭐ 39) - #MetaHash is a Next-Generation Network based on the #TraceChain..
  • MARS - Mars (πŸ₯‰11 Β· ⭐ 37 Β· πŸ’€) - The protocol consists of pBTC35A tokens and MARS tokens. Each..
  • MTX - MATRYX (πŸ₯‰10 Β· ⭐ 480 Β· πŸ’€) - Decentralized VR platform on the blockchain. The Matryx Token..
  • AXNT - Axentro (πŸ₯‰10 Β· ⭐ 190 Β· πŸ’€) - Original proof of work blockchain platform that empowers..
  • PRE - Presearch (πŸ₯‰10 Β· ⭐ 140) - Decentralized search engine, powered by the community.
  • DEXG - Dextoken Governance (πŸ₯‰10 Β· ⭐ 140 Β· πŸ’€) - Priceless automated market maker proposed by the..
  • REM - Remme (πŸ₯‰10 Β· ⭐ 130 Β· πŸ’€) - No more passwords no more break-ins. REMME implements foolproof..
  • FT - FToken (πŸ₯‰10 Β· ⭐ 67 Β· πŸ’€) - Token of FCoin exchange.
  • POSI - Position Token (πŸ₯‰10 Β· ⭐ 63) - New Decentralized Trading Protocol, powered by a vAMM and..
  • ZP - Zen Protocol (πŸ₯‰10 Β· ⭐ 56) - New type of blockchain, written from scratch in F#, with a..
  • NXS - Nexus (πŸ₯‰10 Β· ⭐ 55) - Innovative open source blockchain technology, designed to better the world..
  • RVP - Revolution Populi (πŸ₯‰10 Β· ⭐ 49) - A decentralized user-controlled layer 1 blockchain..
  • DAY - Chronologic (πŸ₯‰10 Β· ⭐ 49 Β· πŸ’€) - Debt smart contracts & temporal innovation on Ethereum.
  • BTY (πŸ₯‰10 Β· ⭐ 44) - No description.
  • BLUR - Blur Network (πŸ₯‰10 Β· ⭐ 41) - The Blur Network employs a custom algorithm for mining, called..
  • NGM - e-Money (πŸ₯‰10 Β· ⭐ 36) - E-Money stablecoins are a further stage in the development of..
  • IXO - IXO (πŸ₯‰10 Β· ⭐ 35) - The ixo protocol defines a new open standard for producing verifiable claims..
  • XTT-B20 - XTblock Token (πŸ₯‰9 Β· ⭐ 1.2K Β· πŸ’€) - A hyper-capable network, XTblock aims to deliver not..
  • GAMMA - Gamma Strategies (πŸ₯‰9 Β· ⭐ 450) - Active Liquidity Management and discretionary..
  • DXC - Dex-Trade Coin (πŸ₯‰9 Β· ⭐ 300) - DXC is not just a coin, it is a backbone payment unit of..
  • FOLD - Manifold Finance (πŸ₯‰9 Β· ⭐ 300) - Manifold Finance provides solutions encompassing the..
  • ARM - Armours (πŸ₯‰9 Β· ⭐ 180 Β· πŸ’€) - As the worlds leading blockchain security laboratory, Armors..
  • IQ - Everipedia (πŸ₯‰9 Β· ⭐ 150 Β· πŸ’€) - The online encyclopedia reinvented for the modern age.
  • YAK - Yield Yak (πŸ₯‰9 Β· ⭐ 140) - Easy-to-use tool to earn more yield from DeFi farming on the..
  • UT - Ulord (πŸ₯‰9 Β· ⭐ 98 Β· πŸ’€) - Peer-to-peer value transfer public blockchain. Through building its..
  • DFS - Fantasy Sports (πŸ₯‰9 Β· ⭐ 92 Β· πŸ’€) - DIGITAL FANTASY SPORTS Innovative fantasy sports gaming..
  • CLAP - Cardashift (πŸ₯‰9 Β· ⭐ 84) - Community-run launchpad that raises funds, builds and accelerates..
  • ATA - Automata (πŸ₯‰9 Β· ⭐ 80) - Decentralized service protocol that provides middleware-like..
  • GSC - Global Social Chain (πŸ₯‰9 Β· ⭐ 73 Β· πŸ’€) - GSC (Global Social Chain) wants to be the worlds..
  • ULT - Ultiledger (πŸ₯‰9 Β· ⭐ 57 Β· πŸ’€) - Ultiledger aims to help any organization (Contains..
  • JSOL - JPool (πŸ₯‰9 Β· ⭐ 46) - Solana Stake Pool token issued by JPool. It represents the holders..
  • DUCK - DLP Duck Token (πŸ₯‰9 Β· ⭐ 44) - DuckDAO DeFi Market Maker protocol that will provide an..
  • QQQ - Poseidon Network (πŸ₯‰9 Β· ⭐ 43 Β· πŸ’€) - Launched on 15/01/2019 by Currency.com team based in..
  • VBK - VeriBlock (πŸ₯‰9 Β· ⭐ 36) - VeriBlock.
  • SIMPLE - SIMPLE (πŸ₯‰9 Β· ⭐ 36 Β· πŸ’€) - SimpleChain: Simple to use blockchain, chain up the world, is..
  • MXT - MarteXcoin (πŸ₯‰9 Β· ⭐ 34 Β· πŸ’€) - No description.
  • ZLP - ZilPay Wallet (πŸ₯‰9 Β· ⭐ 1 Β· πŸ“ˆ) - ZLP the official ZIlPay wallet token, ZLP is using in the..
  • PKF - PolkaFoundry (πŸ₯‰8 Β· ⭐ 93 Β· πŸ’€) - What Is PolkaFoundry (PKF)? PolkaFoundry is a platform for..
  • SWISE - StakeWise (πŸ₯‰8 Β· ⭐ 92) - Liquid Ethereum staking protocol that tokenizes users deposits..
  • REF - Ref Finance (πŸ₯‰8 Β· ⭐ 79) - RefToken, a decentralised affiliate marketing platform on the..
  • CLV - Clover Finance (πŸ₯‰8 Β· ⭐ 77 Β· πŸ’€) - Substrate-based DeFi service platform built on..
  • LPL - LinkPool (πŸ₯‰8 Β· ⭐ 47 Β· πŸ’€) - Leading Chainlink node service provider with the goal of..
  • HYC - Hycon (πŸ₯‰8 Β· ⭐ 41 Β· πŸ’€) - HYCON, which stands for Hyperconnected Coin, is the digital asset built..
  • SKYWARD - Skyward Finance (πŸ₯‰7 Β· ⭐ 780 Β· πŸ’€) - Fully permissionless open sourced launchpad that..
  • GST2 - GasToken (πŸ₯‰7 Β· ⭐ 660 Β· πŸ’€) - New, cutting-edge Ethereum contract that allows users to..
  • JB (πŸ₯‰7 Β· ⭐ 160 Β· πŸ’€) - No description.
  • CRUZ - Cruzbit (πŸ₯‰7 Β· ⭐ 120 Β· πŸ’€) - New decentralized peer-to-peer ledger designed to be as simple as..
  • ESS - Essentia (πŸ₯‰7 Β· ⭐ 120 Β· πŸ’€) - Masternoded multi-chained set of protocols connecting..
  • MARO - Maro (πŸ₯‰7 Β· ⭐ 120 Β· πŸ’€) - TTC provides a decentralized and token-incentivized blockcahin..
  • SEAL - Sealchain (πŸ₯‰7 Β· ⭐ 95 Β· πŸ’€) - No description.
  • BIS - Bismuth (πŸ₯‰7 Β· ⭐ 37 Β· πŸ’€) - New blockchain protocol and a platform at the same time. It has an..
  • 2KEY - 2key.network (πŸ₯‰7 Β· ⭐ 34 Β· πŸ’€) - REAL technology.
  • SPRKL - Sparkle Loyalty (πŸ₯‰6 Β· ⭐ 220 Β· πŸ’€) - Brand new, mobile all-in-one application that helps..
  • LBTC - Lightning Bitcoin (πŸ₯‰6 Β· ⭐ 190 Β· πŸ’€) - Fully decentralized Internet-of-value protocol for..
  • CLN - Colu Local Network (πŸ₯‰6 Β· ⭐ 120 Β· πŸ’€) - Colu Local Network enables growing communities from..
  • CNP - Cryptonia Poker (πŸ₯‰6 Β· ⭐ 94 Β· πŸ’€) - Play poker online with cryptocurrency. This..
  • LYRA - Lyra Finance (πŸ₯‰6 Β· ⭐ 72) - Distributed platform aiming to redefine business models and..
  • ZINC - ZINC (πŸ₯‰6 Β· ⭐ 56 Β· πŸ’€) - Zinc was conceived in 2015, a product of the frustrations of a career in..
  • ECOC - Ecochain (πŸ₯‰6 Β· ⭐ 52 Β· πŸ’€) - About ECOChain What is ECOChain? ECOChain, also known as a..
  • SPANK - SpankChain (πŸ₯‰6 Β· ⭐ 51 Β· πŸ’€) - Introducing SpankChain. SpankChain is a revolutionary..
  • ZWAP - ZilSwap (πŸ₯‰6 Β· ⭐ 43 Β· πŸ’€) - High-security, high-throughput public blockchain platform designed..
  • HYN - Hyperion (πŸ₯‰6 Β· ⭐ 39 Β· πŸ’€) - Hyperion aims to establish a global decentralized map economy..
  • QNT - Quant (πŸ₯‰6 Β· ⭐ 34 Β· πŸ’€) - Overledger - The first Blockchain operating system that connects..
  • MTGY - Moontography (πŸ₯‰5 Β· ⭐ 160 Β· πŸ’€) - The moontography project aims to provide a suite of..
  • FO - FIBOS (πŸ₯‰5 Β· ⭐ 150 Β· πŸ’€) - Platform for creating and developing blockchain application ecosystems..
  • DVP - Decentralized Vulnerability Platform (πŸ₯‰5 Β· ⭐ 95 Β· πŸ’€) - DVP (Decentralized Vulnerability Platform) is an..
  • C20 - CRYPTO20 (πŸ₯‰5 Β· ⭐ 63 Β· πŸ’€) - Autonomous token-as-a-fund allowing you to invest in..
  • STRM - Instrumental Finance (πŸ₯‰5 Β· ⭐ 50 Β· πŸ’€) - Cross-layer yield fuelling the new frontiers of DeFi.
  • NOTE - Notional Finance (πŸ₯‰5 Β· ⭐ 46 Β· πŸ’€) - Shared stake concept, placing a large percentage of..
  • XPRT - Persistence (πŸ₯‰5 Β· ⭐ 39 Β· πŸ’€) - Interoperable protocol that provides sovereign environments to..
  • AGE - Agenor (πŸ₯‰5 Β· ⭐ 39 Β· πŸ’€) - Agenor aims to advance the long-awaited mass adoption of..
  • LBY - Libonomy (πŸ₯‰5 Β· ⭐ 37 Β· πŸ’€) - Open-source platform to create decentralized solutions. Libonomy..
  • TON - Tokamak Network (πŸ₯‰5 Β· ⭐ 33 Β· πŸ’€) - Platform that assures decentralized and secure..
  • CTO - Coinversation (πŸ₯‰4 Β· ⭐ 300) - Lite version of Bitcoin using Lyra2RE as a proof-of-work..
  • SONAR - SonarWatch (πŸ₯‰4 Β· ⭐ 74 Β· πŸ’€) - Tracking tool on Solana Blockchain that aim to show on a..
  • EUL (πŸ₯‰4 Β· ⭐ 73 Β· πŸ’€) - No description.
  • MEDIA - Media Network (πŸ₯‰4 Β· ⭐ 60) - New protocol that bypasses traditional CDN providers..
  • ANGLE - ANGLE (πŸ₯‰4 Β· ⭐ 56) - Governance token of the Angle Protocol. The Angle Protocol is a..
  • CYC - Cyclone Protocol (πŸ₯‰4 Β· ⭐ 49 Β· πŸ’€) - Multi-chain, non-custodial, privacy-preserving protocol...
  • RAID - Raid Token (πŸ₯‰4 Β· ⭐ 43 Β· πŸ’€) - Decentralized collective of mercenaries ready to slay your Web3..
  • BPAY - BNBPay (πŸ₯‰4 Β· ⭐ 40 Β· πŸ’€) - Decentralised scalable crypto payment gateway tailored for..
  • VNT - InventoryClub (πŸ₯‰4 Β· ⭐ 35 Β· πŸ’€) - VNT Chain is supported by the worlds leading blockchain..
  • MAILCHAIN (πŸ₯‰4 Β· ⭐ 34 Β· πŸ’€) - No description.
  • XQC - Quras Token (πŸ₯‰3 Β· ⭐ 170 Β· πŸ’€) - Genuine secret contract platform that fulfills various..
  • HUNT - HUNT (πŸ₯‰3 Β· ⭐ 56) - HUNT is an incentivising community platform on top of Steem Blockchain..
  • TSHARE - Tomb Shares (πŸ₯‰3 Β· ⭐ 4 Β· πŸ’€) - No description.
  • EVT - Elevation Token (πŸ₯‰3 Β· πŸ“‰) - Worlds first token-customized public chain for token economy..
  • TKM - Thinkium (πŸ₯‰2 Β· ⭐ 100 Β· πŸ’€) - Thinkium uses a multi-chain layered multi-level system..
  • MLVC - Mylivn Coin (πŸ₯‰2 Β· ⭐ 52 Β· πŸ’€) - Token that has been designed to be the universal currency..
  • ERP - Entropyfi (πŸ₯‰2 Β· ⭐ 38 Β· πŸ’€) - Lossless prediction market providing user a safer platform to..
  • SWD - SW DAO (πŸ₯‰1) - Global community that will launch and maintain the worlds most sophisticated..
  • BU - BUMO (πŸ₯‰1) - Next-generation commercial-grade public Blockchain for ubiquitous and trusted value..
  • MANTA (πŸ₯‰1) - No description.

Related Resources

  • Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
  • CoinGecko: World’s largest independent crypto data aggregator.
  • CoinMarketCap: World's most-referenced price-tracking website for cryptoassets.

Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

  • Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
  • Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.

For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.

License

CC0