Code Monkey home page Code Monkey logo

best-of-crypto's Introduction

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 950K 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 Β· ⭐ 99K) - Cryptocurrency and worldwide payment system. It is the first..
bitcoinjs-lib (πŸ₯‡38 Β· ⭐ 4.8K) - A javascript Bitcoin library for node.js and browsers. MIT
  • GitHub (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 1.9K Β· πŸ“¦ 14K Β· πŸ“‹ 1K - 4% open Β· ⏱️ 04.01.2023):

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

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

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

     pip install oixgwsmcnwyequxsgj
    
btcd (πŸ₯‡33 Β· ⭐ 5.1K) - An alternative full node bitcoin implementation written in Go (golang). ISC
  • GitHub (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.8K Β· πŸ“₯ 11K Β· πŸ“¦ 26K Β· πŸ“‹ 770 - 29% open Β· ⏱️ 06.01.2023):

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

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

     go install github.com/btcsuite/btcd
    
lightning (πŸ₯‡32 Β· ⭐ 2.4K) - Core Lightning Lightning Network implementation focusing on.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 790 Β· πŸ“₯ 25K Β· πŸ“¦ 5 Β· πŸ“‹ 2.3K - 19% open Β· ⏱️ 11.01.2023):

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

     pip install pyln-bolt7
    
bip39 (πŸ₯‡31 Β· ⭐ 900 Β· πŸ’€) - JavaScript implementation of Bitcoin BIP39: Mnemonic code for generating.. ISC
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 420 Β· πŸ“¦ 130K Β· πŸ“‹ 90 - 14% open Β· ⏱️ 27.04.2022):

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

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

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

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

     git clone https://github.com/ElementsProject/elements
    
btcwallet (πŸ₯ˆ24 Β· ⭐ 910) - A secure bitcoin wallet daemon written in Go (golang). ISC
  • GitHub (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 450 Β· πŸ“₯ 700 Β· πŸ“¦ 530 Β· πŸ“‹ 320 - 36% open Β· ⏱️ 09.01.2023):

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

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

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

     npm install bip38
    
btcutil (πŸ₯ˆ22 Β· ⭐ 460 Β· πŸ’€) - Provides bitcoin-specific convenience functions and types. ISC
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 410 Β· πŸ“¦ 14K Β· πŸ“‹ 47 - 2% open Β· ⏱️ 29.01.2022):

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

     go install github.com/btcsuite/btcutil
    
libwally-core (πŸ₯ˆ22 Β· ⭐ 230) - Useful primitives for wallets. MIT
  • GitHub (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 130 Β· πŸ“₯ 45K Β· πŸ“‹ 110 - 26% open Β· ⏱️ 29.11.2022):

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

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

     npm install libwally-js
    
bips (πŸ₯ˆ18 Β· ⭐ 7.6K) - Bitcoin Improvement Proposals. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 4.9K Β· ⏱️ 04.01.2023):

     git clone https://github.com/bitcoin/bips
    
secp256k1-zkp (πŸ₯ˆ16 Β· ⭐ 290) - Experimental fork of libsecp256k1 with support for pedersen.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 99 Β· πŸ“‹ 46 - 36% open Β· ⏱️ 02.09.2022):

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

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

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


ATOM - Cosmos (πŸ₯‡44 Β· ⭐ 20K) - Decentralized network of independent parallel blockchains, each powered..
cosmos-sdk (πŸ₯‡38 Β· ⭐ 4.9K) - A Framework for Building High Value Public Blockchains. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 2K Β· πŸ“₯ 7.7K Β· πŸ“¦ 7.3K Β· πŸ“‹ 5.5K - 9% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/cosmos/cosmos-sdk
    
tendermint (πŸ₯‡37 Β· ⭐ 5.4K Β· πŸ“‰) - Tendermint Core (BFT Consensus) in Go. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.9K Β· πŸ“₯ 82K Β· πŸ“¦ 9.3K Β· πŸ“‹ 3.5K - 18% open Β· ⏱️ 05.01.2023):

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

     go install github.com/tendermint/tendermint
    
starport (πŸ₯‡32 Β· ⭐ 1K) - Ignite CLI is the all-in-one platform to build, launch, and maintain.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 460 Β· πŸ“₯ 85K Β· πŸ“¦ 480 Β· πŸ“‹ 1.4K - 17% open Β· ⏱️ 11.01.2023):

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

     go install github.com/tendermint/starport
    
cosmjs (πŸ₯‡31 Β· ⭐ 450) - The Swiss Army knife to power JavaScript based client solutions.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 220 Β· πŸ“¦ 3.9K Β· πŸ“‹ 570 - 19% open Β· ⏱️ 03.01.2023):

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

     npm install @cosmjs/launchpad
    
ibc-go (πŸ₯‡28 Β· ⭐ 310) - Interblockchain Communication Protocol (IBC) implementation in Golang. MIT
  • GitHub (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 280 Β· πŸ“₯ 480 Β· πŸ“¦ 1.8K Β· πŸ“‹ 950 - 26% open Β· ⏱️ 11.01.2023):

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

     go install github.com/cosmos/ibc-go
    
iavl (πŸ₯‡27 Β· ⭐ 350) - Merkleized IAVL+ Tree implementation in Go. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 190 Β· πŸ“¦ 5.7K Β· πŸ“‹ 150 - 32% open Β· ⏱️ 10.01.2023):

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

     go install github.com/tendermint/iavl
    
gaia (πŸ₯‡27 Β· ⭐ 280) - Cosmos Hub. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 580 Β· πŸ“₯ 56K Β· πŸ“¦ 5 Β· πŸ“‹ 640 - 10% open Β· ⏱️ 06.01.2023):

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

     go install github.com/cosmos/gaia
    
relayer (πŸ₯‡26 Β· ⭐ 280) - An IBC relayer for ibc-go. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.6K Β· πŸ“₯ 2.2K Β· πŸ“¦ 82 Β· πŸ“‹ 360 - 12% open Β· ⏱️ 09.01.2023):

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

     go install github.com/cosmos/relayer
    
cosmos-rust (πŸ₯‡26 Β· ⭐ 210) - The home of all shared Rust resources for the Cosmos ecosystem. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 73 Β· πŸ“¦ 440 Β· πŸ“‹ 47 - 21% open Β· ⏱️ 06.01.2023):

     git clone https://github.com/cosmos/cosmos-rust
    
  • Cargo (πŸ“₯ 8K / month Β· πŸ“¦ 19 Β· ⏱️ 30.11.2022):

     cargo install cosmos-sdk-proto
    
sdk-tutorials (πŸ₯ˆ22 Β· ⭐ 420) - Tutorials for building modules for the Cosmos SDK. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 360 Β· πŸ“¦ 61 Β· πŸ“‹ 210 - 30% open Β· ⏱️ 09.01.2023):

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

     go install github.com/cosmos/sdk-application-tutorial
    
ibc (πŸ₯ˆ19 Β· ⭐ 710) - Interchain Standards (ICS) for the Cosmos network & interchain ecosystem. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 210 Β· πŸ“‹ 460 - 18% open Β· ⏱️ 09.01.2023):

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

     go install github.com/cosmos/ibc
    
chain-registry (πŸ₯ˆ18 Β· ⭐ 290) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 450 Β· πŸ“‹ 140 - 46% open Β· ⏱️ 11.01.2023):

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

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

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


XLM - Stellar (πŸ₯‡39 Β· ⭐ 8.2K) - Open platform for building financial products that connect people..
go (πŸ₯‡30 Β· ⭐ 1.2K) - Stellars public monorepo of go code. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 490 Β· πŸ“₯ 160K Β· πŸ“¦ 330 Β· πŸ“‹ 1.8K - 21% open Β· ⏱️ 11.01.2023):

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

     go install github.com/stellar/go
    
js-stellar-sdk (πŸ₯‡29 Β· ⭐ 570) - Main Stellar client library for the Javascript language. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 290 Β· πŸ“¦ 2.8K Β· πŸ“‹ 340 - 15% open Β· ⏱️ 13.12.2022):

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

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

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

     git clone https://github.com/stellar/java-stellar-sdk
    
stellar-protocol (πŸ₯ˆ17 Β· ⭐ 450) - Developer discussion about possible changes to the.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 270 Β· πŸ“‹ 370 - 19% open Β· ⏱️ 10.01.2023):

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

     git clone https://github.com/stellar/quickstart
    
dashboard (πŸ₯‰11 Β· ⭐ 210) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 140 Β· πŸ“‹ 98 - 25% open Β· ⏱️ 22.08.2022):

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

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


ALGO - Algorand (πŸ₯‡38 Β· ⭐ 3K) - Algorand removes the technical barriers that for years undermined..
js-algorand-sdk (πŸ₯‡32 Β· ⭐ 260) - The official JavaScript SDK for Algorand. MIT
  • GitHub (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 170 Β· πŸ“¦ 5.7K Β· πŸ“‹ 310 - 21% open Β· ⏱️ 10.01.2023):

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

     npm install algosdk
    
go-algorand (πŸ₯‡29 Β· ⭐ 1.2K) - Algorands official implementation in Go. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 370 Β· πŸ“₯ 35K Β· πŸ“¦ 72 Β· πŸ“‹ 1.5K - 23% open Β· ⏱️ 11.01.2023):

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

     go install github.com/algorand/go-algorand
    
py-algorand-sdk (πŸ₯‡26 Β· ⭐ 220) - Algorand Python SDK. MIT
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 110 Β· πŸ“¦ 700 Β· πŸ“‹ 160 - 23% open Β· ⏱️ 11.01.2023):

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

     pip install py-algorand-sdk
    
pyteal (πŸ₯‡25 Β· ⭐ 240) - Algorand Smart Contracts in Python. MIT
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 99 Β· πŸ“¦ 490 Β· πŸ“‹ 210 - 34% open Β· ⏱️ 11.01.2023):

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

     pip install pyteal
    
go-algorand-sdk (πŸ₯ˆ23 Β· ⭐ 160) - Algorand Golang SDK. MIT
  • GitHub (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 81 Β· πŸ“¦ 200 Β· πŸ“‹ 130 - 12% open Β· ⏱️ 03.01.2023):

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

     go install github.com/algorand/go-algorand-sdk
    
sandbox (πŸ₯‰12 Β· ⭐ 200) - Algorand node sandbox. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 140 Β· πŸ“‹ 66 - 28% open Β· ⏱️ 14.12.2022):

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

     go install github.com/algorand/sandbox
    
algorand-wallet (πŸ₯‰11 Β· ⭐ 160) - Source code for Pera Wallet, simply the best Algorand.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 51 Β· πŸ“‹ 97 - 34% open Β· ⏱️ 02.01.2023):

     git clone https://github.com/algorand/algorand-wallet
    

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


XRP - XRP (πŸ₯‡35 Β· ⭐ 5.7K) - Ripple (XRP) is one of the fastest and most scalable digital asset,..
xrpl.js (πŸ₯‡32 Β· ⭐ 1.1K) - A JavaScript/TypeScript API for interacting with the XRP Ledger in.. ISC
  • GitHub (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 470 Β· πŸ“₯ 10K Β· πŸ“¦ 2.3K Β· πŸ“‹ 510 - 12% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/XRPLF/xrpl.js
    
  • npm (πŸ“₯ 97K / month Β· πŸ“¦ 530 Β· ⏱️ 31.05.2022):

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

     git clone https://github.com/ripple/rippled
    

4 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..
dash (πŸ₯‡33 Β· ⭐ 1.5K) - Dash - Reinventing Cryptocurrency. MIT
  • GitHub (πŸ‘¨β€πŸ’» 530 Β· πŸ”€ 1.2K Β· πŸ“₯ 86M Β· πŸ“‹ 700 - 18% open Β· ⏱️ 08.01.2023):

     git clone https://github.com/dashpay/dash
    
dash-wallet (πŸ₯ˆ20 Β· ⭐ 160) - Dash Wallet for Android. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 130 Β· πŸ“₯ 16K Β· πŸ“‹ 100 - 16% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/dashevo/dash-wallet
    

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


CELO - Celo (πŸ₯ˆ34 Β· ⭐ 1.3K) - A platform for fast, secure, stable digital payments to any mobile number..
celo-monorepo (πŸ₯‡34 Β· ⭐ 630) - Official repository for core projects comprising the Celo.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 320 Β· πŸ“₯ 52 Β· πŸ“¦ 1.6K Β· πŸ“‹ 5K - 7% open Β· ⏱️ 11.01.2023):

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

     npm install @celo/contractkit
    
celo-blockchain (πŸ₯‡27 Β· ⭐ 440) - Official repository for the golang Celo Blockchain. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 710 Β· πŸ”€ 150 Β· πŸ“₯ 340 Β· πŸ“¦ 9 Β· πŸ“‹ 840 - 24% open Β· ⏱️ 06.12.2022):

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

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

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

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


STEEM - Steem (πŸ₯ˆ30 Β· ⭐ 3.1K) - A new way for publishers to monetize their online content and..
condenser (πŸ₯ˆ21 Β· ⭐ 520) - The greatest application front-end to the Steem Blockchain. MIT
  • GitHub (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 420 Β· πŸ“‹ 2K - 12% open Β· ⏱️ 29.12.2022):

     git clone https://github.com/steemit/condenser
    
steem (πŸ₯ˆ20 Β· ⭐ 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
    

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 (πŸ₯‡26 Β· ⭐ 3.4K) - Nano is digital money. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 780 Β· πŸ“₯ 430K Β· πŸ“‹ 1.2K - 24% open Β· ⏱️ 11.01.2023):

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

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


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

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

     go install github.com/bitclout/core
    
frontend (πŸ₯ˆ17 Β· ⭐ 260) - DeSo frontend. MIT
  • GitHub (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 130 Β· πŸ“‹ 120 - 28% open Β· ⏱️ 13.12.2022):

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

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

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


RVN - Ravencoin (πŸ₯ˆ24 Β· ⭐ 1K) - Digital peer to peer network that aims to implement a use case..
Ravencoin (πŸ₯‡28 Β· ⭐ 1K) - Ravencoin Core integration/staging tree. MIT
  • GitHub (πŸ‘¨β€πŸ’» 670 Β· πŸ”€ 630 Β· πŸ“₯ 760K Β· πŸ“‹ 500 - 31% open Β· ⏱️ 01.01.2023):

     git clone https://github.com/RavenProject/Ravencoin
    

ARK - Ark (πŸ₯ˆ24 Β· ⭐ 760) - ARK provides users, developers, and startups with innovative blockchain..
ArkEcosystem/core (πŸ₯ˆ21 Β· ⭐ 330) - The ARK Core Blockchain Framework. Check.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 300 Β· πŸ“‹ 1K - 0% open Β· ⏱️ 16.11.2022):

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

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


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

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

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


BCH - Bitcoin Cash (πŸ₯ˆ23 Β· ⭐ 350) - Cryptocurrency. It is a fork (a copy in a way) of Bitcoin (BTC)...
bchd (πŸ₯ˆ24 Β· ⭐ 270) - An alternative full node bitcoin cash implementation written in Go (golang). ISC
  • GitHub (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 95 Β· πŸ“₯ 14K Β· πŸ“¦ 220 Β· πŸ“‹ 180 - 18% open Β· ⏱️ 22.12.2022):

     git clone https://github.com/gcash/bchd
    
  • Go (πŸ“¦ 25 Β· ⏱️ 05.05.2022):

     go install github.com/gcash/bchd
    

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


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

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

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


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

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


PPC - Peercoin (πŸ₯ˆ21 Β· ⭐ 550 Β· πŸ’€) - Peercoin seeks to be the most secure cryptocoin at the lowest..
peercoin (πŸ₯ˆ24 Β· ⭐ 550 Β· πŸ’€) - Reference implementation of the Peercoin protocol. MIT
  • GitHub (πŸ‘¨β€πŸ’» 910 Β· πŸ”€ 560 Β· πŸ“₯ 91K Β· πŸ“‹ 230 - 7% open Β· ⏱️ 27.04.2022):

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

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

4 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 (πŸ₯‰12 Β· ⭐ 670) - Ethlance is the first job market platform built entirely on the.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 120 Β· πŸ“‹ 160 - 15% open Β· ⏱️ 13.12.2022):

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

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


BIP - Minter (πŸ₯‰18 Β· ⭐ 390) - Digital assets marketplace allowing anyone to buy, sell, send, and spend..
minter-go-node (πŸ₯ˆ20 Β· ⭐ 360 Β· πŸ’€) - Official Minter Blockchain Implementation in Go. MIT
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 69 Β· πŸ“₯ 15K Β· πŸ“¦ 17 Β· πŸ“‹ 96 - 20% 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.


XDAG - Dagger (πŸ₯‰17 Β· ⭐ 410) - Novel application of Directed Acyclic Graph (DAG) technology that..
xdag (πŸ₯ˆ18 Β· ⭐ 320 Β· πŸ’€) - XDAG (Dagger Coin) Official Main Repository. XDAG is a novel DAG based.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 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.


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

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

PCX - ChainX (πŸ₯‰15 Β· ⭐ 260) - ChainX aims to facilitate asset interoperability with other..
ChainX (πŸ₯ˆ17 Β· ⭐ 260) - Bitcoins layer2 smart contract network has already supported WASM and.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 67 Β· πŸ“₯ 5.4K Β· πŸ“‹ 170 - 6% open Β· ⏱️ 18.10.2022):

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

ETP - Metaverse ETP (πŸ₯‰14 Β· ⭐ 360 Β· πŸ’€) - Open-source public blockchain that aims to provide asset..
metaverse (πŸ₯‰15 Β· ⭐ 300 Β· πŸ’€) - The Metaverse individual chain service ETP coin and immutable.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 110 Β· πŸ“₯ 71 Β· πŸ“‹ 260 - 21% open Β· ⏱️ 06.06.2022):

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

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


Show 22 hidden projects...
  • BTG - Bitcoin Gold (πŸ₯ˆ21 Β· ⭐ 630 Β· πŸ’€) - Hard Fork of Bitcoin, that allows you to mine Bitcoin Gold..
  • NLG - Gulden (πŸ₯ˆ21 Β· ⭐ 130) - With Gulden you send money to each other.
  • CLO - Callisto Network (πŸ₯‰20 Β· ⭐ 140) - Blockchain platform with its own cryptocurrency (CLO) that..
  • DAG - Constellation (πŸ₯‰17 Β· ⭐ 150) - Constellation Labs aim to compete in the next generation of..
  • SUGAR - Sugarchain (πŸ₯‰17 Β· ⭐ 120 Β· πŸ’€) - The worlds fastest PoW blockchain with the most accurate..
  • XSN - Stakenet (πŸ₯‰17 Β· ⭐ 92 Β· πŸ’€) - 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..
  • RPD - Rapids (πŸ₯‰16 Β· ⭐ 60) - We are a creative agency with a passion for innovation & the design of..
  • UPX - uPlexa (πŸ₯‰15 Β· ⭐ 87) - Anonymity and eCommerce via IoT. Incentivizing the mass computing power..
  • DOGEC - DogeCash (πŸ₯‰15 Β· ⭐ 31 Β· πŸ’€) - Transparent, community-governed cryptocurrency for building..
  • HC - HyperCash (πŸ₯‰14 Β· ⭐ 90 Β· πŸ’€) - The Hcash platform is designed to be a sidechain for both block-..
  • DVT - DeVault (πŸ₯‰14 Β· ⭐ 33 Β· πŸ’€) - The overarching goal of DeVault is to simply be social digital..
  • ARQ - ArQmA (πŸ₯‰13 Β· ⭐ 43) - Decentralized public project of block chains, crypto currencies, and is..
  • TUP - Tenup (πŸ₯‰12 Β· ⭐ 130 Β· πŸ’€) - For Progress, Investment & Success.
  • TKN - Monolith (πŸ₯‰12 Β· ⭐ 91 Β· πŸ’€) - Tokenot - Find New & Trending Cryptocurrency Tokens.
  • HPB - High Performance Blockchain (πŸ₯‰11 Β· ⭐ 56) - HPB (High-Performance Blockchain) is a new kind of..
  • QWC - Qwertycoin (πŸ₯‰11 Β· ⭐ 35 Β· πŸ’€) - Decentralized peer-to-peer protocol for safe, seamless, secure &..
  • 0XBTC - 0xBitcoin (πŸ₯‰9 Β· ⭐ 170) - 0xBitcoin The only Bitcoin-like token for Ethereum.
  • SCC - Stakecube (πŸ₯‰9 Β· ⭐ 45) - Currency of its own staking pool and exchange! SCC is a fork of the..
  • XOR - Sora (πŸ₯‰8 Β· ⭐ 130) - Supranational world economic system and decentralized and democratic..
  • HEX - HEX (πŸ₯‰7 Β· ⭐ 66 Β· πŸ’€) - ERC20 token designed and launched by Richard Heart on 2 December 2019..
  • LTO - LTO Network (πŸ₯‰6 Β· ⭐ 51 Β· πŸ’€) - LTO Network allows enterprises and governments to..

Smart Contract Platforms

Back to top

Blockchains that host smart contracts or decentralized applications.

ETH - Ethereum (πŸ₯‡54 Β· ⭐ 200K) - Decentralized platform for applications. Applications build on it can..
openzeppelin-contracts (πŸ₯‡44 Β· ⭐ 21K) - OpenZeppelin Contracts is a library for secure smart.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 11K Β· πŸ“¦ 110K Β· πŸ“‹ 1.6K - 11% open Β· ⏱️ 06.01.2023):

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

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

     <dependency>
     	<groupId>org.webjars.npm</groupId>
     	<artifactId>openzeppelin__contracts</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
ethereumjs-monorepo (πŸ₯‡39 Β· ⭐ 2.1K) - Monorepo for the Ethereum VM TypeScript Implementation. MPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 620 Β· πŸ“¦ 74K Β· πŸ“‹ 870 - 17% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/ethereumjs/ethereumjs-monorepo
    
  • npm (πŸ“₯ 7.1M / month Β· πŸ“¦ 7.8K Β· ⏱️ 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>
    
go-ethereum (πŸ₯‡38 Β· ⭐ 41K) - Official Go implementation of the Ethereum protocol. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 800 Β· πŸ”€ 16K Β· πŸ“¦ 15K Β· πŸ“‹ 7.1K - 4% open Β· ⏱️ 11.01.2023):

     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.7K Β· ⏱️ 03.11.2022):

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

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

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

     conda install -c conda-forge web3
    
vyper (πŸ₯‡35 Β· ⭐ 4.4K) - Pythonic Smart Contract Language for the EVM. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 720 Β· πŸ“₯ 260K Β· πŸ“¦ 900 Β· πŸ“‹ 1.3K - 19% open Β· ⏱️ 06.01.2023):

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

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

     conda install -c conda-forge vyper
    
TypeChain (πŸ₯‡35 Β· ⭐ 2.4K) - TypeScript bindings for Ethereum smart contracts. MIT
  • GitHub (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 300 Β· πŸ“¦ 100K Β· πŸ“‹ 360 - 27% open Β· ⏱️ 12.12.2022):

     git clone https://github.com/dethcrypto/TypeChain
    
  • npm (πŸ“₯ 680K / month Β· πŸ“¦ 1.5K Β· ⏱️ 01.11.2022):

     npm install typechain
    
solidity (πŸ₯‡34 Β· ⭐ 19K) - Solidity, the Smart Contract Programming Language. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 4.6K Β· πŸ“₯ 2.6M Β· πŸ“‹ 5.4K - 19% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/ethereum/solidity
    
solc-js (πŸ₯‡33 Β· ⭐ 1.2K) - Javascript bindings for the Solidity compiler. MIT
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 270 Β· πŸ“‹ 250 - 26% open Β· ⏱️ 08.12.2022):

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

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

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

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

     <dependency>
     	<groupId>org.webjars.npm</groupId>
     	<artifactId>rlp</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
quorum (πŸ₯‡30 Β· ⭐ 4.3K) - A permissioned implementation of Ethereum supporting data privacy. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 1.2K Β· πŸ“₯ 18K Β· πŸ“¦ 21 Β· πŸ“‹ 800 - 2% open Β· ⏱️ 03.01.2023):

     git clone https://github.com/ConsenSys/quorum
    
  • Go (πŸ“¦ 2 Β· ⏱️ 15.09.2022):

     go install github.com/ConsenSys/quorum
    
py-evm (πŸ₯‡30 Β· ⭐ 1.9K) - A Python implementation of the Ethereum Virtual Machine. MIT
  • GitHub (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 580 Β· πŸ“¦ 520 Β· πŸ“‹ 670 - 16% open Β· ⏱️ 16.12.2022):

     git clone https://github.com/ethereum/py-evm
    
  • PyPi (πŸ“₯ 32K / month Β· πŸ“¦ 61 Β· ⏱️ 26.01.2022):

     pip install py-evm
    
ethereumjs-wallet (πŸ₯‡30 Β· ⭐ 900) - Utilities for handling Ethereum keys. MIT
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 290 Β· πŸ“¦ 120K Β· πŸ“‹ 97 - 27% open Β· ⏱️ 22.10.2022):

     git clone https://github.com/ethereumjs/ethereumjs-wallet
    
  • npm (πŸ“₯ 450K / month Β· πŸ“¦ 3K Β· ⏱️ 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>
    
mythril (πŸ₯‡29 Β· ⭐ 2.9K) - Security analysis tool for EVM bytecode. Supports smart contracts built.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 600 Β· πŸ“¦ 88 Β· πŸ“‹ 790 - 11% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/ConsenSys/mythril
    
  • PyPi (πŸ“₯ 7.9K / month Β· πŸ“¦ 11 Β· ⏱️ 20.06.2022):

     pip install mythril
    
openzeppelin-contracts-upgradeable (πŸ₯‡29 Β· ⭐ 760) - Upgradeable variant of OpenZeppelin Contracts, meant.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 350 Β· πŸ“¦ 12K Β· πŸ“‹ 99 - 7% open Β· ⏱️ 03.11.2022):

     git clone https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
    
  • npm (πŸ“₯ 920 / 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>
    
openzeppelin-upgrades (πŸ₯‡29 Β· ⭐ 470) - Plugins for Hardhat and Truffle to deploy and manage.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 200 Β· πŸ“¦ 190 Β· πŸ“‹ 320 - 24% open Β· ⏱️ 09.01.2023):

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

     npm install @openzeppelin/hardhat-upgrades
    
openzeppelin-test-helpers (πŸ₯‡27 Β· ⭐ 390) - Assertion library for Ethereum smart contract testing. MIT
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 120 Β· πŸ“¦ 1.8K Β· πŸ“‹ 100 - 35% open Β· ⏱️ 06.09.2022):

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

     npm install @openzeppelin/test-helpers
    
Nethereum (πŸ₯‡26 Β· ⭐ 1.9K) - Ethereum .Net cross platform integration library. MIT
  • GitHub (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 680 Β· πŸ“₯ 9.4K Β· πŸ“‹ 740 - 10% open Β· ⏱️ 24.12.2022):

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

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

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

     npm install keythereum
    
EIPs (πŸ₯‡25 Β· ⭐ 11K) - The Ethereum Improvement Proposal repository. CC0-1.0
  • GitHub (πŸ‘¨β€πŸ’» 550 Β· πŸ”€ 4.1K Β· πŸ“‹ 1.1K - 11% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/ethereum/EIPs
    
remix-ide (πŸ₯‡25 Β· ⭐ 2.1K) - Documentation for Remix IDE. MIT
  • GitHub (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 900 Β· πŸ“₯ 5.7K Β· ⏱️ 01.11.2022):

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

     npm install remix-ide
    
teku (πŸ₯‡25 Β· ⭐ 500) - Java Implementation of the Ethereum 2.0 Beacon Chain. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 190 Β· πŸ“‹ 2.1K - 7% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/ConsenSys/teku
    
solidity-docgen (πŸ₯‡25 Β· ⭐ 340) - Documentation generator for Solidity projects. MIT
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 94 Β· πŸ“¦ 2.7K Β· πŸ“‹ 140 - 20% open Β· ⏱️ 02.01.2023):

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

     npm install solidity-docgen
    
eth-abi (πŸ₯‡25 Β· ⭐ 190) - Ethereum ABI utilities for python. MIT
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 89 Β· πŸ“‹ 66 - 25% open Β· ⏱️ 21.11.2022):

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

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

     conda install -c conda-forge eth-abi
    
openethereum (πŸ₯ˆ24 Β· ⭐ 1.6K Β· πŸ’€) - (deprecated) The fast, light, and robust client for the.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 350 Β· πŸ“₯ 46K Β· πŸ“‹ 380 - 41% open Β· ⏱️ 05.04.2022):

     git clone https://github.com/openethereum/openethereum
    
tests (πŸ₯ˆ24 Β· ⭐ 400) - Common tests for all Ethereum implementations. MIT
  • GitHub (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 270 Β· πŸ“‹ 300 - 8% open Β· ⏱️ 11.01.2023):

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

     npm install ethereum-tests
    
surya (πŸ₯ˆ23 Β· ⭐ 820 Β· πŸ’€) - A set of utilities for exploring Solidity contracts. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 89 Β· πŸ“¦ 370 Β· πŸ“‹ 63 - 9% open Β· ⏱️ 07.04.2022):

     git clone https://github.com/ConsenSys/surya
    
  • npm (πŸ“₯ 1.8K / month Β· πŸ“¦ 18 Β· ⏱️ 07.04.2022):

     npm install surya
    
ethash (πŸ₯ˆ23 Β· ⭐ 170) - Python wrappers for ethash, the ethereum proof of workhashing function. MIT
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 250 Β· πŸ“¦ 12 Β· πŸ“‹ 55 - 69% open Β· ⏱️ 28.10.2022):

     git clone https://github.com/ethereum/ethash
    
  • PyPi (πŸ“₯ 45K / month Β· πŸ“¦ 130 Β· ⏱️ 11.08.2015):

     pip install pyethash
    
  • Go (πŸ“¦ 130 Β· ⏱️ 13.03.2015):

     go install github.com/ethereum/ethash
    
tessera (πŸ₯ˆ23 Β· ⭐ 160) - Tessera - Enterprise Implementation of Quorums transaction manager. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 99 Β· πŸ“₯ 29K Β· πŸ“‹ 340 - 18% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/ConsenSys/tessera
    
  • Maven (⏱️ 14.11.2022):

     <dependency>
     	<groupId>net.consensys.quorum.tessera</groupId>
     	<artifactId>jmeter-test</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
nile (πŸ₯ˆ22 Β· ⭐ 310) - CLI tool to develop StarkNet projects written in Cairo. MIT
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 65 Β· πŸ“‹ 190 - 30% open Β· ⏱️ 09.01.2023):

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

     pip install cairo-nile
    
wiki (πŸ₯ˆ21 Β· ⭐ 15K Β· πŸ’€) - The Ethereum Wiki. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 2.6K Β· πŸ“‹ 350 - 11% open Β· ⏱️ 18.05.2022):

     git clone https://github.com/ethereum/wiki
    
ethernaut (πŸ₯ˆ21 Β· ⭐ 1.4K) - Web3/Solidity based wargame. MIT
  • GitHub (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 420 Β· πŸ“‹ 250 - 36% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/OpenZeppelin/ethernaut
    
evmc (πŸ₯ˆ21 Β· ⭐ 260) - EVMC Ethereum Client-VM Connector API. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 110 Β· πŸ“₯ 17 Β· πŸ“¦ 12 Β· πŸ“‹ 180 - 26% open Β· ⏱️ 20.12.2022):

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

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

     go install github.com/ethereum/evmc/v9
    
cairo-contracts (πŸ₯ˆ20 Β· ⭐ 590) - OpenZeppelin Contracts written in Cairo for StarkNet, a.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 190 Β· πŸ“‹ 240 - 20% open Β· ⏱️ 28.12.2022):

     git clone https://github.com/OpenZeppelin/cairo-contracts
    
cakeshop (πŸ₯ˆ19 Β· ⭐ 510 Β· πŸ’€) - An integrated development environment and SDK for Ethereum-like.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 200 Β· πŸ“₯ 14K Β· πŸ“‹ 120 - 20% open Β· ⏱️ 26.05.2022):

     git clone https://github.com/ConsenSys/cakeshop
    
eth-sdk (πŸ₯ˆ19 Β· ⭐ 370 Β· πŸ’€) - Type-safe, lightweight SDKs for Ethereum smart contracts. MIT
  • GitHub (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 36 Β· πŸ“¦ 350 Β· πŸ“‹ 49 - 44% open Β· ⏱️ 15.06.2022):

     git clone https://github.com/dethcrypto/eth-sdk
    
  • npm (πŸ“₯ 2.4K / month Β· πŸ“¦ 15 Β· ⏱️ 15.06.2022):

     npm install @dethcrypto/eth-sdk
    
smart-contract-best-practices (πŸ₯ˆ18 Β· ⭐ 6.4K) - A guide to smart contract security best practices. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.2K Β· πŸ“‹ 93 - 16% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/ConsenSys/smart-contract-best-practices
    
ethereum-developer-tools-list (πŸ₯ˆ18 Β· ⭐ 4.5K) - A guide to available tools and platforms for.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1K Β· πŸ“‹ 49 - 26% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/ConsenSys/ethereum-developer-tools-list
    
hive (πŸ₯ˆ18 Β· ⭐ 260) - Ethereum end-to-end test harness. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 120 Β· πŸ“¦ 19 Β· πŸ“‹ 160 - 19% open Β· ⏱️ 03.01.2023):

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

     go install github.com/ethereum/hive
    
earl (πŸ₯ˆ18 Β· ⭐ 230 Β· πŸ’€) - Ergonomic, modern and type-safe assertion library for TypeScript. MIT
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 13 Β· πŸ“‹ 74 - 39% open Β· ⏱️ 19.05.2022):

     git clone https://github.com/dethcrypto/earl
    
  • npm (πŸ“₯ 9.4K / month Β· πŸ“¦ 42 Β· ⏱️ 17.03.2022):

     npm install earljs
    
research (πŸ₯ˆ17 Β· ⭐ 1.5K) - MIT
  • GitHub (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 360 Β· πŸ“‹ 60 - 90% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/ethereum/research
    
yellowpaper (πŸ₯ˆ17 Β· ⭐ 1.5K) - The Yellow Paper: Ethereums formal specification. CC-BY-SA-4.0
  • GitHub (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 490 Β· πŸ“‹ 250 - 42% open Β· ⏱️ 24.10.2022):

     git clone https://github.com/ethereum/yellowpaper
    
contracts-wizard (πŸ₯ˆ17 Β· ⭐ 180) - Interactive smart contract generator based on OpenZeppelin.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 85 Β· πŸ“¦ 30 Β· πŸ“‹ 65 - 33% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/OpenZeppelin/contracts-wizard
    
solc-bin (πŸ₯‰15 Β· ⭐ 320) - This repository contains current and historical builds of the.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 210 Β· πŸ“¦ 1 Β· ⏱️ 10.01.2023):

     git clone https://github.com/ethereum/solc-bin
    
emacs-solidity (πŸ₯‰15 Β· ⭐ 190) - The official solidity-mode for EMACS. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 58 Β· πŸ“‹ 41 - 34% open Β· ⏱️ 19.11.2022):

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

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

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

     git clone https://github.com/OpenZeppelin/openzeppelin-labs
    
devp2p (πŸ₯‰12 Β· ⭐ 770) - Ethereum peer-to-peer networking specifications. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 230 Β· πŸ“‹ 110 - 28% open Β· ⏱️ 06.01.2023):

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

     git clone https://github.com/ethereum/homebrew-ethereum
    
homestead-guide (πŸ₯‰12 Β· ⭐ 290 Β· πŸ’€) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 360 Β· πŸ“‹ 94 - 76% open Β· ⏱️ 16.05.2022):

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

     git clone https://github.com/dethcrypto/ethereum-code-viewer
    
workshops (πŸ₯‰10 Β· ⭐ 370) - Code and slides for OpenZeppelin Workshops. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 190 Β· πŸ“‹ 17 - 76% open Β· ⏱️ 29.08.2022):

     git clone https://github.com/OpenZeppelin/workshops
    

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


SOL - Solana (πŸ₯‡46 Β· ⭐ 20K) - Public blockchain. It is open-source and decentralised, and achieves..
solana (πŸ₯‡40 Β· ⭐ 9.9K) - Web-Scale Blockchain for fast, secure, scalable, decentralized apps.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 2.6K Β· πŸ“₯ 490K Β· πŸ“¦ 50 Β· πŸ“‹ 4.9K - 21% open Β· ⏱️ 11.01.2023):

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

     cargo install solana-program
    
token-list (πŸ₯‡38 Β· ⭐ 1.3K) - The community maintained Solana token registry. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 9K Β· πŸ”€ 12K Β· πŸ“¦ 2.8K Β· πŸ“‹ 6.1K - 80% open Β· ⏱️ 03.07.2022):

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

     npm install @solana/spl-token-registry
    
solana-program-library (πŸ₯‡37 Β· ⭐ 2.2K) - A collection of Solana-maintained on-chain programs. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.3K Β· πŸ“₯ 160K Β· πŸ“¦ 10 Β· πŸ“‹ 670 - 28% open Β· ⏱️ 11.01.2023):

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

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

     cargo install spl-token
    
solana-web3.js (πŸ₯‡35 Β· ⭐ 1.4K) - Solana JavaScript SDK. MIT
  • GitHub (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 460 Β· πŸ“¦ 42K Β· ⏱️ 02.01.2023):

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

     npm install @solana/web3.js
    
wallet-adapter (πŸ₯‡28 Β· ⭐ 1K) - Modular TypeScript wallet adapters and components for Solana.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 630 Β· πŸ“¦ 1.1K Β· πŸ“‹ 330 - 4% open Β· ⏱️ 03.01.2023):

     git clone https://github.com/solana-labs/wallet-adapter
    
rbpf (πŸ₯‡27 Β· ⭐ 170) - Rust virtual machine and JIT compiler for eBPF programs. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 53 Β· πŸ“¦ 12K Β· πŸ“‹ 34 - 26% open Β· ⏱️ 19.12.2022):

     git clone https://github.com/solana-labs/rbpf
    
  • Cargo (πŸ“₯ 22K / month Β· πŸ“¦ 11 Β· ⏱️ 08.12.2022):

     cargo install solana_rbpf
    
dapp-scaffold (πŸ₯ˆ16 Β· ⭐ 1.4K) - Scaffolding for a dapp built on Solana. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 670 Β· πŸ“‹ 48 - 14% open Β· ⏱️ 03.11.2022):

     git clone https://github.com/solana-labs/dapp-scaffold
    
example-helloworld (πŸ₯ˆ16 Β· ⭐ 750) - Hello world on Solana. MIT
  • GitHub (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 650 Β· πŸ“‹ 140 - 24% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/solana-labs/example-helloworld
    
governance-ui (πŸ₯ˆ16 Β· ⭐ 170) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 270 Β· πŸ“‹ 99 - 68% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/solana-labs/governance-ui
    
break (πŸ₯‰14 Β· ⭐ 250 Β· πŸ’€) - Break Solana Game. MIT
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 120 Β· πŸ“‹ 87 - 27% open Β· ⏱️ 08.06.2022):

     git clone https://github.com/solana-labs/break
    

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


DOT - Polkadot (πŸ₯‡46 Β· ⭐ 16K) - Network protocol that allows arbitrary datanot just tokensto be..
polkadot-js/api (πŸ₯‡35 Β· ⭐ 1K) - Promise and RxJS APIs around Polkadot and Substrate based.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 280 Β· πŸ“¦ 16K Β· πŸ“‹ 1.7K - 1% open Β· ⏱️ 08.01.2023):

     git clone https://github.com/polkadot-js/api
    
  • npm (πŸ“₯ 220K / month Β· πŸ“¦ 310 Β· ⏱️ 08.01.2023):

     npm install @polkadot/types
    
polkadot-js/apps (πŸ₯‡33 Β· ⭐ 1.6K) - Basic Polkadot/Substrate UI for interacting with a.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 1K Β· πŸ“₯ 98K Β· πŸ“¦ 6 Β· πŸ“‹ 2.7K - 5% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/polkadot-js/apps
    
  • npm (πŸ“₯ 1.1K / month Β· πŸ“¦ 31 Β· ⏱️ 12.08.2019):

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

     git clone https://github.com/polkadot-js/common
    
  • npm (πŸ“₯ 270K / month Β· πŸ“¦ 370 Β· ⏱️ 07.01.2023):

     npm install @polkadot/util-crypto
    
polkadot (πŸ₯‡30 Β· ⭐ 6.5K) - Polkadot Node Implementation. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.4K Β· πŸ“₯ 170K Β· πŸ“‹ 1.9K - 28% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/paritytech/polkadot
    
extension (πŸ₯‡30 Β· ⭐ 850) - Simple browser extension for managing Polkadot and Substrate.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 320 Β· πŸ“₯ 2.5K Β· πŸ“¦ 87 Β· πŸ“‹ 420 - 6% open Β· ⏱️ 08.01.2023):

     git clone https://github.com/polkadot-js/extension
    
  • npm (πŸ“₯ 33K / month Β· πŸ“¦ 96 Β· ⏱️ 08.01.2023):

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

     git clone https://github.com/polkadot-js/phishing
    
  • npm (πŸ“₯ 9.9K / month Β· πŸ“¦ 9 Β· ⏱️ 08.01.2023):

     npm install @polkadot/phishing
    
jsonrpc (πŸ₯‡28 Β· ⭐ 720 Β· πŸ’€) - Rust JSON-RPC implementation. MIT
  • GitHub (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 190 Β· πŸ“‹ 240 - 28% open Β· ⏱️ 17.06.2022):

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

     cargo install jsonrpc-core
    
parity-wasm (πŸ₯‡28 Β· ⭐ 390) - WebAssembly serialization/deserialization in rust. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 98 Β· πŸ“¦ 24K Β· πŸ“‹ 150 - 23% open Β· ⏱️ 01.10.2022):

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

     cargo install parity-wasm
    
parity-signer (πŸ₯ˆ23 Β· ⭐ 480) - Air-gapped crypto wallet. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 150 Β· πŸ“₯ 870 Β· πŸ“¦ 78 Β· πŸ“‹ 560 - 18% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/paritytech/parity-signer
    
tools (πŸ₯ˆ22 Β· ⭐ 260) - Various cli tools for Polkadot and Substrate chains, including basic.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 61 Β· πŸ“¦ 10 Β· πŸ“‹ 51 - 11% open Β· ⏱️ 08.01.2023):

     git clone https://github.com/polkadot-js/tools
    
  • npm (πŸ“₯ 6.2K / month Β· ⏱️ 08.01.2023):

     npm install @polkadot/vanitygen
    
schnorrkel (πŸ₯ˆ22 Β· ⭐ 250) - Schnorr VRFs and signatures on the Ristretto group. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 80 Β· πŸ“¦ 1 Β· πŸ“‹ 61 - 36% open Β· ⏱️ 26.10.2022):

     git clone https://github.com/w3f/schnorrkel
    
  • Cargo (πŸ“₯ 76K / month Β· πŸ“¦ 120 Β· ⏱️ 18.10.2021):

     cargo install schnorrkel
    
Grants-Program (πŸ₯ˆ21 Β· ⭐ 710) - Web3 Foundation Grants Program. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.4K Β· πŸ“¦ 1 Β· πŸ“‹ 41 - 51% open Β· ⏱️ 11.01.2023):

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

     git clone https://github.com/w3f/polkadot-wiki
    
polkadot-validator-setup (πŸ₯ˆ17 Β· ⭐ 210 Β· πŸ’€) - Polkadot Validator Secure Setup. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 130 Β· πŸ“‹ 44 - 31% open Β· ⏱️ 09.02.2022):

     git clone https://github.com/w3f/polkadot-validator-setup
    
  • npm (πŸ“₯ 51 / month Β· ⏱️ 30.03.2021):

     npm install polkadot-secure-validator
    

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


NEAR - Near (πŸ₯‡41 Β· ⭐ 5.3K) - Sharded, developer-friendly, proof-of-stake public blockchain, built by a..
nearcore (πŸ₯‡34 Β· ⭐ 2K) - Reference client for NEAR Protocol. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 400 Β· πŸ“¦ 1.4K Β· πŸ“‹ 2.7K - 20% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/near/nearcore
    
  • Cargo (πŸ“₯ 11K / month Β· πŸ“¦ 8 Β· ⏱️ 27.09.2022):

     cargo install near-vm-logic
    
near-api-js (πŸ₯‡31 Β· ⭐ 320) - JavaScript library to interact with NEAR Protocol via RPC API. MIT
  • GitHub (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 190 Β· πŸ“¦ 9.7K Β· πŸ“‹ 310 - 29% open Β· ⏱️ 05.01.2023):

     git clone https://github.com/near/near-api-js
    
  • npm (πŸ“₯ 240K / month Β· πŸ“¦ 190 Β· ⏱️ 03.10.2022):

     npm install near-api-js
    
near-sdk-rs (πŸ₯‡29 Β· ⭐ 390) - Rust library for writing NEAR smart contracts. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 180 Β· πŸ“¦ 1.9K Β· πŸ“‹ 440 - 34% open Β· ⏱️ 04.01.2023):

     git clone https://github.com/near/near-sdk-rs
    
  • Cargo (πŸ“₯ 11K / month Β· πŸ“¦ 36 Β· ⏱️ 10.11.2022):

     cargo install near-sdk
    
near-cli (πŸ₯‡29 Β· ⭐ 170) - General purpose command line tools for interacting with NEAR Protocol. MIT
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 75 Β· πŸ“¦ 2.8K Β· πŸ“‹ 360 - 43% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/near/near-cli
    
  • npm (πŸ“₯ 9.5K / month Β· πŸ“¦ 1 Β· ⏱️ 15.08.2022):

     npm install near-cli
    
borsh-rs (πŸ₯‡28 Β· ⭐ 150) - Rust implementation of Binary Object Representation Serializer for.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 36 Β· πŸ“¦ 29K Β· πŸ“‹ 54 - 40% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/near/borsh-rs
    
  • Cargo (πŸ“₯ 140K / month Β· πŸ“¦ 130 Β· ⏱️ 04.02.2022):

     cargo install borsh
    
create-near-app (πŸ₯ˆ23 Β· ⭐ 290) - Create a starter app hooked up to the NEAR blockchain. MIT
  • GitHub (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 120 Β· πŸ“¦ 5 Β· πŸ“‹ 96 - 22% open Β· ⏱️ 10.11.2022):

     git clone https://github.com/near/create-near-app
    
  • npm (πŸ“₯ 800 / month Β· ⏱️ 09.11.2022):

     npm install create-near-app
    
borsh (πŸ₯ˆ22 Β· ⭐ 340) - Binary Object Representation Serializer for Hashing. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 35 Β· πŸ“‹ 61 - 55% open Β· ⏱️ 30.08.2022):

     git clone https://github.com/near/borsh
    
  • npm (πŸ“₯ 7 / month Β· ⏱️ 30.04.2021):

     npm install @bonfida/borsh-js
    
  • Cargo (πŸ“₯ 150K / month Β· πŸ“¦ 43 Β· ⏱️ 04.02.2022):

     cargo install borsh-derive
    
near-wallet (πŸ₯ˆ21 Β· ⭐ 190) - Web wallet for NEAR Protocol which stores keys in browsers.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 160 Β· πŸ“‹ 870 - 24% open Β· ⏱️ 06.01.2023):

     git clone https://github.com/near/near-wallet
    
NEPs (πŸ₯‰14 Β· ⭐ 170) - The Near Enhancement Proposals repository. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 94 Β· πŸ“‹ 170 - 71% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/near/NEPs
    
core-contracts (πŸ₯‰10 Β· ⭐ 290) - Core contracts: reference staking pool, lockup, voting,.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 130 Β· πŸ“‹ 110 - 59% open Β· ⏱️ 21.12.2022):

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

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


XCH - Chia (πŸ₯‡38 Β· ⭐ 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 (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 2K Β· πŸ“₯ 790K Β· πŸ“¦ 76 Β· πŸ“‹ 4.7K - 7% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/Chia-Network/chia-blockchain
    
Chia-Network/bls-signatures (πŸ₯‡28 Β· ⭐ 260) - BLS signatures in C++, using the relic toolkit.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 190 Β· πŸ“¦ 260 Β· πŸ“‹ 110 - 12% open Β· ⏱️ 11.01.2023):

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

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

     npm install bls-signatures
    
chiapos (πŸ₯‡27 Β· ⭐ 260) - Chia Proof of Space library. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 270 Β· πŸ“¦ 440 Β· πŸ“‹ 99 - 24% open Β· ⏱️ 10.01.2023):

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

     pip install chiapos
    
chia-blockchain-gui (πŸ₯ˆ21 Β· ⭐ 320) - Chia blockchain GUI in electron/react. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 220 Β· πŸ“‹ 480 - 10% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/Chia-Network/chia-blockchain-gui
    
bladebit (πŸ₯ˆ21 Β· ⭐ 240) - BladeBit - Fast Chia (XCH) RAM-only k32-only Plotter. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 81 Β· πŸ“₯ 75K Β· πŸ“‹ 91 - 30% open Β· ⏱️ 07.11.2022):

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

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

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

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


ICP - Internet Computer (πŸ₯‡38 Β· ⭐ 4.6K) - Worlds first blockchain that is capable of running at web..
candid (πŸ₯‡26 Β· ⭐ 220) - Candid Library for the Internet Computer. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 62 Β· πŸ“₯ 17K Β· πŸ“¦ 1.3K Β· πŸ“‹ 120 - 50% open Β· ⏱️ 09.12.2022):

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

     cargo install candid
    
motoko (πŸ₯‡25 Β· ⭐ 360) - Simple high-level language for writing Internet Computer canisters. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 69 Β· πŸ“₯ 85K Β· πŸ“‹ 800 - 41% open Β· ⏱️ 11.01.2023):

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

     git clone https://github.com/dfinity/ic
    
internet-identity (πŸ₯ˆ21 Β· ⭐ 240) - Internet Identity, a blockchain authentication system.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 86 Β· πŸ“₯ 35K Β· πŸ“‹ 94 - 35% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/dfinity/internet-identity
    
examples (πŸ₯ˆ18 Β· ⭐ 370) - Example applications, microservices, and code samples for the.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 220 Β· πŸ“‹ 77 - 80% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/dfinity/examples
    
motoko-base (πŸ₯ˆ17 Β· ⭐ 420) - The Motoko base library. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 66 Β· πŸ“‹ 150 - 70% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/dfinity/motoko-base
    
linkedup (πŸ₯‰13 Β· ⭐ 150) - An open professional network. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 37 Β· πŸ“‹ 28 - 78% open Β· ⏱️ 30.08.2022):

     git clone https://github.com/dfinity/linkedup
    
awesome-dfinity (πŸ₯‰11 Β· ⭐ 400) - A curated list of awesome projects and resources relating to.. CC0-1.0
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 62 Β· πŸ“‹ 3 - 66% open Β· ⏱️ 21.09.2022):

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

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

11 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 (πŸ₯‡31 Β· ⭐ 1.4K Β· πŸ’€) - General purpose library for the EOSIO blockchain. MIT
  • GitHub (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 490 Β· πŸ“₯ 11K Β· πŸ“¦ 5.2K Β· πŸ“‹ 590 - 8% open Β· ⏱️ 07.03.2022):

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

     npm install eosjs
    

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


TRX - TRON (πŸ₯‡36 Β· ⭐ 5.4K) - TRON: Decentralize the Web TRON is dedicated to building the..
java-tron (πŸ₯‡29 Β· ⭐ 3.2K) - Java implementation of the Tron whitepaper. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 1.2K Β· πŸ“₯ 88K Β· πŸ“‹ 1.1K - 2% open Β· ⏱️ 04.01.2023):

     git clone https://github.com/tronprotocol/java-tron
    
tronweb (πŸ₯‡29 Β· ⭐ 250) - Javascript API Library for interacting with the TRON Network. MIT
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 190 Β· πŸ“¦ 2.6K Β· πŸ“‹ 160 - 1% open Β· ⏱️ 19.12.2022):

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

     npm install tronweb
    
wallet-cli (πŸ₯ˆ19 Β· ⭐ 410) - Wallet CLI. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 340 Β· πŸ“₯ 3.9K Β· πŸ“‹ 130 - 8% open Β· ⏱️ 11.01.2023):

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

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

     npm install sunweb
    
documentation (πŸ₯ˆ16 Β· ⭐ 430 Β· πŸ’€) - Documentations of project TRON. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 470 Β· πŸ“‹ 87 - 19% open Β· ⏱️ 28.06.2022):

     git clone https://github.com/tronprotocol/documentation
    
documentation-en (πŸ₯‰13 Β· ⭐ 170) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 160 Β· πŸ“‹ 18 - 11% open Β· ⏱️ 10.01.2023):

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

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


NEO - NEO (πŸ₯ˆ35 Β· ⭐ 6.5K) - Non-profit community-based blockchain project that utilizes blockchain..
neo (πŸ₯‡27 Β· ⭐ 3.4K) - NEO Smart Economy. MIT
  • GitHub (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 1K Β· πŸ“¦ 260 Β· πŸ“‹ 1.2K - 12% open Β· ⏱️ 07.01.2023):

     git clone https://github.com/neo-project/neo
    
neon-wallet (πŸ₯‡27 Β· ⭐ 1.1K) - Light wallet for the NEO blockchain. MIT
  • GitHub (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 310 Β· πŸ“₯ 2.9M Β· πŸ“‹ 1.4K - 4% open Β· ⏱️ 05.01.2023):

     git clone https://github.com/CityOfZion/neon-wallet
    
neon-js (πŸ₯‡26 Β· ⭐ 180) - Javascript libraries that allow the applications to interact with NEO.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 170 Β· πŸ“¦ 340 Β· πŸ“‹ 290 - 3% open Β· ⏱️ 16.12.2022):

     git clone https://github.com/cityofzion/neon-js
    
  • npm (πŸ“₯ 6.3K / month Β· πŸ“¦ 110 Β· ⏱️ 16.12.2022):

     npm install @cityofzion/neon-js
    
neo-node (πŸ₯ˆ24 Β· ⭐ 220) - MIT
  • GitHub (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 220 Β· πŸ“₯ 98K Β· πŸ“¦ 19 Β· πŸ“‹ 470 - 16% open Β· ⏱️ 04.01.2023):

     git clone https://github.com/neo-project/neo-node
    
neo-vm (πŸ₯ˆ22 Β· ⭐ 190) - NEO Virtual Machine. MIT
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 150 Β· πŸ“¦ 200 Β· πŸ“‹ 150 - 6% open Β· ⏱️ 02.01.2023):

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

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

10 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 (πŸ₯‡34 Β· ⭐ 2.8K) - Lisk software development kit. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 470 Β· πŸ“¦ 180 Β· πŸ“‹ 4.5K - 6% open Β· ⏱️ 11.01.2023):

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

     npm install @liskhq/lisk-cryptography
    
lisk-desktop (πŸ₯‡27 Β· ⭐ 590) - Lisk graphical user interface for desktop. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 92 Β· πŸ“₯ 520K Β· πŸ“‹ 2.7K - 5% open Β· ⏱️ 29.12.2022):

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

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


AVAX - Avalanche (πŸ₯ˆ35 Β· ⭐ 3.3K) - Open-source platform for launching decentralized finance..
avalanchego (πŸ₯‡31 Β· ⭐ 1.7K) - Go implementation of an Avalanche node. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 450 Β· πŸ“₯ 120K Β· πŸ“¦ 66 Β· πŸ“‹ 460 - 17% open Β· ⏱️ 22.12.2022):

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

     go install github.com/ava-labs/avalanchego
    
avalanchejs (πŸ₯‡28 Β· ⭐ 270) - The Avalanche Platform JavaScript Library. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 110 Β· πŸ“₯ 12 Β· πŸ“¦ 610 Β· πŸ“‹ 110 - 21% open Β· ⏱️ 26.10.2022):

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

     npm install avalanche
    
subnet-evm (πŸ₯ˆ22 Β· ⭐ 180) - Launch your own EVM as an Avalanche Subnet. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 100 Β· πŸ“₯ 13K Β· πŸ“¦ 19 Β· πŸ“‹ 95 - 36% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/ava-labs/subnet-evm
    
  • Go (πŸ“¦ 3 Β· ⏱️ 22.12.2022):

     go install github.com/ava-labs/subnet-evm
    
avalanche-wallet (πŸ₯ˆ17 Β· ⭐ 190) - The Avalanche web wallet. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 110 Β· πŸ“‹ 89 - 66% open Β· ⏱️ 04.01.2023):

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

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

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


MATIC - Polygon (πŸ₯ˆ35 Β· ⭐ 3.1K) - Matic Network brings massive scale to Ethereum using an..
bor (πŸ₯‡29 Β· ⭐ 510) - Official repository for the Matic Blockchain. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 680 Β· πŸ”€ 300 Β· πŸ“₯ 20K Β· πŸ“¦ 63 Β· πŸ“‹ 210 - 5% open Β· ⏱️ 11.01.2023):

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

     go install github.com/maticnetwork/bor
    
matic.js (πŸ₯‡29 Β· ⭐ 440) - Javascript developer library to interact with Matic Network. MIT
  • GitHub (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 200 Β· πŸ“¦ 1.1K Β· πŸ“‹ 78 - 8% open Β· ⏱️ 27.12.2022):

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

     npm install @maticnetwork/maticjs
    
miden (πŸ₯ˆ23 Β· ⭐ 420) - STARK-based virtual machine. MIT
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 75 Β· πŸ“¦ 37 Β· πŸ“‹ 200 - 29% open Β· ⏱️ 09.12.2022):

     git clone https://github.com/maticnetwork/miden
    
contracts (πŸ₯ˆ19 Β· ⭐ 660 Β· πŸ’€) - Smart contracts comprising the business logic of the Matic.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 300 Β· πŸ“¦ 20 Β· πŸ“‹ 91 - 49% open Β· ⏱️ 26.01.2022):

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

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

     npm install @maticnetwork/pos-portal
    
matic-docs (πŸ₯ˆ18 Β· ⭐ 170) - The official documentation for all Polygon products. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 380 Β· πŸ“‹ 62 - 38% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/maticnetwork/matic-docs
    

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


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

     git clone https://github.com/input-output-hk/daedalus
    
plutus (πŸ₯ˆ23 Β· ⭐ 1.4K) - The Plutus language implementation and tools. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 440 Β· πŸ“‹ 960 - 12% open Β· ⏱️ 06.01.2023):

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

     git clone https://github.com/input-output-hk/haskell.nix
    
ouroboros-network (πŸ₯ˆ19 Β· ⭐ 240) - An implementation of the Ouroboros family of consensus.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 73 Β· πŸ“‹ 1.6K - 39% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/input-output-hk/ouroboros-network
    
scrypto (πŸ₯ˆ17 Β· ⭐ 200 Β· πŸ’€) - 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 (πŸ₯ˆ17 Β· ⭐ 160) - Prototype implementation of domain-specific language for the design.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 37 Β· πŸ“₯ 10 Β· πŸ“‹ 71 - 39% open Β· ⏱️ 10.01.2023):

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

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


ETC - Ethereum Classic (πŸ₯ˆ33 Β· ⭐ 2K) - Open source distributed computing platform based on..
besu (πŸ₯ˆ24 Β· ⭐ 1.1K) - An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 490 Β· πŸ“₯ 280 Β· πŸ“‹ 1.8K - 18% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/hyperledger/besu
    
core-geth (πŸ₯ˆ21 Β· ⭐ 210) - A highly configurable Go implementation of the Ethereum protocol. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 770 Β· πŸ”€ 100 Β· πŸ“₯ 100K Β· πŸ“¦ 6 Β· πŸ“‹ 190 - 26% open Β· ⏱️ 06.12.2022):

     git clone https://github.com/etclabscore/core-geth
    
  • Go (⏱️ 28.06.2022):

     go install github.com/etclabscore/multi-geth
    

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


EGLD - Elrond (πŸ₯ˆ32 Β· ⭐ 1.4K) - Technology ecosystem for the new internet. Its smart contracts..
elrond-go (πŸ₯‡26 Β· ⭐ 880) - The official implementation of the MultiversX blockchain protocol,.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 180 Β· πŸ“₯ 360 Β· πŸ“¦ 110 Β· πŸ“‹ 450 - 12% open Β· ⏱️ 09.01.2023):

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

     go install github.com/ElrondNetwork/elrond-go
    

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


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

     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.


ROSE - Oasis Network (πŸ₯ˆ31 Β· ⭐ 590) - Designed for the next generation of blockchain, the Oasis..
oasis-core (πŸ₯‡27 Β· ⭐ 280) - Performant and Confidentiality-Preserving Smart Contracts +.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 84 Β· πŸ“₯ 33K Β· πŸ“‹ 1.8K - 15% open Β· ⏱️ 11.01.2023):

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

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

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

6 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 Β· ⭐ 260) - Utility to combine Solidity project to a flat file. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 73 Β· πŸ“¦ 430 Β· πŸ“‹ 29 - 37% open Β· ⏱️ 08.08.2022):

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

     npm install @poanet/solidity-flattener
    

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


ONE - Harmony (πŸ₯ˆ30 Β· ⭐ 1.8K) - Fast and open blockchain for decentralized applications. Harmony has..
harmony (πŸ₯‡28 Β· ⭐ 1.5K) - The core protocol of harmony. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 280 Β· πŸ“₯ 97K Β· πŸ“¦ 72 Β· πŸ“‹ 1.2K - 18% open Β· ⏱️ 10.01.2023):

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

     go install github.com/harmony-one/harmony
    

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


ZIL - Zilliqa (πŸ₯ˆ30 Β· ⭐ 1.6K) - Zilliqa will be the worlds first high-throughput public blockchain..
Zilliqa (πŸ₯ˆ23 Β· ⭐ 1.1K) - Zilliqa is the worlds first high-throughput public blockchain.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 260 Β· πŸ“‹ 380 - 30% open Β· ⏱️ 09.01.2023):

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

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

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


QTUM - Qtum (πŸ₯ˆ30 Β· ⭐ 1.3K) - Combining a modified Bitcoin Core infrastructure with an intercompatible..
qtum (πŸ₯‡26 Β· ⭐ 1.2K Β· πŸ’€) - Qtum Core Wallet. MIT
  • GitHub (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 370 Β· πŸ“₯ 290K Β· πŸ“‹ 320 - 10% 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 (πŸ₯ˆ30 Β· ⭐ 710) - Open protocol for a new world of DApps, finance, and Web 3.0. As a fast..
conflux-rust (πŸ₯ˆ24 Β· ⭐ 560) - The official Rust implementation of Conflux protocol... GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 160 Β· πŸ“₯ 28K Β· πŸ“‹ 550 - 16% open Β· ⏱️ 10.01.2023):

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

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


CSPR - Casper Network (πŸ₯ˆ29 Β· ⭐ 510) - First live proof-of-stake blockchain built off the Casper CBC..
casper-node (πŸ₯‡31 Β· ⭐ 330) - Casper node. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 170 Β· πŸ“₯ 1.1K Β· πŸ“¦ 170 Β· πŸ“‹ 1.1K - 18% open Β· ⏱️ 11.01.2023):

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

     npm install casper-contract
    
  • Cargo (πŸ“₯ 1.1K / month Β· πŸ“¦ 6 Β· ⏱️ 25.08.2022):

     cargo install casper-execution-engine
    

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


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

     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.


ICX - ICON (πŸ₯ˆ28 Β· ⭐ 340) - 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.


OMG - OMG Network (πŸ₯ˆ27 Β· ⭐ 840) - Scaling solution for finance on Ethereum, enabling..
omise-go (πŸ₯ˆ17 Β· ⭐ 160) - Omise Go Library. MIT
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 44 Β· πŸ“¦ 36 Β· πŸ“‹ 16 - 43% open Β· ⏱️ 06.10.2022):

     git clone https://github.com/omise/omise-go
    
  • Go (πŸ“¦ 2 Β· ⏱️ 06.10.2022):

     go install github.com/omise/omise-go
    

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


XRD - Radix (πŸ₯ˆ27 Β· ⭐ 710) - GPU secured blockchain with privacy.
radixdlt-scrypto (πŸ₯ˆ21 Β· ⭐ 330) - Scrypto is the asset-oriented smart contract.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 89 Β· πŸ“‹ 86 - 38% open Β· ⏱️ 09.01.2023):

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

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


KMD - Komodo (πŸ₯ˆ27 Β· ⭐ 630) - The Komodo Platform focuses on providing complete end-to-end blockchain..
atomicDEX-Desktop (πŸ₯‡25 Β· ⭐ 220) - atomicDEX Desktop app - project codename Dextop. GPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 140 Β· πŸ“₯ 59K Β· πŸ“‹ 830 - 20% open Β· ⏱️ 09.01.2023):

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

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 (πŸ₯ˆ18 Β· ⭐ 320 Β· πŸ’€) - 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.


STRAX - Stratis (πŸ₯‰25 Β· ⭐ 890) - Fuel that powers and secures the Stratis blockchain. It is used..

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


MOVR - Moonriver (πŸ₯‰25 Β· ⭐ 860) - Fully Ethereum-compatible smart contract parachain on Kusama. Due..
moonbeam (πŸ₯‡28 Β· ⭐ 770) - An Ethereum-compatible smart contract parachain on Polkadot. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 240 Β· πŸ“₯ 16K Β· πŸ“¦ 15 Β· πŸ“‹ 300 - 9% open Β· ⏱️ 11.01.2023):

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

     npm install moonbeam-types-bundle
    

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


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

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


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

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


KDA - Kadena (πŸ₯‰24 Β· ⭐ 850) - Braided, parallelized Proof Of Work consensus mechanism that improves..
pact (πŸ₯‡25 Β· ⭐ 530) - The Pact Smart Contract Language. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 91 Β· πŸ“₯ 5.1K Β· πŸ“‹ 350 - 25% open Β· ⏱️ 11.01.2023):

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

     npm install pact-lang-api
    
chainweb-node (πŸ₯ˆ20 Β· ⭐ 210) - Chainweb: A Proof-of-Work Parallel-Chain Architecture for.. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 82 Β· πŸ“₯ 730 Β· πŸ“‹ 210 - 48% open Β· ⏱️ 09.01.2023):

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

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


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

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

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


SKL - SKALE (πŸ₯‰22 Β· ⭐ 530) - 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 (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 75 Β· πŸ“₯ 42K Β· πŸ“‹ 240 - 9% open Β· ⏱️ 05.01.2023):

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

2 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.


SDN - Shiden Network (πŸ₯‰21 Β· ⭐ 660) - Multi-chain decentralized application layer on Kusama Network...
Astar (πŸ₯ˆ22 Β· ⭐ 610) - The dApp hub for blockchains of the future. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 130 Β· πŸ“₯ 13K Β· πŸ“‹ 200 - 3% open Β· ⏱️ 11.01.2023):

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

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


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

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


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

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


CTK - CertiK (πŸ₯‰20 Β· ⭐ 1.1K) - A Cross-Chain Protocol with Security Scoring and Decentralized..
shentu (πŸ₯ˆ21 Β· ⭐ 400) - A Cross-chain Protocol with Security Scoring and Decentralized.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 45 Β· πŸ“₯ 4K Β· πŸ“¦ 3 Β· πŸ“‹ 170 - 22% open Β· ⏱️ 03.01.2023):

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

     go install github.com/certikfoundation/shentu
    

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


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

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

     go install github.com/bytom/bytom
    

TAU - Lamden (πŸ₯‰19 Β· ⭐ 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.


TRAC - OriginTrail (πŸ₯‰19 Β· ⭐ 170) - OriginTrail enables seamless data sharing along any supply..
ot-node (πŸ₯ˆ23 Β· ⭐ 170) - OriginTrail Decentralized Knowledge Graph network node. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 55 Β· πŸ“‹ 240 - 30% open Β· ⏱️ 06.01.2023):

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

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

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

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


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

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


AERGO - Aergo (πŸ₯‰17 Β· ⭐ 280) - Open platform that allows businesses to build innovative..
aergo (πŸ₯ˆ21 Β· ⭐ 200) - aergo blockchain kernel. MIT
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 37 Β· πŸ“₯ 3.2K Β· πŸ“¦ 6 Β· πŸ“‹ 58 - 50% open Β· ⏱️ 21.11.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.


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

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


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

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


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

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

Show 15 hidden projects...
  • PERL - PERL.eco (πŸ₯‰19 Β· ⭐ 3.4K Β· πŸ’€) - A high-throughput, DAG-based protocol capable of powering..
  • LUX - LUXCoin (πŸ₯‰16 Β· ⭐ 4K Β· πŸ’€) - Blockchain solutions and services ecosystem that focuses on..
  • TRUE - TrueChain (πŸ₯‰16 Β· ⭐ 210 Β· πŸ’€) - TrueChain is fast, permissionless, secure and scalable public..
  • FCT - Factom (πŸ₯‰16 Β· ⭐ 150) - A General Purpose Data Layer for the Blockchain.
  • UBQ - Ubiq (πŸ₯‰14 Β· ⭐ 83 Β· πŸ’€) - Decentralized platform which allows the creation and implementation..
  • EXP - Expanse (πŸ₯‰14 Β· ⭐ 55 Β· πŸ’€) - Ethereum based blockchain platform for smart contracts.
  • AGRS - Agoras: Currency of Tau (πŸ₯‰12 Β· ⭐ 110) - Agoras will be a fully featured intelligent economy..
  • MRX - Metrix Coin (πŸ₯‰12 Β· ⭐ 42) - Metrix Coin (formerly Lindacoin) is a Proof of Stake digital..
  • XBY - XTRABYTES (πŸ₯‰11 Β· ⭐ 87) - XTRABYTES (XBY) is ought to be modular blockchain platform designed to..
  • ARES - Ares Protocol (πŸ₯‰11 Β· ⭐ 51) - On-chain-verified oracle protocol that provides secure and..
  • UUU - U Network (πŸ₯‰10 Β· ⭐ 190 Β· πŸ’€) - U Network - will be a Decentralized Protocol for Publishing..
  • STAKE - STAKE (πŸ₯‰10 Β· ⭐ 120 Β· πŸ’€) - New ERC20-type (implemented as an ERC677) token designed to..
  • OLT - OneLedger (πŸ₯‰10 Β· ⭐ 40) - Cross-ledger agnostic protocol that enables high-performance..
  • KIN - Kin (πŸ₯‰9 Β· ⭐ 140) - Cryptocurrency designed to bring people together in a new shared..
  • PHT - Lightstreams Photon (πŸ₯‰9 Β· ⭐ 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.

BUSD - Binance USD (πŸ₯‰10 Β· ⭐ 260) - Stable coin pegged to USD that has received approval from..

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


Show 1 hidden projects...
  • USDC - USD Coin (πŸ₯‡13 Β· ⭐ 430 Β· πŸ’€) - True financial interoperability requires a price stable..

Decentralized Finance (DeFi)

Back to top

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

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

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

     npm install @terra-money/terra.js
    
core (πŸ₯ˆ21 Β· ⭐ 330) - GO implementation of the Terra Protocol. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 68 Β· πŸ“₯ 2.3K Β· πŸ“¦ 14 Β· πŸ“‹ 58 - 15% open Β· ⏱️ 13.11.2022):

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

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

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

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


MKR - Maker (πŸ₯‡33 Β· ⭐ 4.8K) - Utility token, governance token and recapitalization resource of the..
makerdao/community (πŸ₯ˆ19 Β· ⭐ 160) - A collection of documents and resources relating to.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 120 Β· πŸ“‹ 420 - 13% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/makerdao/community
    
pymaker (πŸ₯ˆ16 Β· ⭐ 190) - Python API for Maker contracts. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 93 Β· πŸ“¦ 3 Β· πŸ“‹ 65 - 30% open Β· ⏱️ 14.12.2022):

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

     git clone https://github.com/makerdao/dss
    
developerguides (πŸ₯‰14 Β· ⭐ 590 Β· πŸ’€) - Developer guides to integrate with MakerDAOs smart.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 180 Β· πŸ“‹ 21 - 23% open Β· ⏱️ 10.06.2022):

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

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


SNX - Synthetix Network Token (πŸ₯‡33 Β· ⭐ 1.8K) - Synthetix Network Token will be a decentralised..
synthetix (πŸ₯‡30 Β· ⭐ 1K) - Synthetix Solidity smart contracts. MIT
  • GitHub (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 540 Β· πŸ“¦ 440 Β· πŸ“‹ 120 - 65% open Β· ⏱️ 11.01.2023):

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

     npm install synthetix
    
synpress (πŸ₯‡27 Β· ⭐ 300) - Synpress is e2e testing framework based on Cypress.io and playwright with.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 83 Β· πŸ“¦ 130 Β· πŸ“‹ 110 - 26% open Β· ⏱️ 30.12.2022):

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

     npm install @synthetixio/synpress
    

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


AAVE - Aave (πŸ₯‡31 Β· ⭐ 2.8K) - Decentralized Lending on Ethereum Network - Lending Ethereum.
protocol-v2 (πŸ₯ˆ21 Β· ⭐ 540) - Aave Protocol V2. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 590 Β· πŸ“¦ 990 Β· πŸ“‹ 180 - 69% open Β· ⏱️ 11.01.2023):

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

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


REP - Augur (πŸ₯‡31 Β· ⭐ 2K) - Decentralized prediction market built on the Ethereum blockchain. It..

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


DFI - Amun DeFi Index (πŸ₯‡31 Β· ⭐ 890) - DeFi Blockchain - bringing DeFi to Bitcoin.
ain (πŸ₯‡27 Β· ⭐ 360) - DeFi Blockchain - enabling decentralized finance on Bitcoin. MIT
  • GitHub (πŸ‘¨β€πŸ’» 830 Β· πŸ”€ 99 Β· πŸ“₯ 34K Β· πŸ“‹ 400 - 25% open Β· ⏱️ 09.01.2023):

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

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


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

     git clone https://github.com/yearn/yearn-vaults
    
brownie-strategy-mix (πŸ₯‰12 Β· ⭐ 160 Β· πŸ’€) - ## 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 (πŸ“₯ 10 / month Β· ⏱️ 28.12.2020):

     npm install @yfi/nodejs-strategy-mix
    

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


COMP - Compound (πŸ₯‡26 Β· ⭐ 2.4K) - Created by the Compound Finance Team, Compound Governance..
compound-js (πŸ₯ˆ21 Β· ⭐ 180) - A JavaScript SDK for Ethereum and the Compound Protocol. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 61 Β· πŸ“¦ 210 Β· πŸ“‹ 16 - 31% open Β· ⏱️ 29.09.2022):

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

     npm install @compound-finance/compound-js
    
compound-protocol (πŸ₯ˆ19 Β· ⭐ 1.6K Β· πŸ’€) - The Compound On-Chain Protocol. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 1.1K Β· πŸ“₯ 310 Β· πŸ“‹ 85 - 64% open Β· ⏱️ 07.06.2022):

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

     npm install compound-protocol-kakapo911
    

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


UMA - UMA (πŸ₯‡26 Β· ⭐ 420) - Decentralized financial contracts platform built to enable Universal..
UMAprotocol/protocol (πŸ₯‡28 Β· ⭐ 300) - UMA Protocol Running on Ethereum. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 160 Β· πŸ“¦ 110 Β· πŸ“‹ 970 - 10% open Β· ⏱️ 11.01.2023):

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

     npm install @uma/core
    

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


RGT - Rari Governance Token (πŸ₯‡25 Β· ⭐ 4.8K) - The Rari Governance Token is the native token behind..
solmate (πŸ₯‡26 Β· ⭐ 2.7K) - Modern, opinionated, and gas optimized building blocks for smart.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 400 Β· πŸ“¦ 150 Β· πŸ“‹ 160 - 28% open Β· ⏱️ 31.12.2022):

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

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

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

     npm install @rari-capital/vaults
    
rari-dApp (πŸ₯‰12 Β· ⭐ 150) - Rari Capitals Web3 Portal. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 57 Β· πŸ“‹ 120 - 20% open Β· ⏱️ 25.09.2022):

     git clone https://github.com/Rari-Capital/rari-dApp
    
solcurity (πŸ₯‰10 Β· ⭐ 1.1K Β· πŸ’€) - Opinionated security and code quality standard for.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 120 Β· πŸ“‹ 4 - 25% open Β· ⏱️ 21.06.2022):

     git clone https://github.com/Rari-Capital/solcurity
    

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


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

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


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

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


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

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


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

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


MLN - Enzyme (πŸ₯ˆ23 Β· ⭐ 1.5K) - Private company building the open-source Melon Protocol. The..
enzymefinance/protocol (πŸ₯ˆ24 Β· ⭐ 310) - Enzyme Protocol Implementation. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 120 Β· πŸ“₯ 270 Β· πŸ“¦ 12 Β· ⏱️ 15.12.2022):

     git clone https://github.com/enzymefinance/protocol
    
  • npm (πŸ“₯ 540 / month Β· πŸ“¦ 4 Β· ⏱️ 23.11.2022):

     npm install @enzymefinance/protocol
    

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


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

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

     npm install polymath-core
    

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


NMR - Numeraire (πŸ₯ˆ22 Β· ⭐ 940) - Numeraire: A Cryptographic Token for Coordinating Machine..
example-scripts (πŸ₯‰14 Β· ⭐ 500) - The official example scripts for the Numerai Data Science.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 210 Β· πŸ“‹ 19 - 57% open Β· ⏱️ 27.12.2022):

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

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


PAY - TenX (πŸ₯ˆ22 Β· ⭐ 680) - TenX connects your blockchain assets to real world payment platforms...
xmr-btc-swap (πŸ₯ˆ22 Β· ⭐ 490) - BitcoinMonero Cross-chain Atomic Swap. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 63 Β· πŸ“₯ 8.5K Β· πŸ“‹ 300 - 24% open Β· ⏱️ 10.01.2023):

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

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


KAVA - Kava (πŸ₯ˆ22 Β· ⭐ 490) - Cross-chain DeFi platform offering collateralized loans and stablecoins to..
kava (πŸ₯ˆ24 Β· ⭐ 380) - DeFi for Crypto. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 270 Β· πŸ“₯ 260 Β· πŸ“¦ 38 Β· πŸ“‹ 160 - 35% open Β· ⏱️ 03.01.2023):

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

     go install github.com/kava-labs/kava
    

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


DPI - DeFi Pulse Index (πŸ₯ˆ22 Β· ⭐ 480) - Capitalization-weighted index that tracks the..

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


REQ - Request (πŸ₯ˆ22 Β· ⭐ 440) - A decentralized network built on top of Ethereum, which allows..
requestNetwork (πŸ₯‡26 Β· ⭐ 360) - A JavaScript library for interacting with the Request Network.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 62 Β· πŸ“¦ 9 Β· πŸ“‹ 74 - 51% open Β· ⏱️ 06.01.2023):

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

     npm install @requestnetwork/utils
    

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 Β· πŸ“‹ 390 - 25% open Β· ⏱️ 23.08.2022):

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

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

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

     npm install @liquity/lib-ethers
    

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


OHM - Olympus (πŸ₯ˆ21 Β· ⭐ 1K) - No description.
olympus-frontend (πŸ₯ˆ22 Β· ⭐ 270) - MIT
  • GitHub (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 700 Β· πŸ“‹ 280 - 18% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/OlympusDAO/olympus-frontend
    
olympus-contracts (πŸ₯‰13 Β· ⭐ 710) - AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 950 Β· πŸ“‹ 87 - 60% open Β· ⏱️ 12.10.2022):

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

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


BIFI - Beefy.Finance (πŸ₯ˆ21 Β· ⭐ 350) - $BIFI tokens are dividend-eligible revenue shares in..
beefy-app (πŸ₯‰15 Β· ⭐ 190 Β· πŸ’€) - Multichain yield optimizer. MIT
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 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.


MTA - mStable Governance Token: Meta (πŸ₯ˆ20 Β· ⭐ 340) - The Meta token aims to coordinate decentralised..
mStable-contracts (πŸ₯ˆ18 Β· ⭐ 280) - Smart Contracts that make up the core of the mStable.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 74 Β· πŸ“¦ 32 Β· πŸ“‹ 22 - 9% open Β· ⏱️ 06.12.2022):

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

     npm install @mstable/protocol
    

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


DIA - DIA (πŸ₯ˆ20 Β· ⭐ 200) - DIA (Decentralised Information Asset) is an open-source, data and..
diadata (πŸ₯ˆ23 Β· ⭐ 200) - DIAdata.org platform. GPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 120 Β· πŸ“¦ 9 Β· πŸ“‹ 260 - 4% open Β· ⏱️ 11.01.2023):

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

     go install github.com/diadata-org/diadata
    

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

2 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.


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

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


XVS - Venus (πŸ₯ˆ17 Β· ⭐ 180) - Algorithmic Money Market and Synthetic Stablecoin DeFi Protocol on..
venus-protocol (πŸ₯ˆ20 Β· ⭐ 180) - BNB Smart Chain Venus Protocol. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 110 Β· πŸ“¦ 3 Β· πŸ“‹ 46 - 41% open Β· ⏱️ 10.01.2023):

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

TORN - Tornado Cash (πŸ₯ˆ16 Β· ⭐ 1.5K) - No description.
tornado-core (πŸ₯ˆ17 Β· ⭐ 1.1K Β· πŸ’€) - Tornado cash. Non-custodial private transactions on.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 370 Β· πŸ“₯ 11K Β· πŸ“‹ 47 - 48% open Β· ⏱️ 24.03.2022):

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

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


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

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


TRU - TrueFi (πŸ₯ˆ15 Β· ⭐ 300) - DeFiuncollateralized lending protocol developed by the TrustToken..
trusttoken/smart-contracts (πŸ₯ˆ16 Β· ⭐ 300) - TrustToken smart contracts written pre 2022. Includes.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 100 Β· πŸ“‹ 27 - 3% open Β· ⏱️ 16.12.2022):

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

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 Β· ⭐ 190) - Decentralize ethereum token. Bionic is an incubator..
bifrost (πŸ₯ˆ17 Β· ⭐ 190) - A parachain focused on building bridges of chains based on PoS.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 58 Β· πŸ“₯ 980 Β· πŸ“‹ 43 - 34% open Β· ⏱️ 11.01.2023):

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

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

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


PICKLE - Pickle Finance (πŸ₯‰14 Β· ⭐ 330) - No description.

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


EVX - Everex (πŸ₯‰13 Β· ⭐ 830) - Financial technology company specializing in applying blockchain..
Ethplorer (πŸ₯ˆ16 Β· ⭐ 760) - Viewer of Ethereum tokens and transactions based on ERC20 standard. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 370 Β· πŸ“‹ 140 - 17% open Β· ⏱️ 04.11.2022):

     git clone https://github.com/EverexIO/Ethplorer
    

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


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

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

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


CHSB - SwissBorg (πŸ₯‰13 Β· ⭐ 200) - Wealthtech offering Swiss-made crypto investment solutions to..

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


TRIBE - Tribe (πŸ₯‰13 Β· ⭐ 200) - Governance token which will allow community members to vote on the..
fei-protocol-core (πŸ₯ˆ16 Β· ⭐ 200) - FEI Protocol smart contract code, tests, and.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 87 Β· πŸ“‹ 170 - 85% open Β· ⏱️ 14.10.2022):

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

ALPACA - Alpaca Finance (πŸ₯‰13 Β· ⭐ 150) - First leveraged yield farming protocol on Binance..
bsc-alpaca-contract (πŸ₯ˆ16 Β· ⭐ 150) - Smart Contracts for Alpaca Finance on Fantom & BNB Chain. MIT
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 86 Β· πŸ“¦ 9 Β· πŸ“‹ 12 - 8% open Β· ⏱️ 06.01.2023):

     git clone https://github.com/alpaca-finance/bsc-alpaca-contract
    

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.


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

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

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

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

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


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

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


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

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

BZRX - bZx Protocol (πŸ₯‰11 Β· ⭐ 190) - Financial primitive for shorting, leverage, borrowing, and..
contractsV2 (πŸ₯‰14 Β· ⭐ 190) - Ooki Protocol Smart Contracts. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 37 Β· πŸ“‹ 3 - 66% open Β· ⏱️ 29.12.2022):

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

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

Exchange-based Tokens

Back to top

Tokens associated with centralized or decentralized exchanges.

BNB - Binance Coin (πŸ₯‡37 Β· ⭐ 11K) - Digital token of the Binance exchange. It is an exchanging..
bsc (πŸ₯‡28 Β· ⭐ 2K) - A BNB Smart Chain client based on the go-ethereum fork. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 750 Β· πŸ”€ 800 Β· πŸ“₯ 230K Β· πŸ“¦ 5 Β· πŸ“‹ 820 - 9% open Β· ⏱️ 08.12.2022):

     git clone https://github.com/binance-chain/bsc
    
tss-lib (πŸ₯ˆ22 Β· ⭐ 460) - Threshold Signature Scheme, for ECDSA and EDDSA. MIT
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 170 Β· πŸ“₯ 2.8K Β· πŸ“¦ 110 Β· πŸ“‹ 100 - 38% open Β· ⏱️ 23.09.2022):

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

     go install github.com/binance-chain/tss-lib
    
go-sdk (πŸ₯ˆ21 Β· ⭐ 180) - Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 98 Β· πŸ“¦ 200 Β· πŸ“‹ 65 - 21% open Β· ⏱️ 06.01.2023):

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

     go install github.com/binance-chain/go-sdk
    
bsc-genesis-contract (πŸ₯ˆ16 Β· ⭐ 390) - The genesis contracts of BNB Smart Chain. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 470 Β· πŸ“‹ 55 - 43% open Β· ⏱️ 11.10.2022):

     git clone https://github.com/binance-chain/bsc-genesis-contract
    
node-binary (πŸ₯‰15 Β· ⭐ 180 Β· πŸ’€) - Binaries for full nodes, light-weighted clients. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 110 Β· πŸ“₯ 1.1K Β· πŸ“‹ 230 - 34% open Β· ⏱️ 13.06.2022):

     git clone https://github.com/binance-chain/node-binary
    
whitepaper (πŸ₯‰13 Β· ⭐ 1.5K) - BNB Smart Chain. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 350 Β· πŸ“‹ 34 - 61% open Β· ⏱️ 25.10.2022):

     git clone https://github.com/binance-chain/whitepaper
    
BEPs (πŸ₯‰13 Β· ⭐ 490) - BNB Evolution Proposals. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 280 Β· πŸ“‹ 26 - 38% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/binance-chain/BEPs
    
docs-site (πŸ₯‰12 Β· ⭐ 330 Β· πŸ’€) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 190 Β· πŸ“‹ 61 - 65% open Β· ⏱️ 21.03.2022):

     git clone https://github.com/binance-chain/docs-site
    
bsc-snapshots (πŸ₯‰12 Β· ⭐ 180) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 61 Β· πŸ“‹ 180 - 59% open Β· ⏱️ 10.01.2023):

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

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

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


TWT - Trust Wallet Token (πŸ₯‡36 Β· ⭐ 8K) - Trust Wallet Token (TWT) 511 is a utility token that..
wallet-core (πŸ₯‡32 Β· ⭐ 2.1K) - Cross-platform, cross-blockchain wallet library. MIT
  • GitHub (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.2K Β· πŸ“₯ 110K Β· πŸ“¦ 290 Β· πŸ“‹ 1.1K - 2% open Β· ⏱️ 11.01.2023):

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

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

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

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

     npm install @luckyfinance/assets
    
trust-web3-provider (πŸ₯ˆ20 Β· ⭐ 550) - Web3 javascript wrapper provider for iOS and Android.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 370 Β· πŸ“‹ 180 - 11% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/trustwallet/trust-web3-provider
    
blockatlas (πŸ₯ˆ19 Β· ⭐ 360 Β· πŸ’€) - Clean and lightweight cross-chain transaction API. MIT
  • GitHub (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 210 Β· πŸ“₯ 33 Β· πŸ“¦ 11 Β· πŸ“‹ 500 - 1% open Β· ⏱️ 16.03.2022):

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

     go install github.com/TrustWallet/blockatlas
    
developer (πŸ₯ˆ16 Β· ⭐ 230) - Trust Developer documentation: developer.trustwallet.com. MIT
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 140 Β· πŸ“‹ 59 - 8% open Β· ⏱️ 15.12.2022):

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

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


GNO - Gnosis (πŸ₯‡36 Β· ⭐ 4K) - Gnosis builds revolutionary market-driven forecasting technology to..
safe-contracts (πŸ₯‡28 Β· ⭐ 1.3K) - Gnosis Safe allows secure management of blockchain assets. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 610 Β· πŸ“₯ 360 Β· πŸ“¦ 740 Β· πŸ“‹ 210 - 11% open Β· ⏱️ 10.01.2023):

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

     npm install @gnosis.pm/safe-contracts
    
safe-react (πŸ₯ˆ22 Β· ⭐ 320) - Deprecated! New repo https://github.com/safe-global/web-core. MIT
  • GitHub (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 290 Β· πŸ“₯ 47K Β· ⏱️ 09.01.2023):

     git clone https://github.com/gnosis/safe-react
    
gp-v2-contracts (πŸ₯‰14 Β· ⭐ 150 Β· πŸ’€) - Smart contracts for the Gnosis Protocol v2. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 35 Β· πŸ“¦ 73 Β· πŸ“‹ 150 - 22% open Β· ⏱️ 27.04.2022):

     git clone https://github.com/gnosis/gp-v2-contracts
    

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 (πŸ₯‡32 Β· ⭐ 3.6K) - A browser and wallet for LBRY, the decentralized, user-controlled.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 450 Β· πŸ“₯ 23M Β· πŸ“‹ 3.8K - 15% open Β· ⏱️ 18.11.2022):

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

     git clone https://github.com/lbryio/lbry-sdk
    
lbry-android (πŸ₯ˆ21 Β· ⭐ 2.5K) - The LBRY Android app. MIT
  • GitHub (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 110 Β· πŸ“₯ 45K Β· πŸ“‹ 820 - 19% open Β· ⏱️ 29.11.2022):

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

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

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

     go install github.com/lbryio/chainquery
    

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


SRM - Serum (πŸ₯‡35 Β· ⭐ 5.7K) - Worlds first completely decentralized derivatives exchange with..
anchor (πŸ₯‡35 Β· ⭐ 2.6K) - Solana Sealevel Framework. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 920 Β· πŸ“¦ 44 Β· πŸ“‹ 1.1K - 33% open Β· ⏱️ 05.01.2023):

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

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

     cargo install anchor-syn
    
serum-ts (πŸ₯ˆ24 Β· ⭐ 260) - Project Serum TypeScript monorepo. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 230 Β· πŸ“¦ 320 Β· πŸ“‹ 140 - 82% open Β· ⏱️ 25.10.2022):

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

     npm install @project-serum/serum
    
serum-dex (πŸ₯ˆ18 Β· ⭐ 570) - Project Serum Rust Monorepo. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 300 Β· πŸ“₯ 23 Β· πŸ“‹ 130 - 51% open Β· ⏱️ 25.10.2022):

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

     cargo install serum-dex-permissioned
    
spl-token-wallet (πŸ₯ˆ16 Β· ⭐ 870) - Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 380 Β· πŸ“₯ 160 Β· ⏱️ 02.11.2022):

     git clone https://github.com/project-serum/spl-token-wallet
    
serum-dex-ui (πŸ₯‰13 Β· ⭐ 360) - Example implementation of a UI for the Serum DEX. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 480 Β· πŸ“‹ 67 - 83% open Β· ⏱️ 31.10.2022):

     git clone https://github.com/project-serum/serum-dex-ui
    
multisig (πŸ₯‰13 Β· ⭐ 160) - Multi-signature transaction execution. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 86 Β· πŸ“₯ 280 Β· πŸ“¦ 2 Β· πŸ“‹ 20 - 55% open Β· ⏱️ 15.11.2022):

     git clone https://github.com/project-serum/multisig
    

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


HBAR - Hedera (πŸ₯‡34 Β· ⭐ 1.3K) - Decentralized public network for you to make your digital world..
hedera-sdk-js (πŸ₯‡29 Β· ⭐ 210) - Hedera Hashgraph SDK for JavaScript/TypeScript. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 97 Β· πŸ“¦ 740 Β· πŸ“‹ 570 - 6% open Β· ⏱️ 19.12.2022):

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

     npm install @hashgraph/sdk
    
hedera-services (πŸ₯ˆ23 Β· ⭐ 200) - Crypto, token, consensus, file, and smart contract.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 67 Β· πŸ“‹ 2.3K - 23% open Β· ⏱️ 11.01.2023):

     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 (πŸ₯ˆ22 Β· ⭐ 190) - Hedera Hashgraph SDK for Java. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 100 Β· πŸ“‹ 480 - 5% open Β· ⏱️ 20.12.2022):

     git clone https://github.com/hashgraph/hedera-sdk-java
    
  • Maven (⏱️ 28.11.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 (πŸ₯‡27 Β· ⭐ 520) - Fully featured Graphical User Interface / Reference Wallet for the.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 560 Β· πŸ“₯ 220K Β· πŸ“‹ 2.3K - 19% open Β· ⏱️ 21.12.2022):

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

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

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

     pip install bitshares
    

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


XIN - Infinity Economics (πŸ₯ˆ31 Β· ⭐ 2.5K) - Fully decentralized cryptocurrency network and the most..
android-app (πŸ₯ˆ22 Β· ⭐ 410) - Android private messenger, crypto wallet and light node to Mixin.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 86 Β· πŸ“₯ 2.5K Β· πŸ“‹ 79 - 53% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/MixinNetwork/android-app
    
mixin (πŸ₯ˆ21 Β· ⭐ 470) - The Mixin TEE-BFT-DAG network reference implementation. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 120 Β· πŸ“₯ 32K Β· πŸ“‹ 60 - 16% open Β· ⏱️ 09.01.2023):

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

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

     git clone https://github.com/MixinNetwork/ios-app
    
flutter-plugins (πŸ₯ˆ17 Β· ⭐ 250) - Flutter plugins used in Mixin. MIT
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 58 Β· πŸ“¦ 760 Β· πŸ“‹ 140 - 40% open Β· ⏱️ 21.12.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 Β· ⏱️ 17.10.2022):

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

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

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

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


ZRX - 0x (πŸ₯ˆ30 Β· ⭐ 3.8K) - An Open Protocol For Decentralized Exchange On The Ethereum Blockchain..
0x-api (πŸ₯ˆ19 Β· ⭐ 330) - An HTTP Interface to 0x liquidity and tooling. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 200 Β· πŸ“‹ 82 - 62% open Β· ⏱️ 09.01.2023):

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

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

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


RED - Red (πŸ₯ˆ27 Β· ⭐ 5.3K) - The Red community is building the worlds first fullstack and..
red (πŸ₯‡25 Β· ⭐ 5K) - Red is a next-generation programming language strongly inspired by Rebol,.. BSL-1.0
  • GitHub (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 390 Β· πŸ“‹ 3.8K - 12% open Β· ⏱️ 08.01.2023):

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

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

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


DYDX - dYdX (πŸ₯ˆ27 Β· ⭐ 1.6K) - With an industry-leading product and a strong trajectory of organic..
dydx-v3-python (πŸ₯ˆ22 Β· ⭐ 200) - Python client for dYdX (API v3). Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 120 Β· πŸ“¦ 130 Β· πŸ“‹ 77 - 63% open Β· ⏱️ 03.01.2023):

     git clone https://github.com/dydxprotocol/dydx-v3-python
    
  • PyPi (πŸ“₯ 7K / month Β· ⏱️ 01.07.2022):

     pip install dydx-v3-python
    

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


BNT - Bancor Network Token (πŸ₯ˆ26 Β· ⭐ 950) - Standard for a new generation of cryptocurrencies..
contracts-solidity (πŸ₯‡25 Β· ⭐ 800) - Bancor Protocol Contracts. ICU
  • GitHub (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 410 Β· πŸ“¦ 12 Β· πŸ“‹ 59 - 1% open Β· ⏱️ 23.11.2022):

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

     npm install @bancor/contracts-solidity
    

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


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

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

     cargo install stable-swap
    
saber-hq/merkle-distributor (πŸ₯ˆ16 Β· ⭐ 150 Β· πŸ’€) - A smart contract that distributes a balance of tokens.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 39 Β· πŸ“₯ 55 Β· πŸ“¦ 47 Β· πŸ“‹ 6 - 83% open Β· ⏱️ 10.06.2022):

     git clone https://github.com/saber-hq/merkle-distributor
    
  • npm (πŸ“₯ 750 / month Β· πŸ“¦ 2 Β· ⏱️ 10.06.2022):

     npm install @saberhq/merkle-distributor
    
  • Cargo (πŸ“₯ 12 / month Β· ⏱️ 10.06.2022):

     cargo install merkle-distributor
    

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


REN - REN (πŸ₯ˆ26 Β· ⭐ 820) - A decentralized dark pool for trustless cross-chain atomic trading of..
multichain (πŸ₯‰15 Β· ⭐ 220) - An abstraction over multiple different underlying blockchains.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 110 Β· πŸ“¦ 7 Β· πŸ“‹ 31 - 96% open Β· ⏱️ 21.11.2022):

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

     go install github.com/renproject/multichain
    

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


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

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


MNGO - Mango (πŸ₯ˆ25 Β· ⭐ 940) - No description.
mango-explorer (πŸ₯ˆ17 Β· ⭐ 160) - A project to explore and provide useful code for Mango Markets.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 85 Β· πŸ“¦ 12 Β· πŸ“‹ 37 - 16% open Β· ⏱️ 19.09.2022):

     git clone https://github.com/blockworks-foundation/mango-explorer
    
mango-v3 (πŸ₯‰14 Β· ⭐ 160) - Mango Markets V3 Smart Contract. MIT
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 91 Β· πŸ“‹ 18 - 50% open Β· ⏱️ 21.10.2022):

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

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

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


OSMO - Osmosis (πŸ₯ˆ25 Β· ⭐ 810) - Token of the Osmosis Hub, first DEX for IBC connected coins built on..
osmosis (πŸ₯‡26 Β· ⭐ 670) - The AMM Laboratory. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 320 Β· πŸ“₯ 5.5K Β· πŸ“‹ 1.3K - 23% open Β· ⏱️ 11.01.2023):

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

     go install github.com/osmosis-labs/osmosis
    

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


LRC - Loopring (πŸ₯ˆ25 Β· ⭐ 650) - Loopring is not only a protocol but also a decentralized..
protocols (πŸ₯ˆ16 Β· ⭐ 240) - A zkRollup DEX & Payment Protocol. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 55 Β· πŸ“‹ 360 - 3% open Β· ⏱️ 19.10.2022):

     git clone https://github.com/Loopring/protocols
    
loopring_sdk (πŸ₯‰15 Β· ⭐ 160) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 36 Β· πŸ“¦ 41 Β· πŸ“‹ 16 - 18% open Β· ⏱️ 10.01.2023):

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

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


VITE - Vite (πŸ₯ˆ25 Β· ⭐ 560) - A Next Generation High-performance Decentralized Application Platform.
go-vite (πŸ₯ˆ23 Β· ⭐ 310) - Official Go implementation of the Vite protocol. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 140 Β· πŸ“₯ 60K Β· πŸ“¦ 3 Β· πŸ“‹ 81 - 28% open Β· ⏱️ 19.12.2022):

     git clone https://github.com/vitelabs/go-vite
    
  • Go (⏱️ 14.12.2022):

     go install github.com/vitelabs/go-vite
    

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


CRO - Crypto.com Coin (πŸ₯ˆ23 Β· ⭐ 690) - Crypto.com Chain will be a privacy preserving payment..
cronos (πŸ₯‡26 Β· ⭐ 220) - Cronos is the first Ethereum-compatible blockchain network built on.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 190 Β· πŸ“₯ 36K Β· πŸ“¦ 12 Β· πŸ“‹ 350 - 17% open Β· ⏱️ 09.01.2023):

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

     go install github.com/hazlorlabs/chain
    
chain-main (πŸ₯ˆ24 Β· ⭐ 430) - Crypto.org Chain: Croeseid Testnet and beyond development. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 330 Β· πŸ“₯ 130K Β· πŸ“‹ 380 - 5% open Β· ⏱️ 06.01.2023):

     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.


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

3 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 Β· ⭐ 700) - Blockchain coin and token profile collection. MIT
  • GitHub (πŸ‘¨β€πŸ’» 1.7K Β· πŸ”€ 3.6K Β· πŸ“‹ 650 - 5% open Β· ⏱️ 21.12.2022):

     git clone https://github.com/consenlabs/token-profile
    
token-core (πŸ₯‰15 Β· ⭐ 250) - Next generation core inside imToken Wallet. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 92 Β· πŸ“₯ 120 Β· πŸ“‹ 37 - 51% open Β· ⏱️ 17.09.2022):

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

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


PSP - ParaSwap (πŸ₯ˆ22 Β· ⭐ 300) - Governance token for ParaSwap with the aim toprovide a..
paraswap-sdk (πŸ₯ˆ23 Β· ⭐ 170) - ParaSwap allows dApps and traders to get the best DEX liquidity by.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 71 Β· πŸ“¦ 43 Β· πŸ“‹ 30 - 76% open Β· ⏱️ 04.01.2023):

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

     npm install paraswap
    

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


AST - AirSwap (πŸ₯ˆ22 Β· ⭐ 260) - Decentralized, peer-to-peer token trading network built on the..
airswap-protocols (πŸ₯‡26 Β· ⭐ 170) - AirSwap Contracts and Tools. MIT
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 75 Β· πŸ“¦ 84 Β· πŸ“‹ 210 - 0% open Β· ⏱️ 09.01.2023):

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

     npm install @airswap/wrapper
    

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


NRG - Energi (πŸ₯‰19 Β· ⭐ 2.4K Β· πŸ’€) - Launched in April 2018, Energi describes itself as a Proof of Stake..

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


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

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

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


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

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

     cargo install openlimits-exchange
    

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


PDEX - Polkadex (πŸ₯‰16 Β· ⭐ 240) - No description.
Polkadex (πŸ₯ˆ19 Β· ⭐ 240) - An Orderbook-based Decentralized Exchange using the Substrate.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 81 Β· πŸ“₯ 6.5K Β· πŸ“‹ 260 - 13% open Β· ⏱️ 05.10.2022):

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

ANY - Anyswap (πŸ₯‰15 Β· ⭐ 280) - Fully decentralized cross chain swap protocol, based on Fusion..
CrossChain-Bridge (πŸ₯‰14 Β· ⭐ 220) - Cross-Chain bridge based on Anyswap MPC network. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 120 Β· πŸ“¦ 17 Β· πŸ“‹ 25 - 68% open Β· ⏱️ 14.11.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.


QKC - QuarkChain (πŸ₯‰14 Β· ⭐ 260 Β· πŸ’€) - Quarkchain wants to build a high throughput P2P network..
pyquarkchain (πŸ₯ˆ17 Β· ⭐ 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.


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

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

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

Meme Tokens

Back to top

Cryptocurrencies inspired by Internet memes.

DOGE - Dogecoin (πŸ₯‡27 Β· ⭐ 15K) - Open source peer-to-peer digital currency, favored by Shiba Inus..
dogecoin (πŸ₯‡31 Β· ⭐ 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 (πŸ₯‰14 Β· ⭐ 450) - official repo for dogecoin.com. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 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 Β· ⭐ 490) - Dont let your memes be dreams! Banano is a fourth-generation..

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


Show 2 hidden projects...
  • GRLC - Garlicoin (πŸ₯‰19 Β· ⭐ 140) - Garlicoin formed on a few simple fundamentals - cheap and fast..
  • SPELL - Spell Token (πŸ₯‰9 Β· ⭐ 200) - No description.

Web 3.0

Back to top

STX - Stacks (πŸ₯‡39 Β· ⭐ 9.1K) - New decentralized internet where users own their data and apps run..
stacks-blockchain (πŸ₯‡29 Β· ⭐ 2.7K) - The Stacks blockchain implementation. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 550 Β· πŸ“₯ 17K Β· πŸ“¦ 4 Β· πŸ“‹ 2K - 7% open Β· ⏱️ 01.12.2022):

     git clone https://github.com/blockstack/stacks-blockchain
    
  • PyPi (πŸ“₯ 63 / month Β· πŸ“¦ 12 Β· ⏱️ 23.05.2016):

     pip install blockstore
    
stacks.js (πŸ₯‡28 Β· ⭐ 890) - JavaScript libraries for identity, auth, storage and transactions on.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 300 Β· πŸ“¦ 380 Β· πŸ“‹ 730 - 3% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/blockstack/stacks.js
    
  • PyPi (πŸ“₯ 9 / month Β· ⏱️ 23.07.2014):

     pip install opendig
    
  • npm (πŸ“₯ 6.3K / month Β· πŸ“¦ 300 Β· ⏱️ 23.06.2021):

     npm install blockstack
    
stacks-wallet-web (πŸ₯ˆ24 Β· ⭐ 190) - Hiro Wallet is a web extension for managing your digital.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 80 Β· πŸ“₯ 740 Β· πŸ“‹ 1.8K - 20% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/hirosystems/stacks-wallet-web
    
stacks (πŸ₯ˆ22 Β· ⭐ 2K) - Overview of Bitcoins Stacks layer. MIT
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 230 Β· πŸ“‹ 310 - 8% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/blockstack/stacks
    
  • PyPi (πŸ“₯ 14 / month Β· ⏱️ 23.07.2014):

     pip install openspecs
    
blockstack/gaia (πŸ₯ˆ22 Β· ⭐ 750) - A decentralized high-performance storage system. MIT
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 150 Β· πŸ“‹ 160 - 9% open Β· ⏱️ 17.10.2022):

     git clone https://github.com/blockstack/gaia
    
  • PyPi (πŸ“₯ 60 / month Β· πŸ“¦ 21 Β· ⏱️ 23.05.2016):

     pip install registrar
    
stacks-wallet (πŸ₯ˆ21 Β· ⭐ 170) - Stacks WalletSend and receive STX tokens on the Stacks.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 64 Β· πŸ“₯ 180K Β· πŸ“‹ 800 - 17% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/hirosystems/stacks-wallet
    

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


FIL - Filecoin (πŸ₯‡39 Β· ⭐ 7.8K) - The Filecoin network achieves staggering economies of scale by..
lotus (πŸ₯‡34 Β· ⭐ 2.5K) - Reference implementation of the Filecoin protocol, written in Go. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.2K Β· πŸ“₯ 11K Β· πŸ“‹ 4K - 15% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/filecoin-project/lotus
    
  • Go (πŸ“¦ 54 Β· ⏱️ 13.12.2022):

     go install github.com/filecoin-project/lotus
    
venus (πŸ₯‡29 Β· ⭐ 2K) - Filecoin Full Node Implementation in Go. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 410 Β· πŸ“₯ 17K Β· πŸ“¦ 8 Β· πŸ“‹ 2.9K - 2% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/filecoin-project/venus
    
  • Go (πŸ“¦ 9 Β· ⏱️ 12.12.2022):

     go install github.com/filecoin-project/venus
    
rust-fil-proofs (πŸ₯‡27 Β· ⭐ 440) - Proofs for Filecoin in Rust. MIT
  • GitHub (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 280 Β· πŸ“₯ 2.6K Β· πŸ“¦ 160 Β· πŸ“‹ 610 - 8% open Β· ⏱️ 23.12.2022):

     git clone https://github.com/filecoin-project/rust-fil-proofs
    
  • Cargo (πŸ“₯ 7.1K / month Β· πŸ“¦ 6 Β· ⏱️ 04.08.2022):

     cargo install fr32
    
specs (πŸ₯ˆ21 Β· ⭐ 360 Β· πŸ’€) - The Filecoin protocol specification. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 180 Β· πŸ“¦ 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
    
filecoin-docs (πŸ₯ˆ18 Β· ⭐ 160) - Filecoin Docs. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 220 Β· πŸ“‹ 400 - 11% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/filecoin-project/filecoin-docs
    
devgrants (πŸ₯ˆ16 Β· ⭐ 320) - Apply for a Filecoin devgrant. Help build the Filecoin.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 280 Β· πŸ“‹ 950 - 17% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/filecoin-project/devgrants
    
slate (πŸ₯‰15 Β· ⭐ 510) - WIP - Were building the place you go to discover, share, and sell files on.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 64 Β· πŸ“‹ 540 - 5% open Β· ⏱️ 07.11.2022):

     git clone https://github.com/filecoin-project/slate
    
FIPs (πŸ₯‰15 Β· ⭐ 230) - The Filecoin Improvement Proposal repository. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 96 Β· πŸ“‹ 110 - 2% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/filecoin-project/FIPs
    
community (πŸ₯‰12 Β· ⭐ 350) - Filecoin community and ecosystem channels, discussion forums,.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 140 Β· πŸ“‹ 61 - 44% open Β· ⏱️ 31.10.2022):

     git clone https://github.com/filecoin-project/community
    

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


GRT - The Graph (πŸ₯‡37 Β· ⭐ 3.7K) - Indexing protocol and global API for organizing blockchain..
graph-cli (πŸ₯‡26 Β· ⭐ 300) - The Graph data source runtime for mappings written in WASM. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 140 Β· πŸ“¦ 15K Β· πŸ“‹ 380 - 41% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/graphprotocol/graph-cli
    
graph-node (πŸ₯‡25 Β· ⭐ 2.3K) - Graph Node indexes data from blockchains such as Ethereum and.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 680 Β· πŸ“₯ 660 Β· πŸ“‹ 1.5K - 22% open Β· ⏱️ 06.01.2023):

     git clone https://github.com/graphprotocol/graph-node
    
graphprotocol/contracts (πŸ₯‡25 Β· ⭐ 270) - The Graph Protocol. GPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 100 Β· πŸ“¦ 70 Β· πŸ“‹ 180 - 36% open Β· ⏱️ 23.12.2022):

     git clone https://github.com/graphprotocol/contracts
    
  • npm (πŸ“₯ 4.4K / month Β· πŸ“¦ 4 Β· ⏱️ 23.12.2022):

     npm install @graphprotocol/contracts
    
graphprotocol/indexer (πŸ₯‡25 Β· ⭐ 190) - Graph Protocol indexer components and infrastructure. MIT
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 70 Β· πŸ“₯ 3.5K Β· πŸ“‹ 220 - 30% open Β· ⏱️ 06.01.2023):

     git clone https://github.com/graphprotocol/indexer
    
  • npm (πŸ“₯ 520 / month Β· πŸ“¦ 3 Β· ⏱️ 21.12.2022):

     npm install @graphprotocol/indexer-common
    
graph-ts (πŸ₯ˆ22 Β· ⭐ 200) - TypeScript/AssemblyScript library for writing mappings for The Graph. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 73 Β· πŸ“¦ 15K Β· πŸ“‹ 120 - 30% open Β· ⏱️ 23.12.2022):

     git clone https://github.com/graphprotocol/graph-ts
    

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


LINK - Chainlink (πŸ₯‡36 Β· ⭐ 4.7K) - The LINK Network provides smart contracts with data, bank..
chainlink (πŸ₯‡40 Β· ⭐ 4.1K) - node of the decentralized oracle network, bridging on and off-chain.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.2K Β· πŸ“¦ 14K Β· πŸ“‹ 440 - 25% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/smartcontractkit/chainlink
    
  • npm (πŸ“₯ 76K / month Β· πŸ“¦ 120 Β· ⏱️ 03.01.2023):

     npm install @chainlink/contracts
    
  • Go (πŸ“¦ 11 Β· ⏱️ 09.12.2022):

     go install github.com/smartcontractkit/chainlink
    
truffle-starter-kit (πŸ₯‰14 Β· ⭐ 240) - An example smart contract utilizing Chainlink. MIT
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 83 Β· πŸ“‹ 25 - 28% open Β· ⏱️ 18.10.2022):

     git clone https://github.com/smartcontractkit/truffle-starter-kit
    

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


MAID - MaidSafeCoin (πŸ₯‡35 Β· ⭐ 1.9K) - Blockchain based storage solutions that store a data..
qp2p (πŸ₯ˆ24 Β· ⭐ 340) - peer-to-peer communications library for Rust based on QUIC protocol. BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 64 Β· πŸ“¦ 140 Β· πŸ“‹ 45 - 13% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/maidsafe/qp2p
    
  • Cargo (πŸ“₯ 90 / month Β· πŸ“¦ 10 Β· ⏱️ 22.10.2020):

     cargo install quic-p2p
    
sn_node (πŸ₯‰15 Β· ⭐ 180) - An Implementation of a Safe Network Vault. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 72):

     git clone https://github.com/maidsafe/sn_node
    
  • Cargo (πŸ“₯ 310 / month Β· ⏱️ 26.12.2022):

     cargo install sn_node
    

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


STORJ - Storj (πŸ₯‡34 Β· ⭐ 4.4K) - Distributed, encrypted, and blazing fast object storage, where..
storj (πŸ₯‡29 Β· ⭐ 2.6K) - Ongoing Storj v3 development. Decentralized cloud object storage that.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 380 Β· πŸ“₯ 8.7M Β· πŸ“‹ 1.4K - 25% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/storj/storj
    
  • Go (πŸ“¦ 8 Β· ⏱️ 10.01.2023):

     go install storj.io/storj
    
drpc (πŸ₯ˆ19 Β· ⭐ 1.2K) - drpc is a lightweight, drop-in replacement for gRPC. MIT
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 40 Β· πŸ“‹ 35 - 37% open Β· ⏱️ 04.01.2023):

     git clone https://github.com/storj/drpc
    
  • Go (πŸ“¦ 34 Β· ⏱️ 17.06.2022):

     go install storj.io/drpc
    
awesome-storj (πŸ₯‰10 Β· ⭐ 200) - A curated list of projects, tools, and resources for Storj. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 44 Β· πŸ“‹ 12 - 58% open Β· ⏱️ 06.12.2022):

     git clone https://github.com/storj/awesome-storj
    

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


ANT - Aragon (πŸ₯‡33 Β· ⭐ 4.2K Β· πŸ“‰) - Aragon was born to bring transparency and independent..
client (πŸ₯ˆ22 Β· ⭐ 820) - (Aragon 1) Create and manage decentralized organizations on Ethereum. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 250 Β· πŸ“₯ 34K Β· πŸ“¦ 10 Β· πŸ“‹ 720 - 29% open Β· ⏱️ 21.10.2022):

     git clone https://github.com/aragon/client
    
use-wallet (πŸ₯ˆ22 Β· ⭐ 700 Β· πŸ’€) - useWallet() All-in-one solution to connect a dapp to an Ethereum.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 220 Β· πŸ“¦ 3K Β· πŸ“‹ 92 - 52% open Β· ⏱️ 19.04.2022):

     git clone https://github.com/aragon/use-wallet
    
aragon-apps (πŸ₯ˆ22 Β· ⭐ 380) - (Aragon 1) Aragon apps developed by Aragon Core Devs (smart.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 220 Β· πŸ“₯ 130 Β· πŸ“¦ 3 Β· πŸ“‹ 390 - 20% open Β· ⏱️ 12.10.2022):

     git clone https://github.com/aragon/aragon-apps
    
  • npm (πŸ“₯ 15 / month Β· ⏱️ 07.10.2021):

     npm install @aragon/apps-dot-voting
    

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


SNT - Status (πŸ₯‡32 Β· ⭐ 6.8K) - Interface to access Ethereum, built for Android & iOS. Enjoy..
status-react (πŸ₯‡29 Β· ⭐ 3.6K) - a free (libre) open source, mobile OS for Ethereum. MPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 890 Β· πŸ“₯ 2.9K Β· πŸ“‹ 7.3K - 4% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/status-im/status-react
    
status-go (πŸ₯‡25 Β· ⭐ 670) - The Status module that consumes go-ethereum. MPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 240 Β· πŸ“₯ 1.6K Β· πŸ“¦ 11 Β· πŸ“‹ 880 - 13% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/status-im/status-go
    
  • Go (πŸ“¦ 6 Β· ⏱️ 26.11.2021):

     go install github.com/status-im/status-go/extkeys
    
nimbus-eth1 (πŸ₯ˆ21 Β· ⭐ 510) - Nimbus: an Ethereum Execution Client for Resource-Restricted.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 85 Β· πŸ“‹ 300 - 33% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/status-im/nimbus-eth1
    
  • Go (⏱️ 25.04.2021):

     go install github.com/status-im/nimbus
    
status-keycard (πŸ₯ˆ17 Β· ⭐ 190) - Our Javacard Implementation for making secure transactions.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 52 Β· πŸ“₯ 740 Β· πŸ“‹ 67 - 17% open Β· ⏱️ 02.12.2022):

     git clone https://github.com/status-im/status-keycard
    

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


HNS - Handshake (πŸ₯ˆ31 Β· ⭐ 3.9K) - Decentralized naming and certificate authority.
hsd (πŸ₯‡28 Β· ⭐ 1.7K) - Handshake Daemon & Full Node. MIT
  • GitHub (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 250 Β· πŸ“¦ 150 Β· πŸ“‹ 340 - 37% open Β· ⏱️ 07.01.2023):

     git clone https://github.com/handshake-org/hsd
    
  • npm (πŸ“₯ 400 / month Β· πŸ“¦ 25 Β· ⏱️ 03.07.2022):

     npm install hsd
    
hs-airdrop (πŸ₯ˆ19 Β· ⭐ 1.4K) - Decentralized airdrop to open source developers. MIT
  • GitHub (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 140 Β· πŸ“¦ 13 Β· πŸ“‹ 120 - 22% open Β· ⏱️ 25.11.2022):

     git clone https://github.com/handshake-org/hs-airdrop
    
  • npm (πŸ“₯ 240 / month Β· πŸ“¦ 1 Β· ⏱️ 26.01.2021):

     npm install hs-airdrop
    
hnsd (πŸ₯ˆ17 Β· ⭐ 250) - Handshake SPV name resolver. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 43 Β· πŸ“‹ 46 - 36% open Β· ⏱️ 04.01.2023):

     git clone https://github.com/handshake-org/hnsd
    

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


AE - Aeternity (πŸ₯ˆ31 Β· ⭐ 1.6K) - Ternity team is building a next-level, brand new blockchain..
aeternity (πŸ₯‡25 Β· ⭐ 1K) - ternity blockchain - scalable blockchain for the people - smart.. ISC
  • GitHub (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 230 Β· πŸ“₯ 21K Β· πŸ“‹ 850 - 29% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/aeternity/aeternity
    
aeternity/protocol (πŸ₯‰13 Β· ⭐ 200) - Specification of the ternity blockchain protocol. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 82 Β· πŸ“‹ 62 - 27% open Β· ⏱️ 30.11.2022):

     git clone https://github.com/aeternity/protocol
    

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


OCEAN - Ocean Protocol (πŸ₯ˆ31 Β· ⭐ 680) - A Decentralized Data Exchange Protocol to Unlock Data..
market (πŸ₯ˆ22 Β· ⭐ 150) - THE Data Market. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 230 Β· πŸ“‹ 900 - 5% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/oceanprotocol/market
    

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


AR - Arweave (πŸ₯ˆ30 Β· ⭐ 1.8K) - A new data storage blockchain protocol based on a novel proof of access..
arweave-js (πŸ₯‡29 Β· ⭐ 500) - Browser and Nodejs client for general interaction with the arweave.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 110 Β· πŸ“¦ 6K Β· πŸ“‹ 85 - 11% open Β· ⏱️ 06.01.2023):

     git clone https://github.com/ArweaveTeam/arweave-js
    
  • npm (πŸ“₯ 140K / month Β· πŸ“¦ 180 Β· ⏱️ 06.01.2023):

     npm install arweave
    
SmartWeave (πŸ₯ˆ22 Β· ⭐ 200 Β· πŸ’€) - Simple, scalable smart contracts on the Arweave protocol. MIT
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 62 Β· πŸ“¦ 730 Β· πŸ“‹ 29 - 82% open Β· ⏱️ 23.06.2022):

     git clone https://github.com/ArweaveTeam/SmartWeave
    
  • npm (πŸ“₯ 5.3K / month Β· πŸ“¦ 28 Β· ⏱️ 02.06.2022):

     npm install smartweave
    
arweave (πŸ₯ˆ19 Β· ⭐ 740) - The Arweave server and App Developer Toolkit. GPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 150 Β· πŸ“₯ 31K Β· πŸ“‹ 190 - 34% open Β· ⏱️ 06.10.2022):

     git clone https://github.com/ArweaveTeam/arweave
    

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


GLM - Golem (πŸ₯ˆ29 Β· ⭐ 3.4K) - Global, open source, decentralized supercomputer that anyone can..
yagna (πŸ₯‡26 Β· ⭐ 270) - An open platform and marketplace for distributed computations. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 43 Β· πŸ“₯ 40K Β· πŸ“¦ 40 Β· πŸ“‹ 1.1K - 27% open Β· ⏱️ 05.01.2023):

     git clone https://github.com/golemfactory/yagna
    
  • Cargo (πŸ“₯ 110 / month Β· πŸ“¦ 2 Β· ⏱️ 01.12.2022):

     cargo install ya-agreement-utils
    

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


MYST - Mysterium (πŸ₯ˆ29 Β· ⭐ 1.4K) - Mysterium team wants to create decentralized and safe access..
node (πŸ₯‡27 Β· ⭐ 960) - Mysterium Network Node - official implementation of distributed VPN.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 270 Β· πŸ“₯ 42K Β· πŸ“¦ 4 Β· πŸ“‹ 3.4K - 5% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/mysteriumnetwork/node
    
  • Maven (⏱️ 26.10.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
    
mysterium-vpn-mobile (πŸ₯ˆ21 Β· ⭐ 160) - Mobile client for Mysterium Network. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 42 Β· πŸ“₯ 45K Β· πŸ“‹ 120 - 30% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/mysteriumnetwork/mysterium-vpn-mobile
    

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


HOT - Holo (πŸ₯ˆ28 Β· ⭐ 2K) - Data integrity engine for distributed applications. It uses a..

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


SKY - Skycoin (πŸ₯ˆ28 Β· ⭐ 970) - Currency for digital bandwidth, backed by the new internet. Fast..

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


RDN - Raiden Network Token (πŸ₯ˆ27 Β· ⭐ 1.9K) - Off-chain scaling solution, enabling near-instant,..
raiden (πŸ₯‡26 Β· ⭐ 1.9K) - Raiden Network. MIT
  • GitHub (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 380 Β· πŸ“₯ 7.1K Β· πŸ“¦ 26 Β· πŸ“‹ 2.7K - 13% open Β· ⏱️ 20.10.2022):

     git clone https://github.com/raiden-network/raiden
    
  • PyPi (πŸ“₯ 260 / month Β· πŸ“¦ 8 Β· ⏱️ 13.01.2022):

     pip install raiden
    

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


MASK - Mask Network (πŸ₯ˆ27 Β· ⭐ 1.5K) - Core product of Dimension, which is positioned to become..
Maskbook (πŸ₯‡28 Β· ⭐ 1.3K) - The portal to the new, open Internet. ([I:b]). AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 290 Β· πŸ“₯ 8.9K Β· πŸ“‹ 2.2K - 3% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/DimensionDev/Maskbook
    

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


LPT - Livepeer (πŸ₯ˆ27 Β· ⭐ 1.2K) - Open Source Video Infrastructure Services, Built On The Ethereum..
go-livepeer (πŸ₯‡26 Β· ⭐ 480) - Official Go implementation of the Livepeer protocol. MIT
  • GitHub (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 140 Β· πŸ“₯ 18K Β· πŸ“¦ 6 Β· πŸ“‹ 1.5K - 16% open Β· ⏱️ 06.01.2023):

     git clone https://github.com/livepeer/go-livepeer
    
  • Go (πŸ“¦ 3 Β· ⏱️ 21.12.2022):

     go install github.com/livepeer/go-Livepeer
    
lpms (πŸ₯ˆ16 Β· ⭐ 260) - Livepeer media server. MIT
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 60 Β· πŸ“¦ 20 Β· πŸ“‹ 160 - 25% open Β· ⏱️ 06.01.2023):

     git clone https://github.com/livepeer/lpms
    
  • Go (πŸ“¦ 1 Β· ⏱️ 05.04.2021):

     go install github.com/livepeer/lpms
    

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


AKT - Akash Network (πŸ₯ˆ26 Β· ⭐ 1.2K) - Faster, better, and lower cost cloud built for DeFi,..
akash (πŸ₯ˆ24 Β· ⭐ 720) - a secure, transparent, and peer-to-peer cloud computing network. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 150 Β· πŸ“₯ 58K Β· πŸ“‹ 710 - 14% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/ovrclk/akash
    
  • Go (πŸ“¦ 5 Β· ⏱️ 12.12.2022):

     go install github.com/ovrclk/akash
    
awesome-akash (πŸ₯‰14 Β· ⭐ 230) - Awesome List of Akash Deployment Examples. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 160 Β· πŸ“‹ 140 - 38% open Β· ⏱️ 18.12.2022):

     git clone https://github.com/ovrclk/awesome-akash
    

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


SC - Siacoin (πŸ₯ˆ25 Β· ⭐ 430) - First decentralized storage platform secured by blockchain technology...
skynet-webportal (πŸ₯‰15 Β· ⭐ 260) - A webapp that makes Skynet accessible to web browsers. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 55 Β· πŸ“‹ 140 - 24% open Β· ⏱️ 25.10.2022):

     git clone https://github.com/skynetlabs/skynet-webportal
    

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


SAN - Santiment Network Token (πŸ₯ˆ25 Β· ⭐ 160) - A Better Way to Trade Crypto-Markets Market..

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


GTC - Gitcoin (πŸ₯ˆ24 Β· ⭐ 2.9K) - Game.com is focused on creating a global gaming platform for..
web (πŸ₯ˆ23 Β· ⭐ 1.6K) - Grow Open Source. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 810 Β· πŸ“‹ 6.1K - 9% open Β· ⏱️ 09.01.2023):

     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.9K) - Loom Networks DPoS sidechains allow for truly..
cryptozombie-lessons (πŸ₯ˆ16 Β· ⭐ 1K) - Lesson content for cryptozombies.io. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 500 Β· πŸ“‹ 150 - 12% open Β· ⏱️ 21.12.2022):

     git clone https://github.com/loomnetwork/cryptozombie-lessons
    

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


ELF - aelf (πŸ₯ˆ24 Β· ⭐ 790) - Customizable operating system (OS) specifically for blockchains. The..
AElf (πŸ₯‡28 Β· ⭐ 790) - A scalable cloud computing blockchain platform. MIT
  • GitHub (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 210 Β· πŸ“₯ 2.5K Β· πŸ“¦ 29 Β· πŸ“‹ 770 - 5% open Β· ⏱️ 07.01.2023):

     git clone https://github.com/AElfProject/AElf
    

NKN - NKN (πŸ₯ˆ24 Β· ⭐ 760) - NKN (New Kind of Network) is a new project aiming to rebuild the..
nkn (πŸ₯‡27 Β· ⭐ 450) - Official Go implementation of NKN full node. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 160 Β· πŸ“₯ 8M Β· πŸ“¦ 12 Β· πŸ“‹ 120 - 11% open Β· ⏱️ 07.01.2023):

     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 (πŸ₯ˆ24 Β· ⭐ 310) - SingularityNET lets anyone create, share, and monetize..

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


RAD - Radicle (πŸ₯ˆ22 Β· ⭐ 1.2K) - Decentralized code collaboration network built on open protocols...
radicle-link (πŸ₯ˆ18 Β· ⭐ 420) - The second iteration of the Radicle code collaboration.. GPL-3.0-only
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 42 Β· πŸ“¦ 110 Β· πŸ“‹ 280 - 40% open Β· ⏱️ 06.09.2022):

     git clone https://github.com/radicle-dev/radicle-link
    
  • Cargo (πŸ“₯ 18 / month Β· πŸ“¦ 1 Β· ⏱️ 06.01.2020):

     cargo install librad
    
radicle-upstream (πŸ₯ˆ16 Β· ⭐ 620) - Desktop client for Radicle. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 53 Β· πŸ“₯ 460 Β· πŸ“‹ 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.


RPL - Rocket Pool (πŸ₯ˆ22 Β· ⭐ 900) - Decentralised Ethereum Proof of Stake pool. We allow..
rocketpool (πŸ₯‰15 Β· ⭐ 750) - Decentralised Ethereum liquid staking protocol. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 150 Β· πŸ“‹ 91 - 21% open Β· ⏱️ 06.01.2023):

     git clone https://github.com/rocket-pool/rocketpool
    

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


GEN - DAOstack (πŸ₯ˆ22 Β· ⭐ 410 Β· πŸ’€) - DAOstack powers decentralized companies, funds and markets to..

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


PNT - pNetwork (πŸ₯ˆ21 Β· ⭐ 1.4K) - A Provable, portable, and pegged solution for the DeFi ecosystem.
ethereum-api (πŸ₯ˆ19 Β· ⭐ 750) - Provable API for Ethereum smart contracts. MIT
  • GitHub (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 410 Β· πŸ“‹ 65 - 23% open Β· ⏱️ 05.12.2022):

     git clone https://github.com/provable-things/ethereum-api
    
  • npm (πŸ“₯ 39 / month Β· ⏱️ 31.03.2020):

     npm install provable-eth-api
    
ethereum-examples (πŸ₯‰12 Β· ⭐ 430) - Code examples showing how to use the Provable API on.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 150 Β· πŸ“‹ 56 - 53% open Β· ⏱️ 09.08.2022):

     git clone https://github.com/provable-things/ethereum-examples
    

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


MINDS - Minds (πŸ₯ˆ21 Β· ⭐ 1.1K) - Token used to promote content on the Minds social media platform.
minds (πŸ₯ˆ18 Β· ⭐ 650) - mirror of https://gitlab.com/minds/minds. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 180 Β· πŸ“‹ 180 - 24% open Β· ⏱️ 12.12.2022):

     git clone https://github.com/Minds/minds
    
engine (πŸ₯ˆ17 Β· ⭐ 180) - mirror of https://gitlab.com/minds/engine. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 89 Β· ⏱️ 09.01.2023):

     git clone https://github.com/Minds/engine
    
front (πŸ₯ˆ16 Β· ⭐ 160) - mirror of https://gitlab.com/minds/front. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 86 Β· ⏱️ 11.01.2023):

     git clone https://github.com/Minds/front
    

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


RLC - iExec RLC (πŸ₯ˆ21 Β· ⭐ 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 Β· πŸ”€ 31 Β· πŸ“¦ 42 Β· πŸ“‹ 66 - 19% open Β· ⏱️ 14.12.2022):

     git clone https://github.com/iExecBlockchainComputing/iexec-sdk
    
  • npm (πŸ“₯ 1.2K / month Β· πŸ“¦ 3 Β· ⏱️ 19.12.2022):

     npm install iexec
    

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


PHA - Phala Network (πŸ₯ˆ21 Β· ⭐ 320) - No description.
phala-blockchain (πŸ₯ˆ24 Β· ⭐ 320) - The Phala Network Blockchain, pRuntime and the bridge. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 130 Β· πŸ“₯ 300 Β· πŸ“¦ 4 Β· πŸ“‹ 260 - 31% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/Phala-Network/phala-blockchain
    

BTRST - Braintrust (πŸ₯‰20 Β· ⭐ 230) - First decentralized talent network that connects skilled,..
snowbridge (πŸ₯ˆ24 Β· ⭐ 230) - A trustless bridge between Polkadot and Ethereum. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 86 Β· πŸ“¦ 4 Β· πŸ“‹ 150 - 14% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/Snowfork/snowbridge
    
  • npm (πŸ“₯ 17K / month Β· πŸ“¦ 2 Β· ⏱️ 31.01.2022):

     npm install @snowfork/snowbridge-types
    
  • Go (⏱️ 25.11.2021):

     go install github.com/snowfork/snowbridge
    

OXT - Orchid Protocol (πŸ₯‰19 Β· ⭐ 600) - Decentralized, open-source technology for an Internet..
orchid (πŸ₯ˆ22 Β· ⭐ 600) - Orchid: VPN, Personal Firewall. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 88 Β· πŸ“₯ 9.8K Β· πŸ“‹ 64 - 12% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/OrchidTechnologies/orchid
    

HIVE - Hive (πŸ₯‰18 Β· ⭐ 360) - The Blockchain for Web 3.0.
openhive-network/hive (πŸ₯ˆ20 Β· ⭐ 310) - Fast. Scalable. Powerful. The Blockchain for Web3. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 88 Β· ⏱️ 15.12.2022):

     git clone https://github.com/openhive-network/hive
    

1 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.


DDD - Scry.info (πŸ₯‰17 Β· ⭐ 260) - Worlds first blockchain-based quantifiable data exchange..

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


FTM - Fantom (πŸ₯‰16 Β· ⭐ 440) - Worlds first DAG based smart contract platform that solves the..

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


WAN - Wanchain (πŸ₯‰16 Β· ⭐ 280 Β· πŸ’€) - Wanchain aims to build a super financial market of digital assets...
go-wanchain (πŸ₯ˆ19 Β· ⭐ 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 (πŸ₯‰15 Β· ⭐ 240 Β· πŸ’€) - No description.
lido-dao (πŸ₯ˆ18 Β· ⭐ 190 Β· πŸ’€) - Lido DAO smart contracts. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 96 Β· πŸ“‹ 200 - 17% open Β· ⏱️ 24.06.2022):

     git clone https://github.com/lidofinance/lido-dao
    

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


FOAM - FOAM (πŸ₯‰14 Β· ⭐ 260 Β· πŸ’€) - The FOAM Proof of Location protocol empowers a permissionless and..

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


CRU - Crust Network (πŸ₯‰11 Β· ⭐ 410) - Crust Network developing decentralized cloud blockchain..
crust (πŸ₯‰14 Β· ⭐ 410) - Official Rust implementation of the Crust protocol. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 37 Β· πŸ“₯ 39 Β· πŸ“‹ 320 - 21% open Β· ⏱️ 21.12.2022):

     git clone https://github.com/crustio/crust
    
  • Go (⏱️ 08.12.2021):

     go install github.com/crustio/crust
    

FACE - Faceter (πŸ₯‰10 Β· ⭐ 430 Β· πŸ’€) - Core of the decentralized network, both as a Proof of..

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


Show 34 hidden projects...
  • KILT - KILT Protocol (πŸ₯ˆ21 Β· ⭐ 130) - Open-source blockchain protocol for issuing verifiable,..
  • DOCK - Dock (πŸ₯ˆ21 Β· ⭐ 130) - Special purpose decentralized data exchange protocol. This protocol is..
  • TFT - ThreeFold Token (πŸ₯‰19 Β· ⭐ 94) - What is ThreeFold (TFT)? Founded in 2016, ThreeFold is a..
  • ZCN - 0chain (πŸ₯‰18 Β· ⭐ 89) - 0chain will provide a zero-cost, fast finality, infinitely scalable..
  • SNM - SONM (πŸ₯‰16 Β· ⭐ 350 Β· πŸ’€) - SONM is first fog supercomputer designed for general purpose..
  • NBX - Netbox Coin (πŸ₯‰16 Β· ⭐ 98 Β· πŸ’€) - The first decentralized web browser with integrated blockchain..
  • KYL - Kylin Network (πŸ₯‰16 Β· ⭐ 44) - Kylin Network will provide a decentralized data..
  • BTT - BitTorrent (πŸ₯‰15 Β· ⭐ 1.7K Β· πŸ’€) - BitTorrent (BTT) allows content creators to connect with their..
  • CPC - CPChain (πŸ₯‰15 Β· ⭐ 50 Β· πŸ’€) - New distributed infrastructure for next generation IoT. CPChain..
  • SEELE - Seele (πŸ₯‰13 Β· ⭐ 240 Β· πŸ’€) - Seele created Neural Consensus Algorithm. It transforms the..
  • MATH - MATH (πŸ₯‰13 Β· ⭐ 160 Β· πŸ’€) - One stop crypto solution platform which contains MathWallet, MATH..
  • VSYS - V.SYSTEMS (πŸ₯‰13 Β· ⭐ 120 Β· πŸ’€) - V SYSTEMS (also known as VSYS) is a blockchain database cloud..
  • ORBS - Orbs (πŸ₯‰13 Β· ⭐ 79) - Blockchain infrastructure-as-a-service built for large scale consumer..
  • PAI - Project Pai (πŸ₯‰13 Β· ⭐ 64 Β· πŸ’€) - A persons Personal Artificial Intelligence (PAI), is a verified..
  • DAPP - LiquidApps (πŸ₯‰13 Β· ⭐ 51) - LiquidApps mission is to promote the adoption of decentralized..
  • ETHO - Etho Protocol (πŸ₯‰13 Β· ⭐ 41) - Ethereum based blockchain that integrates POW and a three tier..
  • MAN - Matrix AI Network (πŸ₯‰12 Β· ⭐ 190 Β· πŸ’€) - Designed to be the new generation blockchain, MATRIX..
  • CTSI - Cartesi (πŸ₯‰12 Β· ⭐ 84 Β· πŸ’€) - What is Cartesi? Ease of Adoption: Developers can work in a..
  • ALEPH - Aleph.im (πŸ₯‰12 Β· ⭐ 65) - Decentralized cloud storage, database, and computing platform...
  • EPK - EpiK Protocol (πŸ₯‰12 Β· ⭐ 51 Β· πŸ’€) - EpiK Protocol envisions building a decentralized KG..
  • KP3R - Keep3rV1 (πŸ₯‰10 Β· ⭐ 370 Β· πŸ’€) - No description.
  • BUD - Buddy (πŸ₯‰9 Β· ⭐ 86 Β· πŸ’€) - Thanks to automation, the way developers build, test and deploy..
  • STOS - Stratos (πŸ₯‰9 Β· ⭐ 60) - Next generation of decentralized Data Mesh that provides scalable,..
  • 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..
  • TIE - Ties.DB (πŸ₯‰8 Β· ⭐ 58 Β· πŸ’€) - As a business tool Ties.Network will be a decentralized social..
  • DX - DxChain Token (πŸ₯‰8 Β· ⭐ 42 Β· πŸ’€) - Worlds first decentralized big data and machine learning..
  • BLZ - Bluzelle (πŸ₯‰7 Β· ⭐ 65 Β· πŸ’€) - Bluzelle combines the sharing economy with the token economy -..
  • XYO - XYO Network (πŸ₯‰7 Β· ⭐ 61 Β· πŸ’€) - The location-verifying proof of origin protocol that will..
  • POND - Marlin (πŸ₯‰7 Β· ⭐ 52 Β· πŸ’€) - High-performance network infrastructure for modern decentralized..
  • GNX - Genaro Network (πŸ₯‰7 Β· ⭐ 32 Β· πŸ’€) - The purpose of the Genaro project is to build a trusted..
  • CND - Cindicator (πŸ₯‰6 Β· ⭐ 92 Β· πŸ’€) - Thousands of predictions are generated by a large pool of..
  • NUM - Numbers Protocol (πŸ₯‰4 Β· ⭐ 220) - Numbers Protocol (NUM) builds decentralized photo..
  • UGAS - Ultrain (πŸ₯‰1) - Ultrain Technology Limited is the next generation public-blockchain..

Privacy Coins

Back to top

Cryptocurrencies which allow users to conduct transactions privately and anonymously.

ZEC - Zcash (πŸ₯‡35 Β· ⭐ 5.7K) - Decentralized and open-source cryptocurrency that provides strong privacy..
librustzcash (πŸ₯‡31 Β· ⭐ 270) - Rust-language assets for Zcash. MIT
  • GitHub (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 190 Β· πŸ“¦ 790 Β· πŸ“‹ 310 - 49% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/zcash/librustzcash
    
  • Cargo (πŸ“₯ 13K / month Β· πŸ“¦ 4 Β· ⏱️ 13.10.2022):

     cargo install zcash_note_encryption
    
zcash (πŸ₯‡28 Β· ⭐ 4.7K) - Zcash - Internet Money. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 2K Β· πŸ“₯ 250 Β· πŸ“‹ 3.7K - 30% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/zcash/zcash
    
halo2 (πŸ₯ˆ24 Β· ⭐ 340) - [BETA] Fast zero-knowledge proof-carrying data implementation with.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 150 Β· πŸ“¦ 220 Β· πŸ“‹ 300 - 58% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/zcash/halo2
    
  • Cargo (πŸ“₯ 1.6K / month Β· πŸ“¦ 1 Β· ⏱️ 15.02.2022):

     cargo install halo2
    
zips (πŸ₯ˆ18 Β· ⭐ 240) - Zcash Improvement Proposals. MIT
  • GitHub (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 110 Β· πŸ“‹ 400 - 33% open Β· ⏱️ 14.12.2022):

     git clone https://github.com/zcash/zips
    

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


DCR - Decred (πŸ₯‡34 Β· ⭐ 2.7K) - Autonomous digital currency. With a hybrid consensus system, it is..
dcrd (πŸ₯ˆ24 Β· ⭐ 680) - Decred daemon in Go (golang). ISC
  • GitHub (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 270 Β· πŸ“‹ 500 - 4% open Β· ⏱️ 07.01.2023):

     git clone https://github.com/decred/dcrd
    
  • Go (πŸ“¦ 60 Β· ⏱️ 22.11.2021):

     go install github.com/decred/dcrd/gcs
    
dcrwallet (πŸ₯ˆ23 Β· ⭐ 200) - A secure Decred wallet daemon written in Go (golang). ISC
  • GitHub (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 160 Β· πŸ“¦ 100 Β· πŸ“‹ 700 - 18% open Β· ⏱️ 12.12.2022):

     git clone https://github.com/decred/dcrwallet
    
  • Go (πŸ“¦ 56 Β· ⏱️ 11.06.2019):

     go install github.com/decred/dcrwallet/errors
    
decrediton (πŸ₯ˆ21 Β· ⭐ 200) - Cross-platform GUI for Decred. ISC
  • GitHub (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 130 Β· πŸ“‹ 1.7K - 9% open Β· ⏱️ 08.12.2022):

     git clone https://github.com/decred/decrediton
    
  • npm (πŸ“₯ 8 / month Β· ⏱️ 22.08.2018):

     npm install decrediton
    

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


GRIN - Grin (πŸ₯‡33 Β· ⭐ 6.2K) - 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 Β· πŸ“₯ 94K Β· πŸ“¦ 810 Β· πŸ“‹ 1.3K - 8% open Β· ⏱️ 21.10.2022):

     git clone https://github.com/mimblewimble/grin
    
  • Cargo (πŸ“₯ 240 / month Β· πŸ“¦ 19 Β· ⏱️ 17.03.2022):

     cargo install grin_store
    
grin-wallet (πŸ₯‡26 Β· ⭐ 170) - Grin Wallet. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 120 Β· πŸ“₯ 61K Β· πŸ“¦ 640 Β· πŸ“‹ 310 - 24% open Β· ⏱️ 06.12.2022):

     git clone https://github.com/mimblewimble/grin-wallet
    
  • Cargo (πŸ“₯ 71 / month Β· πŸ“¦ 8 Β· ⏱️ 22.03.2022):

     cargo install grin_wallet_libwallet
    
mimblewimble/docs (πŸ₯‰12 Β· ⭐ 310) - 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.


SCRT - Secret (πŸ₯‡32 Β· ⭐ 3K) - Native coin of the Secret Network, the first blockchain that enables..
SecretNetwork (πŸ₯‡30 Β· ⭐ 460) - The Secret Network. MIT
  • GitHub (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 150 Β· πŸ“₯ 56K Β· πŸ“‹ 570 - 5% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/scrtlabs/SecretNetwork
    
  • npm (πŸ“₯ 39K / month Β· πŸ“¦ 35 Β· ⏱️ 11.01.2023):

     npm install secretjs
    
  • Go (⏱️ 12.12.2022):

     go install github.com/enigmampc/EnigmaBlockchain
    

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


OXEN - Oxen (πŸ₯‡30 Β· ⭐ 4.1K) - Trade and Communicate with Absolute Freedom.
session-desktop (πŸ₯‡28 Β· ⭐ 1.1K) - Session Desktop - Onion routing based messenger. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 120 Β· πŸ“₯ 3.7M Β· πŸ“‹ 960 - 22% open Β· ⏱️ 27.11.2022):

     git clone https://github.com/oxen-io/session-desktop
    
lokinet (πŸ₯‡26 Β· ⭐ 1.3K) - Lokinet is an anonymous, decentralized and IP based overlay network.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 160 Β· πŸ“₯ 76K Β· πŸ“‹ 540 - 23% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/oxen-io/lokinet
    
session-android (πŸ₯‡25 Β· ⭐ 1.2K) - A private messenger for Android. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 99 Β· πŸ“₯ 140K Β· πŸ“‹ 610 - 44% open Β· ⏱️ 19.12.2022):

     git clone https://github.com/oxen-io/session-android
    
oxen-core (πŸ₯ˆ24 Β· ⭐ 280) - Oxen core repository, containing oxend and oxen cli wallets. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 100 Β· πŸ“₯ 34K Β· πŸ“‹ 340 - 33% open Β· ⏱️ 06.12.2022):

     git clone https://github.com/oxen-io/oxen-core
    
session-ios (πŸ₯ˆ22 Β· ⭐ 280) - A private messenger for iOS. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 47 Β· πŸ“₯ 1K Β· πŸ“‹ 230 - 26% open Β· ⏱️ 11.12.2022):

     git clone https://github.com/oxen-io/session-ios
    

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


XMR - Monero (πŸ₯ˆ29 Β· ⭐ 9.4K) - Monero is cash for a connected world. Its fast, private, and secure...
monero (πŸ₯‡28 Β· ⭐ 7.5K) - Monero: the secure, private, untraceable cryptocurrency. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 370 Β· πŸ”€ 3.4K Β· πŸ“₯ 31K Β· πŸ“‹ 3K - 18% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/monero-project/monero
    
monero-gui (πŸ₯ˆ24 Β· ⭐ 1.3K) - Monero: the secure, private, untraceable cryptocurrency. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 720 Β· πŸ“₯ 34K Β· πŸ“‹ 1.7K - 21% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/monero-project/monero-gui
    
monero-site (πŸ₯ˆ20 Β· ⭐ 210) - BSD-3
  • GitHub (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 360 Β· πŸ“‹ 720 - 20% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/monero-project/monero-site
    

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


ZEN - Horizen (πŸ₯ˆ29 Β· ⭐ 900) - Inclusive ecosystem where everyone is empowered and rewarded for their..
zen (πŸ₯ˆ21 Β· ⭐ 230) - Horizen. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 100 Β· πŸ“₯ 36K Β· πŸ“‹ 150 - 19% open Β· ⏱️ 28.09.2022):

     git clone https://github.com/HorizenOfficial/zen
    
Sidechains-SDK (πŸ₯ˆ19 Β· ⭐ 150) - Zendoo is a unique sidechain and scaling solution developed by.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 82 Β· πŸ“‹ 130 - 50% open Β· ⏱️ 02.11.2022):

     git clone https://github.com/HorizenOfficial/Sidechains-SDK
    
  • Maven (⏱️ 02.11.2022):

     <dependency>
     	<groupId>io.horizen</groupId>
     	<artifactId>sidechains-sdk</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    

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


VTC - Vertcoin (πŸ₯ˆ28 Β· ⭐ 860) - Open source peer to peer digital currency focused heavily on..
vertcoin-core (πŸ₯ˆ24 Β· ⭐ 340) - A digital currency with mining decentralisation and ASIC.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 120 Β· πŸ“₯ 370K Β· πŸ“‹ 100 - 11% open Β· ⏱️ 03.01.2023):

     git clone https://github.com/vertcoin-project/vertcoin-core
    
vertcoin-project/vertcoin-core (πŸ₯ˆ24 Β· ⭐ 340) - A digital currency with mining decentralisation and.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 120 Β· πŸ“₯ 370K Β· πŸ“‹ 100 - 11% open Β· ⏱️ 03.01.2023):

     git clone https://github.com/vertcoin-project/vertcoin-core
    
one-click-miner-vnext (πŸ₯ˆ20 Β· ⭐ 180) - One Click Miner for Vertcoin. MIT
  • GitHub (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 100 Β· πŸ“₯ 280K Β· πŸ“¦ 2 Β· πŸ“‹ 400 - 4% open Β· ⏱️ 13.10.2022):

     git clone https://github.com/vertcoin-project/one-click-miner-vnext
    
  • Go (⏱️ 21.04.2021):

     go install github.com/vertcoin-project/one-click-miner-vnext
    

DUSK - DUSK Network (πŸ₯ˆ28 Β· ⭐ 730) - Open-source and privacy-oriented blockchain based on years..
plonk (πŸ₯ˆ23 Β· ⭐ 320) - Pure Rust implementation of the PLONK ZKProof System done by the Dusk-.. MPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 72 Β· πŸ“₯ 10 Β· πŸ“¦ 110 Β· πŸ“‹ 370 - 8% open Β· ⏱️ 26.10.2022):

     git clone https://github.com/dusk-network/plonk
    
  • Cargo (πŸ“₯ 520 / month Β· πŸ“¦ 10 Β· ⏱️ 26.10.2022):

     cargo install dusk-plonk
    

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


KEEP - Keep Network (πŸ₯ˆ28 Β· ⭐ 410) - 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.3K / 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.


PART - Particl (πŸ₯ˆ28 Β· ⭐ 330) - Open source, decentralized privacy platform. Built for global person..
particl-desktop (πŸ₯ˆ23 Β· ⭐ 160) - The GUI application for Particl Markeplace and PART coin.. GPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 68 Β· πŸ“₯ 140K Β· πŸ“‹ 740 - 18% open Β· ⏱️ 24.12.2022):

     git clone https://github.com/particl/particl-desktop
    

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


XVG - Verge (πŸ₯ˆ27 Β· ⭐ 1.7K) - Cryptocurrency.
verge (πŸ₯‡29 Β· ⭐ 1.4K) - Official Verge Core Source Code Repository. MIT
  • GitHub (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 400 Β· πŸ“₯ 610K Β· πŸ“‹ 730 - 0% open Β· ⏱️ 01.12.2022):

     git clone https://github.com/vergecurrency/verge
    

4 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 Β· ⭐ 670) - A decentralized threshold cryptography network focused on proxy.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 250 Β· πŸ“‹ 1.6K - 15% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/nucypher/nucypher
    
  • PyPi (πŸ“₯ 260 / month Β· πŸ“¦ 4 Β· ⏱️ 28.05.2022):

     pip install nucypher
    

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


ERG - Ergo (πŸ₯ˆ27 Β· ⭐ 810) - ERGOs platform is based on a variety of ideas that complement each other..
ergo (πŸ₯ˆ24 Β· ⭐ 460) - Ergo protocol description & reference client implementation. CC0-1.0
  • GitHub (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 140 Β· πŸ“₯ 39K Β· πŸ“‹ 830 - 27% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/ergoplatform/ergo
    
  • Maven (πŸ“¦ 1 Β· ⏱️ 06.12.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.


BEAM - BEAM (πŸ₯ˆ26 Β· ⭐ 720) - Scalable confidential cryptocurrency.
beam (πŸ₯‡29 Β· ⭐ 680) - Beam: Scalable Confidential Cryptocurrency. Leading the way to.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 200 Β· πŸ“₯ 71K Β· πŸ“‹ 1.7K - 14% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/BeamMW/beam
    
  • npm (πŸ“₯ 5.9K / month Β· ⏱️ 10.01.2023):

     npm install beam-wasm-client-masternet
    

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


FIRO - Firo (πŸ₯ˆ25 Β· ⭐ 880) - Firo, a decentralized and open source currency that provides financial..
firo (πŸ₯‡26 Β· ⭐ 660) - The privacy-focused cryptocurrency. MIT
  • GitHub (πŸ‘¨β€πŸ’» 600 Β· πŸ”€ 350 Β· πŸ“₯ 270K Β· πŸ“‹ 450 - 4% open Β· ⏱️ 26.12.2022):

     git clone https://github.com/firoorg/firo
    

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


HOPR - HOPR (πŸ₯ˆ25 Β· ⭐ 150) - HOPR provides essential and compliant network-level metadata privacy..
hoprnet (πŸ₯‡27 Β· ⭐ 150) - HOPR is an open incentivized mixnet which enables privacy-preserving.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 69 Β· πŸ“‹ 1.6K - 15% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/hoprnet/hoprnet
    
  • npm (πŸ“₯ 5.7K / month Β· πŸ“¦ 4 Β· ⏱️ 11.01.2023):

     npm install @hoprnet/hopr-ethereum
    

PIVX - PIVX (πŸ₯‰24 Β· ⭐ 510) - PIVX means - Private - Instant - Verified - Transaction. PIVX is a form of..
PIVX (πŸ₯‡27 Β· ⭐ 510) - Protected Instant Verified Transactions - Core wallet. MIT
  • GitHub (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 690 Β· πŸ“₯ 350K Β· πŸ“‹ 670 - 16% open Β· ⏱️ 07.12.2022):

     git clone https://github.com/PIVX-Project/PIVX
    

MOB - MobileCoin (πŸ₯‰23 Β· ⭐ 1.1K) - No description.
mobilecoin (πŸ₯‡26 Β· ⭐ 1.1K) - Private payments for mobile devices. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 120 Β· πŸ“₯ 2.9K Β· πŸ“¦ 13 Β· πŸ“‹ 460 - 51% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/mobilecoinfoundation/mobilecoin
    
  • PyPi (πŸ“₯ 69 / month Β· ⏱️ 14.10.2020):

     pip install mobilecoin
    

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


GRS - Groestlcoin (πŸ₯‰23 Β· ⭐ 800) - Cryptocoin, that is optionally private. Anyone can mine it..
groestlcoin (πŸ₯‡27 Β· ⭐ 800) - Groestlcoin Core integration/staging tree. MIT
  • GitHub (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 21 Β· πŸ“₯ 22K Β· ⏱️ 06.01.2023):

     git clone https://github.com/Groestlcoin/groestlcoin
    

FLUX - Flux (πŸ₯‰22 Β· ⭐ 230) - Cryptocurrency that holds a central role in the Zel Ecosystem. It gives..
flux (πŸ₯ˆ22 Β· ⭐ 160) - Flux, Your Gateway to a Decentralized World. https://home.runonflux.io.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 200 Β· πŸ“‹ 31 - 29% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/RunOnFlux/flux
    

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


VRSC - Verus Coin (πŸ₯‰22 Β· ⭐ 200) - Verus introduces a new consensus algorithm called Proof of Power,..

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


DERO - Dero (πŸ₯‰20 Β· ⭐ 850) - New, experimental blockchain technology written in Golang with a focus on..
derosuite (πŸ₯‰13 Β· ⭐ 280 Β· πŸ’€) - DERO: Secure, Anonymous Blockchain with Smart Contracts... Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 97 Β· πŸ“₯ 40K Β· πŸ“‹ 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.


LTHN - Lethean (πŸ₯‰18 Β· ⭐ 180) - Fuel and operating currency for our peer-to-peer (P2P) decentralized..

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


TRTL - TurtleCoin (πŸ₯‰17 Β· ⭐ 810 Β· πŸ’€) - Fun, fast, and easy way to send money to friends and businesses.

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


Show 17 hidden projects...
  • FRA - Findora (πŸ₯‰21 Β· ⭐ 61) - Public blockchain with programmable privacy. Originally conceptualized..
  • ARRR - Pirate Chain (πŸ₯‰20 Β· ⭐ 120) - On 29 August 2018, several developers from the Komodo community..
  • XLA - Scala (πŸ₯‰18 Β· ⭐ 480 Β· πŸ’€) - Redistribution of wealth using the power of blockchain a completely..
  • ZCL - Zclassic (πŸ₯‰18 Β· ⭐ 200 Β· πŸ’€) - Fork of Zcash, developer decided to take another path by removing..
  • NAV - Navcoin (πŸ₯‰17 Β· ⭐ 120) - Decentralized cryptocurrency that uses peer-to-peer technology to..
  • AXE - Axe (πŸ₯‰16 Β· ⭐ 500 Β· πŸ’€) - Decentralized cryptocurrency.
  • PHR - Phore (πŸ₯‰16 Β· ⭐ 45 Β· πŸ’€) - Phore Blockchain enables the transfer of value (currency: Phore) across..
  • APL - Apollo (πŸ₯‰15 Β· ⭐ 94 Β· πŸ’€) - Utilizing a community of world-class developers, managers, marketers..
  • WOW - Wownero (πŸ₯‰14 Β· ⭐ 46 Β· πŸ’€) - Privacy-centric memecoin that was fairly launched on April 1, 2018..
  • SERO - SERO (πŸ₯‰13 Β· ⭐ 140 Β· πŸ’€) - World-leading blockchain technology based on Zero Knowledge Proof that..
  • ZANO - Zano (πŸ₯‰13 Β· ⭐ 80) - Premine: 20%.
  • RYO - Ryo Currency (πŸ₯‰12 Β· ⭐ 78 Β· πŸ’€) - Ryo is created with a high level of privacy in mind, setting..
  • MSR - Masari (πŸ₯‰12 Β· ⭐ 72) - Scalability-focused, untraceable, secure, and fungible cryptocurrency..
  • XHV - Haven (πŸ₯‰12 Β· ⭐ 60 Β· πŸ’€) - Untraceable cryptocurrency with a mix of standard market pricing and..
  • ALIAS - Alias (πŸ₯‰12 Β· ⭐ 58 Β· πŸ’€) - Innovative privacy focused cryptocurrency, featuring an energy-..
  • DAPS - DAPS Coin (πŸ₯‰11 Β· ⭐ 60 Β· πŸ’€) - Fully private blockchain with a focus on security, scalability..
  • 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 (πŸ₯‡43 Β· ⭐ 17K) - Governance token for Uniswap, an Automated Market Market DEX on..
v2-core (πŸ₯‡30 Β· ⭐ 2.3K) - Core smart contracts of Uniswap V2. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 2.5K Β· πŸ“¦ 21K Β· πŸ“‹ 100 - 20% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/Uniswap/v2-core
    
  • npm (πŸ“₯ 280K / month Β· πŸ“¦ 770 Β· ⏱️ 18.05.2020):

     npm install @uniswap/v2-core
    
interface (πŸ₯‡28 Β· ⭐ 3.9K) - An open source interface for the Uniswap protocol. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 3.7K Β· πŸ“‹ 2.1K - 31% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/Uniswap/interface
    
default-token-list (πŸ₯‡28 Β· ⭐ 220) - The Uniswap default token list. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 710 Β· πŸ“¦ 4K Β· πŸ“‹ 1.2K - 85% open Β· ⏱️ 04.01.2023):

     git clone https://github.com/Uniswap/default-token-list
    
  • npm (πŸ“₯ 96K / month Β· πŸ“¦ 44 Β· ⏱️ 04.01.2023):

     npm install @uniswap/default-token-list
    
v3-periphery (πŸ₯‡27 Β· ⭐ 880) - Peripheral smart contracts for interacting with Uniswap v3. GPL-2.0
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 660 Β· πŸ“¦ 3.7K Β· πŸ“‹ 140 - 35% open Β· ⏱️ 26.10.2022):

     git clone https://github.com/Uniswap/v3-periphery
    
  • npm (πŸ“₯ 270K / month Β· πŸ“¦ 110 Β· ⏱️ 26.10.2022):

     npm install @uniswap/v3-periphery
    
v3-sdk (πŸ₯‡27 Β· ⭐ 440) - An SDK for building applications on top of Uniswap V3. MIT
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 290 Β· πŸ“¦ 2.2K Β· πŸ“‹ 79 - 40% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/Uniswap/v3-sdk
    
  • npm (πŸ“₯ 130K / month Β· πŸ“¦ 120 Β· ⏱️ 06.07.2022):

     npm install @uniswap/v3-sdk
    
v3-core (πŸ₯‡25 Β· ⭐ 3.2K) - Core smart contracts of Uniswap v3. MIT
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 1.7K Β· πŸ“¦ 3.9K Β· πŸ“‹ 240 - 10% open Β· ⏱️ 31.10.2022):

     git clone https://github.com/Uniswap/v3-core
    
  • npm (πŸ“₯ 10 / month Β· ⏱️ 17.01.2022):

     npm install moonwalkerswap-v1-core
    
token-lists (πŸ₯‡25 Β· ⭐ 860) - The Token Lists specification. MIT
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 610 Β· πŸ“¦ 15K Β· πŸ“‹ 100 - 73% open Β· ⏱️ 12.12.2022):

     git clone https://github.com/Uniswap/token-lists
    
  • npm (πŸ“₯ 150K / month Β· πŸ“¦ 220 Β· ⏱️ 12.12.2022):

     npm install @uniswap/token-lists
    
smart-order-router (πŸ₯‡25 Β· ⭐ 240) - Uniswap Smart Order Router. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 130 Β· πŸ“¦ 780 Β· πŸ“‹ 77 - 28% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/Uniswap/smart-order-router
    
  • npm (πŸ“₯ 62K / month Β· πŸ“¦ 42 Β· ⏱️ 09.01.2023):

     npm install @uniswap/smart-order-router
    
v2-sdk (πŸ₯ˆ23 Β· ⭐ 380) - An SDK for building applications on top of Uniswap V2. MIT
  • GitHub (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 870 Β· πŸ“¦ 1.4K Β· πŸ“‹ 59 - 37% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/Uniswap/v2-sdk
    
  • npm (πŸ“₯ 94 / month Β· ⏱️ 12.01.2022):

     npm install @duythao_bacoor/v2-sdk
    
v2-periphery (πŸ₯ˆ22 Β· ⭐ 900) - Peripheral smart contracts for interacting with Uniswap V2. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 1.4K Β· πŸ“¦ 14K Β· πŸ“‹ 71 - 54% open Β· ⏱️ 13.07.2022):

     git clone https://github.com/Uniswap/v2-periphery
    
  • npm (πŸ“₯ 17 / month Β· ⏱️ 09.08.2021):

     npm install @invis/periphery
    
merkle-distributor (πŸ₯ˆ19 Β· ⭐ 490) - A smart contract that distributes a balance of tokens.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 300 Β· πŸ“¦ 1.7K Β· πŸ“‹ 13 - 15% open Β· ⏱️ 21.11.2022):

     git clone https://github.com/Uniswap/merkle-distributor
    
  • npm (πŸ“₯ 23 / month Β· ⏱️ 21.03.2021):

     npm install earthswap-merkle-distributor
    
Uniswap/docs (πŸ₯ˆ16 Β· ⭐ 220) - Uniswap V3 docs website. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 350 Β· πŸ“‹ 160 - 51% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/Uniswap/docs
    
v3-info (πŸ₯‰14 Β· ⭐ 290) - Interface for Uniswap V3 analytics. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 180 Β· πŸ“‹ 120 - 44% open Β· ⏱️ 20.12.2022):

     git clone https://github.com/Uniswap/v3-info
    
v3-subgraph (πŸ₯‰14 Β· ⭐ 220 Β· πŸ’€) - Subgraph for Uniswap V3. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 220 Β· πŸ“‹ 74 - 74% open Β· ⏱️ 21.03.2022):

     git clone https://github.com/Uniswap/v3-subgraph
    
info (πŸ₯‰13 Β· ⭐ 280) - Uniswap v1+v2 analytics. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 510 Β· πŸ“‹ 160 - 48% open Β· ⏱️ 28.11.2022):

     git clone https://github.com/Uniswap/info
    
tokenlists-org (πŸ₯‰11 Β· ⭐ 170 Β· πŸ’€) - A site for browsing featured token lists. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 98 Β· πŸ“‹ 1.6K - 64% open Β· ⏱️ 21.06.2022):

     git clone https://github.com/Uniswap/tokenlists-org
    

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


CAKE - PancakeSwap (πŸ₯ˆ36 Β· ⭐ 4.6K) - Automated market maker (AMM) that allows two tokens to be..
pancake-frontend (πŸ₯‡26 Β· ⭐ 2.1K) - Pancake main features (farms, pools, IFO, lottery,.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 3.1K Β· πŸ“¦ 11 Β· πŸ“‹ 390 - 8% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/pancakeswap/pancake-frontend
    
pancake-toolkit (πŸ₯‰15 Β· ⭐ 290 Β· πŸ’€) - Pancake frontend packages. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 780 Β· πŸ“¦ 8 Β· πŸ“‹ 36 - 58% open Β· ⏱️ 12.05.2022):

     git clone https://github.com/pancakeswap/pancake-toolkit
    
  • npm (πŸ“₯ 2 / month Β· ⏱️ 07.07.2021):

     npm install @svcongnghe/eslint-config-pancake
    
pancake-swap-sdk (πŸ₯‰14 Β· ⭐ 170) - An SDK for building applications on top of Pancakeswap. MIT
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 470 Β· πŸ“‹ 20 - 55% open Β· ⏱️ 28.09.2022):

     git clone https://github.com/pancakeswap/pancake-swap-sdk
    
  • npm (πŸ“₯ 18 / month Β· ⏱️ 04.01.2022):

     npm install @mysafety/sdk
    
pancake-subgraph (πŸ₯‰11 Β· ⭐ 250) - Pancake subgraph (blocks, profile, prediction, NFTs, ...). GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 500 Β· πŸ“‹ 52 - 63% open Β· ⏱️ 22.12.2022):

     git clone https://github.com/pancakeswap/pancake-subgraph
    
pancake-info-api (πŸ₯‰10 Β· ⭐ 320) - Serverless API implementation for PancakeSwap on-.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 250 Β· πŸ“‹ 88 - 50% open Β· ⏱️ 13.11.2022):

     git clone https://github.com/pancakeswap/pancake-info-api
    

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


SUSHI - Sushi (πŸ₯‰34 Β· ⭐ 4.8K) - DeFi protocol that is completely community-driven, serving up..
sushiswap (πŸ₯‡32 Β· ⭐ 1.7K) - Sushi 2.0. MIT
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 1.3K Β· πŸ“¦ 15 Β· πŸ“‹ 200 - 8% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/sushiswap/sushiswap
    
  • npm (πŸ“₯ 13K / month Β· πŸ“¦ 25 Β· ⏱️ 25.06.2021):

     npm install @sushiswap/core
    
bentobox (πŸ₯ˆ18 Β· ⭐ 1.7K) - BentoBox. Unlicense
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 1.3K Β· πŸ“‹ 22 - 54% open Β· ⏱️ 25.10.2022):

     git clone https://github.com/sushiswap/bentobox
    
  • npm (πŸ“₯ 32 / month Β· πŸ“¦ 3 Β· ⏱️ 25.10.2022):

     npm install @sushiswap/bentobox
    
trident (πŸ₯ˆ18 Β· ⭐ 220) - Rapid AMM Development Framework. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 68 Β· πŸ“¦ 120 Β· πŸ“‹ 41 - 48% open Β· ⏱️ 05.12.2022):

     git clone https://github.com/sushiswap/trident
    
sushiswap-interface (πŸ₯ˆ16 Β· ⭐ 320) - An open source interface for the SushiSwap Protocol. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 580 Β· πŸ“‹ 220 - 37% open Β· ⏱️ 20.12.2022):

     git clone https://github.com/sushiswap/sushiswap-interface
    
sushiswap-subgraph (πŸ₯‰11 Β· ⭐ 150) - Sushiswap Subgraph. MIT
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 180 Β· πŸ“‹ 36 - 50% open Β· ⏱️ 25.10.2022):

     git clone https://github.com/sushiswap/sushiswap-subgraph
    

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


BAL - Balancer (πŸ₯‰28 Β· ⭐ 1.2K) - Non-custodial portfolio manager, liquidity provider, and price..
balancer-v2-monorepo (πŸ₯‡25 Β· ⭐ 210) - Balancer V2 Monorepo. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 230 Β· πŸ“¦ 82 Β· πŸ“‹ 400 - 16% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/balancer-labs/balancer-v2-monorepo
    
  • npm (πŸ“₯ 44 / month Β· πŸ“¦ 2 Β· ⏱️ 14.09.2021):

     npm install @balancer-labs/v2-standalone-utils
    
balancer-sor (πŸ₯ˆ21 Β· ⭐ 150) - Smart order router: off-chain linear optimization of.. GPL-3.0-only
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 110 Β· πŸ“¦ 290 Β· πŸ“‹ 15 - 33% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/balancer-labs/balancer-sor
    
  • npm (πŸ“₯ 6 / month Β· ⏱️ 12.11.2020):

     npm install mecurity-labs
    

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


1INCH - 1inch (πŸ₯‰18 Β· ⭐ 1.9K) - No description.
shieldy (πŸ₯ˆ16 Β· ⭐ 680 Β· πŸ’€) - @shieldy_bot Telegram bot repository. MIT
  • GitHub (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 250 Β· πŸ“‹ 120 - 36% 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.

FLOW - Flow (πŸ₯‡37 Β· ⭐ 3.4K) - Fast, decentralized, and developer-friendly blockchain, designed as the..
fcl-js (πŸ₯‡29 Β· ⭐ 310) - FCL (Flow Client Library) - The best tool for building JavaScript.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 110 Β· πŸ“¦ 780 Β· πŸ“‹ 430 - 21% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/onflow/fcl-js
    
  • npm (πŸ“₯ 41K / month Β· πŸ“¦ 88 Β· ⏱️ 27.10.2022):

     npm install @onflow/types
    
flow-go (πŸ₯‡27 Β· ⭐ 470) - A fast, secure, and developer-friendly blockchain built to support.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 140 Β· πŸ“¦ 230 Β· πŸ“‹ 460 - 53% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/onflow/flow-go
    
  • Go (πŸ“¦ 24 Β· ⏱️ 06.01.2023):

     go install github.com/onflow/flow-go
    
cadence (πŸ₯‡27 Β· ⭐ 450) - Cadence, the resource-oriented smart contract programming language. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 120 Β· πŸ“¦ 5 Β· πŸ“‹ 660 - 27% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/onflow/cadence
    
  • npm (πŸ“₯ 17 / month Β· ⏱️ 03.12.2021):

     npm install @onflow/cadence-docgen
    
  • Go (πŸ“¦ 49 Β· ⏱️ 05.01.2023):

     go install github.com/onflow/cadence
    
flow-cli (πŸ₯‡27 Β· ⭐ 190) - The Flow CLI is a command-line interface that provides useful.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 39 Β· πŸ“₯ 960 Β· πŸ“¦ 49 Β· πŸ“‹ 290 - 16% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/onflow/flow-cli
    
  • Go (πŸ“¦ 5 Β· ⏱️ 06.01.2023):

     go install github.com/onflow/flow-cli
    
flow (πŸ₯‡25 Β· ⭐ 330) - Flow is a fast, secure, and developer-friendly blockchain built to.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 140 Β· πŸ“¦ 77 Β· πŸ“‹ 300 - 42% open Β· ⏱️ 05.01.2023):

     git clone https://github.com/onflow/flow
    
  • Maven (⏱️ 01.09.2022):

     <dependency>
     	<groupId>com.nftco</groupId>
     	<artifactId>flow-jvm-sdk</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
  • Go (πŸ“¦ 36 Β· ⏱️ 01.06.2022):

     go install github.com/onflow/flow/protobuf/go/flow
    
flow-go-sdk (πŸ₯ˆ24 Β· ⭐ 200) - Tools for building Go applications on Flow. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 71 Β· πŸ“¦ 420 Β· πŸ“‹ 100 - 25% open Β· ⏱️ 05.01.2023):

     git clone https://github.com/onflow/flow-go-sdk
    
  • Go (πŸ“¦ 49 Β· ⏱️ 05.01.2023):

     go install github.com/onflow/flow-go-sdk
    
flow-nft (πŸ₯ˆ18 Β· ⭐ 430) - The non-fungible token standard on the Flow blockchain. Unlicense
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 160 Β· πŸ“‹ 60 - 28% open Β· ⏱️ 09.12.2022):

     git clone https://github.com/onflow/flow-nft
    
kitty-items (πŸ₯ˆ16 Β· ⭐ 400) - Kitty Items: CryptoKitties Sample App. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 210 Β· πŸ“‹ 150 - 16% open Β· ⏱️ 28.10.2022):

     git clone https://github.com/onflow/kitty-items
    
  • npm (πŸ“₯ 2 / month Β· ⏱️ 16.10.2021):

     npm install kitty-items
    

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


ENS - Ethereum Name Service (πŸ₯‡37 Β· ⭐ 2.7K) - The Ethereum Name Service (ENS) is a distributed,..
ens-contracts (πŸ₯‡26 Β· ⭐ 330) - ENS contracts. MIT
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 220 Β· πŸ“¦ 460 Β· πŸ“‹ 55 - 78% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/ensdomains/ens-contracts
    
  • npm (πŸ“₯ 12K / month Β· πŸ“¦ 58 Β· ⏱️ 10.10.2022):

     npm install @ensdomains/ens-contracts
    
ens-app (πŸ₯ˆ20 Β· ⭐ 200) - ENS manager app. BSD-2
  • GitHub (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 210 Β· πŸ“‹ 620 - 12% open Β· ⏱️ 05.12.2022):

     git clone https://github.com/ensdomains/ens-app
    
ensjs (πŸ₯ˆ20 Β· ⭐ 190 Β· πŸ’€) - Javascript bindings for the Ethereum Name Service. BSD-2
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 100 Β· πŸ“‹ 64 - 75% open Β· ⏱️ 18.03.2022):

     git clone https://github.com/ensdomains/ensjs
    
  • npm (πŸ“₯ 54K / month Β· πŸ“¦ 110 Β· ⏱️ 30.01.2020):

     npm install ethereum-ens
    

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


MANA - Decentraland (πŸ₯‡35 Β· ⭐ 2.6K) - Decentraland will be a virtual reality platform powered..
ui (πŸ₯‡27 Β· ⭐ 180) - Decentraland UI. MIT
  • GitHub (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 87 Β· πŸ“¦ 310 Β· πŸ“‹ 56 - 42% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/decentraland/ui
    
  • npm (πŸ“₯ 6.4K / month Β· πŸ“¦ 24 Β· ⏱️ 11.01.2023):

     npm install decentraland-ui
    
marketplace (πŸ₯ˆ20 Β· ⭐ 960) - Decentralands NFT Marketplace. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 560 Β· πŸ“¦ 7 Β· πŸ“‹ 580 - 21% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/decentraland/marketplace
    

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


AUDIO - Audius (πŸ₯‡27 Β· ⭐ 1.2K) - Native platform token of the Audius streaming protocol. AUDIO is..
audius-protocol (πŸ₯‡26 Β· ⭐ 480) - The Audius Protocol - Freedom to share, monetize, and.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 91 Β· πŸ“¦ 13 Β· πŸ“‹ 93 - 77% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/AudiusProject/audius-protocol
    
  • npm (πŸ“₯ 1.9K / month Β· πŸ“¦ 2 Β· ⏱️ 27.05.2022):

     npm install @audius/libs
    
audius-client (πŸ₯ˆ19 Β· ⭐ 180) - The Audius client monorepo. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 40 Β· πŸ“₯ 2.3K Β· πŸ“¦ 2 Β· πŸ“‹ 32 - 81% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/AudiusProject/audius-client
    
hedgehog (πŸ₯‰12 Β· ⭐ 420) - Build DApps like Apps -- A Metamask alternative that empowers.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 56 Β· πŸ“¦ 55 Β· ⏱️ 27.07.2022):

     git clone https://github.com/AudiusProject/hedgehog
    

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


WNCG - Wrapped NCG (πŸ₯‡27 Β· ⭐ 740) - Open source, decentralized RPG network powered by the..
libplanet (πŸ₯‡27 Β· ⭐ 470) - Blockchain toolkit in C#/.NET for decentralized game. LGPL-2.1
  • GitHub (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 130 Β· πŸ“₯ 40K Β· πŸ“¦ 32 Β· πŸ“‹ 760 - 34% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/planetarium/libplanet
    
  • npm (πŸ“₯ 1.6K / month Β· ⏱️ 04.01.2023):

     npm install @planetarium/cli
    
NineChronicles (πŸ₯ˆ19 Β· ⭐ 270) - Unity client application for Nine Chronicles, a fully.. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 110 Β· πŸ“‹ 220 - 68% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/planetarium/NineChronicles
    

FET - Fetch.ai (πŸ₯ˆ25 Β· ⭐ 260) - Next-generation protocol built with a ready-to-go Useful Proof of..

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


ZXC - 0xcert (πŸ₯ˆ23 Β· ⭐ 1.3K Β· πŸ’€) - Open source, permission-less protocol for certified non-..
erc721 (πŸ₯ˆ20 Β· ⭐ 1K Β· πŸ’€) - The reference implementation of the ERC-721 non-fungible token standard. MIT
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 360 Β· πŸ“¦ 19 Β· πŸ“‹ 130 - 4% open Β· ⏱️ 27.02.2022):

     git clone https://github.com/nibbstack/erc721
    
  • npm (πŸ“₯ 230 / month Β· πŸ“¦ 8 Β· ⏱️ 24.11.2021):

     npm install @0xcert/ethereum-erc721
    

1 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 Β· ⭐ 650 Β· πŸ’€) - 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 (πŸ“₯ 13 / month Β· ⏱️ 05.02.2019):

     npm install nick-origin-graphql
    

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


RMRK - RMRK (πŸ₯ˆ20 Β· ⭐ 180) - Most advanced nft system in the world, adding eternal liquidity and multi..

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


THETA - Theta Network (πŸ₯ˆ19 Β· ⭐ 680) - Decentralized video delivery network, powered by users and an..
theta-protocol-ledger (πŸ₯ˆ16 Β· ⭐ 350) - Reference implementation of the Theta Blockchain.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 73 Β· πŸ“‹ 64 - 62% open Β· ⏱️ 08.12.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.


SYS - Syscoin (πŸ₯ˆ19 Β· ⭐ 160) - Syscoin Platform (SYS) is presented as a decentralized scalable..
syscoin (πŸ₯ˆ23 Β· ⭐ 160) - Syscoin is a crypto currency that is universally merge-mineable with a.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 570 Β· πŸ”€ 69 Β· πŸ“₯ 190K Β· πŸ“‹ 270 - 1% open Β· ⏱️ 19.12.2022):

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

KING - CryptoBlades Kingdoms (πŸ₯ˆ18 Β· ⭐ 560) - No description.
cryptoblades (πŸ₯ˆ18 Β· ⭐ 560) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 260 Β· πŸ“‹ 760 - 13% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/CryptoBlades/cryptoblades
    

MONA - Monavale (πŸ₯ˆ18 Β· ⭐ 320 Β· πŸ’€) - First cryptocurrency in Japan that was born in December..
monacoin (πŸ₯ˆ21 Β· ⭐ 320 Β· πŸ’€) - MIT
  • GitHub (πŸ‘¨β€πŸ’» 870 Β· πŸ”€ 89 Β· πŸ“₯ 160K Β· πŸ“‹ 41 - 9% open Β· ⏱️ 21.05.2022):

     git clone https://github.com/monacoinproject/monacoin
    

RING - Darwinia Network Native Token (πŸ₯ˆ18 Β· ⭐ 220) - Native token of Darwinia Network. Its used to pay for..
darwinia (πŸ₯ˆ21 Β· ⭐ 220) - Universal cross-chain message network. | We are hiring,.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 49 Β· πŸ“₯ 8.3K Β· πŸ“‹ 410 - 3% open Β· ⏱️ 03.11.2022):

     git clone https://github.com/darwinia-network/darwinia
    

BLT - Blocto Token (πŸ₯‰17 Β· ⭐ 390) - Cross-chain, integrated smart contract wallet service..
solana-go-sdk (πŸ₯ˆ20 Β· ⭐ 200) - Solana Golang SDK. MIT
  • GitHub (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 55 Β· πŸ“¦ 130 Β· πŸ“‹ 64 - 21% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/portto/solana-go-sdk
    
  • Go (πŸ“¦ 5 Β· ⏱️ 13.12.2022):

     go install github.com/portto/solana-go-sdk
    

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


ENJ - Enjin Coin (πŸ₯‰16 Β· ⭐ 520) - Enjin is introducing Enjin Coin (ENJ), a new ERC20 token that..

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


GHST - Aavegotchi (πŸ₯‰15 Β· ⭐ 320) - Eco-governance token of Aavegotchi. Use GHST to purchase..
aavegotchi-contracts (πŸ₯ˆ16 Β· ⭐ 240) - Aavegotchi diamond and its facets, deployment and.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 110 Β· πŸ“‹ 90 - 14% open Β· ⏱️ 08.01.2023):

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

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


FEVR - RealFevr (πŸ₯‰15 Β· ⭐ 200) - Portuguese Fantasy Leagues startup RealFevr, the official..
bepro-js (πŸ₯ˆ17 Β· ⭐ 160) - The repository contains a comprehensive documentation of the.. ISC
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 110 Β· πŸ“¦ 19 Β· πŸ“‹ 64 - 62% open Β· ⏱️ 03.10.2022):

     git clone https://github.com/bepronetwork/bepro-js
    
  • npm (πŸ“₯ 110 / month Β· ⏱️ 06.08.2021):

     npm install bepro-js
    

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


NCR - Neos Credits (πŸ₯‰10 Β· ⭐ 200 Β· πŸ’€) - Metaverse engineered for the unknown. Its one of the..
NeosPublic (πŸ₯‰11 Β· ⭐ 200 Β· πŸ’€) - A public issue/wiki only repository for the NeosVR project. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 11 Β· πŸ“‹ 3.8K - 46% open Β· ⏱️ 16.05.2022):

     git clone https://github.com/Neos-Metaverse/NeosPublic
    

Show 21 hidden projects...
  • WAXP - WAX (πŸ₯ˆ24 Β· ⭐ 70) - WAX - Worldwide Asset eXchange Its a decentralized platform that enables..
  • HTML - HTMLCOIN (πŸ₯ˆ18 Β· ⭐ 120) - The HTMLCOIN Foundation drives innovation by empowering users to..
  • FTC - Feathercoin (πŸ₯‰17 Β· ⭐ 130) - Upgraded and customised version of Bitcoin. Feathercoin was born..
  • COCOS - COCOS BCX (πŸ₯‰16 Β· ⭐ 7K Β· πŸ’€) - Cocos-BCX is a decentralized gaming and digital assets..
  • FIO - FIO Protocol (πŸ₯‰16 Β· ⭐ 50) - 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 Β· ⭐ 65) - Trust minimised and cost minimised protocol that..
  • SAITO - Saito (πŸ₯‰10 Β· ⭐ 58 Β· πŸ’€) - Web3 Foundation grant recipient that runs blockchain..
  • COS - Contentos (πŸ₯‰10 Β· ⭐ 46) - Decentralized global content ecosystem invested by Binance Labs..
  • MEME - Meme (πŸ₯‰10 Β· ⭐ 45 Β· πŸ’€) - Native token to the exclusive digital art NFT platform..
  • MIST - Alchemist (πŸ₯‰8 Β· ⭐ 260 Β· πŸ’€) - New way to yield farm. It is a way to provide LP tokens to..
  • AART - ALL.ART (πŸ₯‰8 Β· ⭐ 260 Β· πŸ’€) - ALL.ART Protocol brings better NFT standards, proper ownership..
  • NFTFY - Nftfy (πŸ₯‰7 Β· ⭐ 82) - Decentralized Application that provides the fractionalization of..
  • CWS - Seascape Crowns (πŸ₯‰7 Β· ⭐ 80) - No description.
  • LYXE - LUKSO Token (πŸ₯‰7 Β· ⭐ 38 Β· πŸ’€) - Blockchain platform specifically created for the lifestyle..
  • DRT - DomRaider (πŸ₯‰6 Β· ⭐ 37 Β· πŸ’€) - We aim at developing innovative solutions. DomRaider is the..
  • DYP - DeFi Yield Protocol (πŸ₯‰5 Β· ⭐ 150 Β· πŸ’€) - Why is DeFi Yield Protocol Unique? DeFi Yield..
  • PAPER - Dope Wars Paper (πŸ₯‰5 Β· ⭐ 100 Β· πŸ’€) - A DAO for the streets. Build a character and develop..
  • BAKE - BakerySwap (πŸ₯‰4 Β· ⭐ 58 Β· πŸ’€) - No description.
  • XYZ - Universe.XYZ (πŸ₯‰4 Β· ⭐ 48 Β· πŸ’€) - 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 (πŸ₯‡37 Β· ⭐ 8.4K) - Open-source distributed data logging technology, which aims to securely..
iota.js (πŸ₯‡28 Β· ⭐ 960) - IOTA JavaScript. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 300 Β· πŸ“₯ 62 Β· πŸ“¦ 17 Β· πŸ“‹ 260 - 1% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/iotaledger/iota.js
    
  • npm (πŸ“₯ 1.8K / 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>
    
goshimmer (πŸ₯‡27 Β· ⭐ 380) - Prototype implementation of IOTA 2.0. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 120 Β· πŸ“₯ 38K Β· πŸ“¦ 92 Β· πŸ“‹ 730 - 9% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/iotaledger/goshimmer
    
  • Go (πŸ“¦ 8 Β· ⏱️ 06.09.2022):

     go install github.com/iotaledger/goshimmer
    
firefly (πŸ₯‡26 Β· ⭐ 420 Β· πŸ“ˆ) - The official IOTA and Shimmer wallet. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 85 Β· πŸ“₯ 69K Β· πŸ“‹ 2.8K - 17% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/iotaledger/firefly
    
stronghold.rs (πŸ₯‡26 Β· ⭐ 410) - Stronghold is a secret management engine written in rust. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 46 Β· πŸ“₯ 24 Β· πŸ“¦ 160 Β· πŸ“‹ 76 - 7% open Β· ⏱️ 16.11.2022):

     git clone https://github.com/iotaledger/stronghold.rs
    
  • Cargo (πŸ“₯ 3.7K / month Β· πŸ“¦ 2 Β· ⏱️ 16.11.2022):

     cargo install iota_stronghold
    
iota.rs (πŸ₯‡26 Β· ⭐ 220) - Official IOTA Rust library. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 87 Β· πŸ“₯ 23K Β· πŸ“¦ 72 Β· πŸ“‹ 370 - 6% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/iotaledger/iota.rs
    
  • npm (πŸ“₯ 480 / month Β· πŸ“¦ 1 Β· ⏱️ 14.12.2022):

     npm install @iota/client
    
  • Cargo (πŸ“₯ 1.1K / month Β· πŸ“¦ 8 Β· ⏱️ 21.12.2022):

     cargo install iota-client
    
hornet (πŸ₯‡25 Β· ⭐ 270 Β· πŸ“ˆ) - HORNET is a powerful IOTA fullnode software. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 140 Β· πŸ“₯ 15K Β· πŸ“¦ 23 Β· πŸ“‹ 470 - 4% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/iotaledger/hornet
    
bee (πŸ₯ˆ24 Β· ⭐ 280) - A framework for IOTA nodes, clients and applications in Rust. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 81 Β· πŸ“₯ 12K Β· πŸ“¦ 5 Β· πŸ“‹ 440 - 21% open Β· ⏱️ 05.10.2022):

     git clone https://github.com/iotaledger/bee
    
  • Cargo (πŸ“₯ 1.3K / month Β· πŸ“¦ 8 Β· ⏱️ 26.09.2022):

     cargo install bee-ternary
    
iota.go (πŸ₯ˆ19 Β· ⭐ 340 Β· πŸ’€) - IOTA Go API Library. Find documentation on.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 100 Β· πŸ“‹ 99 - 1% open Β· ⏱️ 25.02.2022):

     git clone https://github.com/iotaledger/iota.go
    
  • Go (πŸ“¦ 35 Β· ⏱️ 26.09.2022):

     go install github.com/iotaledger/iota.go
    
streams (πŸ₯ˆ19 Β· ⭐ 210) - IOTA Streams, a framework for cryptographic protocols called.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 52 Β· πŸ“₯ 12 Β· πŸ“¦ 9 Β· πŸ“‹ 130 - 47% open Β· ⏱️ 31.10.2022):

     git clone https://github.com/iotaledger/streams
    
  • npm (πŸ“₯ 2 / month Β· πŸ“¦ 1 Β· ⏱️ 11.05.2022):

     npm install @iota/streams-wasm
    

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


IOTX - IoTeX (πŸ₯‡29 Β· ⭐ 1.9K) - 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 (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 300 Β· πŸ“₯ 63K Β· πŸ“¦ 23 Β· πŸ“‹ 1.1K - 7% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/iotexproject/iotex-core
    
  • Go (πŸ“¦ 4 Β· ⏱️ 05.01.2023):

     go install github.com/iotexproject/iotex-core
    

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


VET - VeChain (πŸ₯ˆ28 Β· ⭐ 1K) - Worlds leading blockchain platform offering Blockchain-as-a-Service to..
thor (πŸ₯ˆ22 Β· ⭐ 760) - A general purpose blockchain highly compatible with Ethereums ecosystem. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 220 Β· πŸ“¦ 15 Β· πŸ“‹ 110 - 13% open Β· ⏱️ 09.12.2022):

     git clone https://github.com/vechain/thor
    
  • Go (πŸ“¦ 2 Β· ⏱️ 15.08.2022):

     go install github.com/vechain/thor
    

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


HNT - Helium (πŸ₯ˆ24 Β· ⭐ 2K) - Powered by the Helium Blockchain, The Peoples Network represents a..
miner (πŸ₯ˆ22 Β· ⭐ 590) - Miner for the helium blockchain. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 260 Β· πŸ“‹ 510 - 27% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/helium/miner
    
HIP (πŸ₯ˆ18 Β· ⭐ 510) - Helium Improvement Proposals. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 310 Β· πŸ“‹ 150 - 27% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/helium/HIP
    
blockchain-core (πŸ₯ˆ16 Β· ⭐ 220) - Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 82 Β· πŸ“‹ 110 - 36% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/helium/blockchain-core
    
airship (πŸ₯‰12 Β· ⭐ 240) - Helium + Webmachine = Airship. A toolkit for building.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 14 Β· πŸ“‹ 27 - 33% open Β· ⏱️ 09.08.2022):

     git clone https://github.com/helium/airship
    

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


XDATA - Streamr XDATA (πŸ₯ˆ24 Β· ⭐ 590) - Unstoppable real-time data for unstoppable apps.
network-monorepo (πŸ₯ˆ24 Β· ⭐ 470) - Monorepo containing all the main components of Streamr.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 18 Β· πŸ“¦ 8 Β· ⏱️ 09.01.2023):

     git clone https://github.com/streamr-dev/network-monorepo
    
  • npm (πŸ“₯ 2.4K / month Β· πŸ“¦ 23 Β· ⏱️ 14.12.2022):

     npm install streamr-client
    

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


XRT - Robonomics Network (πŸ₯‰19 Β· ⭐ 380) - No description.
robonomics (πŸ₯ˆ21 Β· ⭐ 200) - Robonomics node implementation. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 60 Β· πŸ“₯ 18K Β· πŸ“‹ 170 - 8% open Β· ⏱️ 24.12.2022):

     git clone https://github.com/airalab/robonomics
    
hs-web3 (πŸ₯‰14 Β· ⭐ 180) - Web3 API for Haskell. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 53 Β· πŸ“‹ 66 - 16% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/airalab/hs-web3
    

IOST - IOST (πŸ₯‰18 Β· ⭐ 590) - The IOS (Internet of Services) offers a solid infrastructure for online..
go-iost (πŸ₯ˆ18 Β· ⭐ 550) - Official Go implementation of the IOST blockchain. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 110 Β· πŸ“‹ 87 - 49% open Β· ⏱️ 01.11.2022):

     git clone https://github.com/iost-official/go-iost
    
  • Go (⏱️ 09.09.2022):

     go install github.com/iost-official/go-iost
    

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


NODL (πŸ₯‰15 Β· ⭐ 360) - No description.

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


ALIS - ALIS (πŸ₯‰14 Β· ⭐ 230) - Social media platform set to revolutionize the news and social media..
frontend-application (πŸ₯‰15 Β· ⭐ 180) - ALIS Media - Frontend Application. MIT
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 31 Β· ⏱️ 20.12.2022):

     git clone https://github.com/AlisProject/frontend-application
    

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


Show 7 hidden projects...
  • DGB - DigiByte (πŸ₯ˆ23 Β· ⭐ 460 Β· πŸ’€) - Cryptocurrency on a public, rapidly growing and highly..
  • CTXC - Cortex (πŸ₯ˆ21 Β· ⭐ 95) - Cortexs main mission is to provide the state-of-the-art machine-learning..
  • INXT - Internxt (πŸ₯‰18 Β· ⭐ 110) - Discover the incredible universe of Internxt. Make the switch to..
  • NOIA - Syntropy (πŸ₯‰15 Β· ⭐ 36 Β· πŸ’€) - 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 (πŸ₯‰8 Β· ⭐ 42 Β· πŸ’€) - Combining sensors, blockchain protocol & smart contracts, were..

Others

Back to top

ALEO (πŸ₯‡36 Β· ⭐ 3.9K) - No description.
snarkVM (πŸ₯‡30 Β· ⭐ 330) - A Virtual Machine for Zero-Knowledge Executions. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 160 Β· πŸ“¦ 330 Β· πŸ“‹ 200 - 45% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/AleoHQ/snarkVM
    
  • Cargo (πŸ“₯ 41K / month Β· πŸ“¦ 13 Β· ⏱️ 09.12.2022):

     cargo install snarkvm-parameters
    
snarkOS (πŸ₯‡29 Β· ⭐ 2.3K) - A Decentralized Operating System for ZK Applications. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 600 Β· πŸ“₯ 8.7K Β· πŸ“¦ 270 Β· πŸ“‹ 540 - 17% open Β· ⏱️ 08.12.2022):

     git clone https://github.com/AleoHQ/snarkOS
    
  • Cargo (πŸ“₯ 91 / month Β· πŸ“¦ 5 Β· ⏱️ 13.02.2022):

     cargo install snarkos-metrics
    
leo (πŸ₯‡25 Β· ⭐ 380) - The Leo Programming Language. A Programming Language for Formally Verified,.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 49 Β· πŸ“₯ 20K Β· πŸ“¦ 26 Β· πŸ“‹ 850 - 20% open Β· ⏱️ 04.01.2023):

     git clone https://github.com/AleoHQ/leo
    
  • Cargo (πŸ“₯ 22 / month Β· πŸ“¦ 4 Β· ⏱️ 30.07.2021):

     cargo install leo-imports
    
AleoHQ/welcome (πŸ₯ˆ21 Β· ⭐ 260) - Welcome to Aleo. Where Applications Become Zero-Knowledge. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 240 Β· πŸ“‹ 29 - 79% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/AleoHQ/welcome
    
  • Cargo (πŸ“₯ 330 / month Β· πŸ“¦ 1 Β· ⏱️ 12.12.2022):

     cargo install aleo
    

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


NIM - Nimiq (πŸ₯‡33 Β· ⭐ 3K) - Blockchain designed for simplicity. Nimiq aims to be the best performing..
qr-scanner (πŸ₯‡28 Β· ⭐ 1.7K) - Lightweight Javascript QR Code Scanner. MIT
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 430 Β· πŸ“¦ 1.3K Β· πŸ“‹ 190 - 40% open Β· ⏱️ 23.11.2022):

     git clone https://github.com/nimiq/qr-scanner
    
  • npm (πŸ“₯ 73K / month Β· πŸ“¦ 32 Β· ⏱️ 23.11.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 (πŸ₯‡27 Β· ⭐ 1K) - Official JavaScript implementation of the Nimiq protocol. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 220 Β· πŸ“¦ 91 Β· πŸ“‹ 230 - 6% open Β· ⏱️ 12.11.2022):

     git clone https://github.com/nimiq/core-js
    
  • npm (πŸ“₯ 4.3K / month Β· πŸ“¦ 20 Β· ⏱️ 05.11.2022):

     npm install @nimiq/core-web
    
  • Go (⏱️ 03.11.2022):

     go install github.com/nimiq/core-js
    

6 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 (πŸ₯‡31 Β· ⭐ 1K) - The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 200 Β· πŸ“₯ 34K Β· πŸ“¦ 180 Β· πŸ“‹ 360 - 11% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/nervosnetwork/ckb
    
  • Cargo (πŸ“₯ 4.3K / month Β· πŸ“¦ 24 Β· ⏱️ 23.12.2022):

     cargo install ckb-jsonrpc-types
    
ckb-vm (πŸ₯ˆ22 Β· ⭐ 300) - CKBs vm, based on open source RISC-V ISA. MIT
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 48 Β· πŸ“¦ 680 Β· πŸ“‹ 34 - 32% open Β· ⏱️ 08.12.2022):

     git clone https://github.com/nervosnetwork/ckb-vm
    
rfcs (πŸ₯ˆ17 Β· ⭐ 240) - This repository contains proposals, standards and documentations related to.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 150 Β· πŸ“‹ 67 - 29% open Β· ⏱️ 24.12.2022):

     git clone https://github.com/nervosnetwork/rfcs
    

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


BZZ - Swarm (πŸ₯‡33 Β· ⭐ 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 (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 330 Β· πŸ“₯ 270K Β· πŸ“¦ 97 Β· πŸ“‹ 1.4K - 9% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/ethersphere/bee
    
  • Go (πŸ“¦ 11 Β· ⏱️ 20.12.2022):

     go install github.com/ethersphere/bee
    

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


CLNY - MarsColony (πŸ₯‡32 Β· ⭐ 820) - Hybrid token that contains attributes of government and..
colonyNetwork (πŸ₯ˆ20 Β· ⭐ 430) - Colony Network smart contracts. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 88 Β· πŸ“‹ 370 - 10% open Β· ⏱️ 16.12.2022):

     git clone https://github.com/JoinColony/colonyNetwork
    

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


EVER - Everscale (πŸ₯‡31 Β· ⭐ 720) - Fast, secure and scalable network with near-zero fees, which can..

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


KLAY - Klaytn (πŸ₯‡31 Β· ⭐ 500) - Public blockchain platform of the leading South Korean mobile platform,..
klaytn (πŸ₯‡26 Β· ⭐ 320) - Official Go implementation of the Klaytn protocol. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 160 Β· πŸ“¦ 57 Β· πŸ“‹ 280 - 25% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/klaytn/klaytn
    
  • Go (πŸ“¦ 8 Β· ⏱️ 06.01.2023):

     go install github.com/Klaytn/Klaytn
    

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


MINA - Mina Protocol (πŸ₯‡30 Β· ⭐ 1.6K) - The worlds lightest blockchain, powered by participants. Mina..
mina (πŸ₯‡33 Β· ⭐ 1.6K) - Mina is a new cryptocurrency with a constant size blockchain, improving.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 340 Β· πŸ“₯ 990 Β· πŸ“¦ 42 Β· πŸ“‹ 5.2K - 25% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/MinaProtocol/mina
    
  • npm (πŸ“₯ 940 / month Β· πŸ“¦ 3 Β· ⏱️ 16.11.2022):

     npm install mina-signer
    

XYM - Symbol (πŸ₯‡29 Β· ⭐ 440) - Trusted and secure enterprise blockchain that smooths business friction,..

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


SA - Superalgos (πŸ₯‡27 Β· ⭐ 3.1K) - No description.
Superalgos (πŸ₯‡30 Β· ⭐ 3.1K) - Free, open-source crypto trading bot, automated bitcoin /.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 4.9K Β· πŸ“₯ 8K Β· πŸ“‹ 430 - 17% open Β· ⏱️ 29.12.2022):

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

KAR - Karura (πŸ₯‡27 Β· ⭐ 820) - All-in-one DeFi hub of Kusama. Founded by the Acala Foundation, Karura..
Acala (πŸ₯ˆ21 Β· ⭐ 680) - Acala - cross-chain DeFi hub and stablecoin based on Substrate for.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 230 Β· πŸ“₯ 4 Β· πŸ“‹ 890 - 18% open Β· ⏱️ 07.01.2023):

     git clone https://github.com/AcalaNetwork/Acala
    

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


XEC - eCash (πŸ₯‡26 Β· ⭐ 1.1K) - Derived from one of the most trusted names in the cryptocurrency space,..
bitcoin-abc (πŸ₯‡29 Β· ⭐ 1.1K) - Bitcoin ABC develops node software and infrastructure for the eCash.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 840 Β· πŸ”€ 670 Β· πŸ“₯ 48K Β· πŸ“¦ 1 Β· πŸ“‹ 360 - 21% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/Bitcoin-ABC/bitcoin-abc
    

WIT - Witnet (πŸ₯‡26 Β· ⭐ 440) - WITchain Provide Digital Token Development and Value Management Service..
witnet-rust (πŸ₯ˆ22 Β· ⭐ 160) - Open source Rust implementation of the Witnet decentralized.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 52 Β· πŸ“₯ 48K Β· πŸ“‹ 1.1K - 8% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/witnet/witnet-rust
    

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


CARD - Cardstack (πŸ₯‡26 Β· ⭐ 360) - The experience layer of the decentralized internet. Cardstack..
cardstack (πŸ₯‡29 Β· ⭐ 320) - The mono-repo for the core Cardstack framework. MIT
  • GitHub (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 66 Β· πŸ“‹ 530 - 2% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/cardstack/cardstack
    
  • npm (πŸ“₯ 710 / month Β· πŸ“¦ 55 Β· ⏱️ 09.01.2023):

     npm install @cardstack/eslint-config
    

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


HBOT - Hummingbot (πŸ₯‡25 Β· ⭐ 5.2K) - The Hummingbot Governance Token (HBOT) is a standard ERC-20..
hummingbot/hummingbot (πŸ₯‡28 Β· ⭐ 5.2K) - Hummingbot is open source software that helps you.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.9K Β· πŸ“₯ 30 Β· πŸ“‹ 2.7K - 16% open Β· ⏱️ 21.12.2022):

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

RBTC - Rootstock RSK (πŸ₯‡25 Β· ⭐ 890) - First open-source smart contract platform with a 2-way peg to..
rskj (πŸ₯ˆ23 Β· ⭐ 660) - RSKj is a Java implementation of the RSK protocol. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 260 Β· πŸ“₯ 9K Β· πŸ“‹ 500 - 50% open Β· ⏱️ 05.01.2023):

     git clone https://github.com/rsksmart/rskj
    

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


SMH (πŸ₯‡25 Β· ⭐ 750) - No description.
go-spacemesh (πŸ₯ˆ24 Β· ⭐ 590) - Go Implementation of the Spacemesh protocol full node. MIT
  • GitHub (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 140 Β· πŸ“₯ 1.2K Β· πŸ“¦ 32 Β· πŸ“‹ 2K - 12% open Β· ⏱️ 10.01.2023):

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

     go install github.com/spacemeshos/go-spacemesh
    

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


CFG - Centrifuge (πŸ₯‡25 Β· ⭐ 510) - The centrifuge token model powers centrifuge, providing the..
go-substrate-rpc-client (πŸ₯ˆ20 Β· ⭐ 160) - Substrate RPC client for go aka GSRPC. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 130 Β· πŸ“¦ 290 Β· πŸ“‹ 150 - 35% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/centrifuge/go-substrate-rpc-client
    
  • Go (πŸ“¦ 44 Β· ⏱️ 10.01.2023):

     go install github.com/centrifuge/go-substrate-rpc-client
    

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


STC - Starcoin (πŸ₯ˆ24 Β· ⭐ 1.3K) - Student Coin aims to change the future of the digital economy...
starcoin (πŸ₯‡28 Β· ⭐ 1.3K) - Starcoin - A Move smart contract blockchain network that scales by.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 250 Β· πŸ“₯ 10K Β· πŸ“¦ 160 Β· πŸ“‹ 970 - 16% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/starcoinorg/starcoin
    

UDT - Unlock Protocol (πŸ₯ˆ24 Β· ⭐ 730) - No description.
unlock (πŸ₯‡27 Β· ⭐ 730) - nlock is a protocol for memberships built on a blockchain. MIT
  • GitHub (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 180 Β· πŸ“¦ 1 Β· πŸ“‹ 2K - 7% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/unlock-protocol/unlock
    
  • npm (πŸ“₯ 1K / month Β· ⏱️ 23.12.2022):

     npm install @unlock-protocol/unlock-js
    

LAT - PlatON Network (πŸ₯ˆ24 Β· ⭐ 620) - No description.
PlatON-Go (πŸ₯‡26 Β· ⭐ 430) - Golang implementation of the PlatON protocol. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 140 Β· πŸ“₯ 510 Β· πŸ“¦ 8 Β· πŸ“‹ 660 - 1% open Β· ⏱️ 06.01.2023):

     git clone https://github.com/PlatONnetwork/PlatON-Go
    
  • Go (πŸ“¦ 4 Β· ⏱️ 30.11.2022):

     go install github.com/PlatONnetwork/PlatON-Go
    
client-sdk-java (πŸ₯‰13 Β· ⭐ 160) - A java interface for interacting with the PlatON network. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 18 Β· πŸ“₯ 39 Β· πŸ“‹ 29 - 44% open Β· ⏱️ 09.10.2022):

     git clone https://github.com/PlatONnetwork/client-sdk-java
    

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


NMC - Namecoin (πŸ₯ˆ24 Β· ⭐ 560) - Experimental open-source technology which improves decentralization,..
namecoin-core (πŸ₯‡26 Β· ⭐ 440) - Namecoin full node + wallet based on the current Bitcoin Core.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 150 Β· πŸ“‹ 320 - 44% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/namecoin/namecoin-core
    

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


SQT - Squidgame Token (πŸ₯ˆ24 Β· ⭐ 260) - Online survival simulation game, where users can..
subql (πŸ₯‡27 Β· ⭐ 260) - Indexer service in our @subql toolkit, can load users subquery then.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 98 Β· πŸ“¦ 3.8K Β· πŸ“‹ 420 - 18% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/subquery/subql
    
  • npm (πŸ“₯ 28 / month Β· ⏱️ 15.07.2021):

     npm install @subqlmono/node
    

REGEN - Regen (πŸ₯ˆ24 Β· ⭐ 230) - Token for the Regen Network Platform.
regen-ledger (πŸ₯‡26 Β· ⭐ 190) - Blockchain for planetary regeneration. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 83 Β· πŸ“₯ 7.3K Β· πŸ“¦ 7 Β· πŸ“‹ 650 - 14% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/regen-network/regen-ledger
    
  • Go (πŸ“¦ 12 Β· ⏱️ 05.01.2023):

     go install github.com/regen-network/regen-ledger/x/ecocredit
    

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


OK - OKCash (πŸ₯ˆ23 Β· ⭐ 1.1K) - Hybrid cryptocurrency that started with PoW mining on November 2014 to..
okcash (πŸ₯‡25 Β· ⭐ 1.1K) - OK wallet integration/staging tree Okcash. MIT
  • GitHub (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 840 Β· πŸ“₯ 8.1K Β· ⏱️ 20.12.2022):

     git clone https://github.com/okcashpro/okcash
    

OAC - One Army Coin (πŸ₯ˆ23 Β· ⭐ 730) - One Army Coin (OAC) is set up to empower green projects..
community-platform (πŸ₯ˆ24 Β· ⭐ 520) - A platform to build useful communities that aim to tackle.. MIT
  • GitHub (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 190 Β· πŸ“‹ 740 - 8% open Β· ⏱️ 03.01.2023):

     git clone https://github.com/ONEARMY/community-platform
    
precious-plastic-kit (πŸ₯‰12 Β· ⭐ 160 Β· πŸ’€) - Precious Plastic Downloadpack. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 52 Β· πŸ“₯ 51K Β· πŸ“‹ 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.


WFCT - Wrapped FCT (πŸ₯ˆ23 Β· ⭐ 380) - Wrapped FCT (WFCT) is community led, 100% backed and..
factomd (πŸ₯ˆ23 Β· ⭐ 210) - Factom Daemon. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 93 Β· πŸ“₯ 250 Β· πŸ“¦ 43 Β· πŸ“‹ 120 - 25% open Β· ⏱️ 25.10.2022):

     git clone https://github.com/FactomProject/factomd
    
  • Go (πŸ“¦ 4 Β· ⏱️ 19.08.2020):

     go install github.com/FactomProject/factomd
    

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


OKT - OEC Token (πŸ₯ˆ22 Β· ⭐ 800) - OKExChain is open-source, public blockchain technology developed by..
exchain (πŸ₯ˆ23 Β· ⭐ 420) - The Infrastructure of Decentralized Exchange. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 130 Β· πŸ“₯ 2 Β· πŸ“¦ 39 Β· πŸ“‹ 220 - 9% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/okex/exchain
    
  • Go (πŸ“¦ 11 Β· ⏱️ 24.12.2022):

     go install github.com/okex/exchain
    

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


GRC - Gridcoin (πŸ₯ˆ22 Β· ⭐ 560) - Cryptocurrency which rewards volunteer distributed computation..
Gridcoin-Research (πŸ₯ˆ24 Β· ⭐ 560) - Gridcoin-Research. MIT
  • GitHub (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 170 Β· πŸ“₯ 80K Β· πŸ“‹ 980 - 3% open Β· ⏱️ 08.01.2023):

     git clone https://github.com/gridcoin-community/Gridcoin-Research
    

IRIS - IRISnet (πŸ₯ˆ22 Β· ⭐ 430) - Inter-chain Service Infrastructure and Protocol Technology Foundation..
irishub (πŸ₯ˆ22 Β· ⭐ 270) - A BPoS blockchain that enables cross-chain interoperability through a.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 120 Β· πŸ“₯ 2.6K Β· πŸ“‹ 630 - 1% open Β· ⏱️ 03.01.2023):

     git clone https://github.com/irisnet/irishub
    
  • Go (πŸ“¦ 5 Β· ⏱️ 28.11.2022):

     go install github.com/irisnet/irishub
    

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


PRV - PrivacySwap (πŸ₯ˆ22 Β· ⭐ 220) - 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.5K) - Accrue interest on your Dai by turning it into Chai.
dapptools (πŸ₯ˆ19 Β· ⭐ 1.8K) - Dapp, Seth, Hevm, and more. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 310 Β· πŸ“₯ 550 Β· πŸ“‹ 420 - 38% open Β· ⏱️ 27.12.2022):

     git clone https://github.com/dapphub/dapptools
    
ds-proxy (πŸ₯‰10 Β· ⭐ 260 Β· πŸ’€) - a proxy object that can compose transactions on owners behalf. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 53 Β· πŸ“‹ 15 - 46% open Β· ⏱️ 05.06.2022):

     git clone https://github.com/dapphub/ds-proxy
    
ds-token (πŸ₯‰10 Β· ⭐ 210 Β· πŸ’€) - A simple and sufficient ERC20 implementation. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 74 Β· πŸ“‹ 17 - 29% 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 (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 440 Β· πŸ“‹ 620 - 1% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/sunflower-farmers/sunflower-farmers
    

TBX - Tokenbox (πŸ₯ˆ21 Β· ⭐ 970) - Utility token that providing an access to the platforms services...
defi-sdk (πŸ₯ˆ16 Β· ⭐ 720) - DeFi SDK Makes Money Lego Work. LGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 210 Β· πŸ“‹ 58 - 56% open Β· ⏱️ 31.08.2022):

     git clone https://github.com/zeriontech/defi-sdk
    

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


GIV - Giveth (πŸ₯ˆ21 Β· ⭐ 540 Β· πŸ’€) - Community focused on Building the Future of Giving using..
giveth-dapp (πŸ₯ˆ19 Β· ⭐ 330 Β· πŸ’€) - Giveth Dapp for crowdfunding and managing donations on the.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 220 Β· πŸ“‹ 1.9K - 18% open Β· ⏱️ 07.04.2022):

     git clone https://github.com/Giveth/giveth-dapp
    

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


DVPN - Sentinel (πŸ₯ˆ21 Β· ⭐ 490) - A modern VPN backed by blockchain anonymity and security. Share &..

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


TNT - Tierion (πŸ₯ˆ21 Β· ⭐ 430) - 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 (πŸ₯ˆ21 Β· ⭐ 310) - Blockchain Dispute Resolution Layer that provides fast, secure and..
kleros (πŸ₯ˆ22 Β· ⭐ 220) - Kleros smart contracts. MIT
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 69 Β· πŸ“¦ 48 Β· πŸ“‹ 70 - 20% open Β· ⏱️ 15.11.2022):

     git clone https://github.com/kleros/kleros
    
  • npm (πŸ“₯ 450 / month Β· πŸ“¦ 4 Β· ⏱️ 10.05.2020):

     npm install @kleros/kleros
    

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


JBX - JBOX (πŸ₯ˆ21 Β· ⭐ 250) - Our vision is to be the company that decentralizes the video market..
juice-interface (πŸ₯ˆ20 Β· ⭐ 170) - An app for using the JBX protocol. MIT
  • GitHub (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 100 Β· πŸ“‹ 880 - 16% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/jbx-protocol/juice-interface
    

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


UMEE - Umee (πŸ₯ˆ21 Β· ⭐ 170) - Cross chain DeFi hub that interconnects between blockchains. As a base..
umee (πŸ₯ˆ24 Β· ⭐ 170) - A Golang implementation of the Umee network, a decentralized universal.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 130 Β· πŸ“₯ 3.2K Β· πŸ“¦ 10 Β· πŸ“‹ 400 - 21% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/umee-network/umee
    
  • Go (πŸ“¦ 3 Β· ⏱️ 21.12.2022):

     go install github.com/umee-network/umee
    

DTUBE - Dtube Coin (πŸ₯ˆ20 Β· ⭐ 1.3K) - DTube Coin: a utility token for video, it enables people to..
dtube (πŸ₯ˆ17 Β· ⭐ 760) - d.tube app. A full-featured video sharing website, decentralized. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 180 Β· πŸ“‹ 300 - 39% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/dtube/dtube
    
production (πŸ₯‰12 Β· ⭐ 360) - Production app for D.Tube. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 59 Β· πŸ“‹ 48 - 33% open Β· ⏱️ 09.01.2023):

     git clone https://github.com/dtube/production
    

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


BSV - Bitcoin SV (πŸ₯ˆ20 Β· ⭐ 580) - New coin splitted of Bitcoin Cash blockchain on 15 November 2018...
bitcoin-sv (πŸ₯ˆ22 Β· ⭐ 580) - Bitcoin SV (Satoshi Vision) is the original Bitcoin. This.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 630 Β· πŸ”€ 270 Β· πŸ“‹ 240 - 7% open Β· ⏱️ 10.11.2022):

     git clone https://github.com/bitcoin-sv/bitcoin-sv
    

BICO - Biconomy (πŸ₯ˆ20 Β· ⭐ 300) - Biconomy provides plug-n-play APIs to make web3.0 user-friendly..

3 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.


GRAM - OpenGram (πŸ₯ˆ19 Β· ⭐ 1.8K) - The GRAM team is not the telegram official team. The goal of the..
ton-blockchain/ton (πŸ₯ˆ20 Β· ⭐ 1.8K) - Main TON monorepo. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 430 Β· πŸ“‹ 330 - 18% open Β· ⏱️ 08.01.2023):

     git clone https://github.com/ton-blockchain/ton
    

CHN - Chain (πŸ₯ˆ19 Β· ⭐ 1.8K Β· πŸ’€) - Cloud blockchain infrastructure that enables organizations to..
chain (πŸ₯ˆ20 Β· ⭐ 1.8K Β· πŸ’€) - Chain Core - Open Source Ledger-as-a-Service. AGPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 360 Β· πŸ“¦ 17 Β· πŸ“‹ 120 - 0% open Β· ⏱️ 05.05.2022):

     git clone https://github.com/chain/chain
    
  • npm (πŸ“₯ 17 / 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>
    

AURORA - Aurora (πŸ₯ˆ19 Β· ⭐ 790) - EVM built on the NEAR Protocol, delivering a turn-key solution..
rainbow-bridge (πŸ₯ˆ18 Β· ⭐ 290) - NEAR Ethereum Decentralized Bridge. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 80 Β· πŸ“¦ 7 Β· πŸ“‹ 390 - 34% open Β· ⏱️ 30.11.2022):

     git clone https://github.com/aurora-is-near/rainbow-bridge
    
  • npm (πŸ“₯ 7 / month Β· ⏱️ 27.10.2020):

     npm install rainbow-bridge-watchdog
    
aurora-engine (πŸ₯‰15 Β· ⭐ 260) - Aurora Engine implements an Ethereum Virtual Machine (EVM) on.. CC0-1.0
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 64 Β· πŸ“₯ 790 Β· πŸ“‹ 170 - 46% open Β· ⏱️ 07.12.2022):

     git clone https://github.com/aurora-is-near/aurora-engine
    

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


RHOC (πŸ₯ˆ19 Β· ⭐ 730) - No description.
rchain (πŸ₯ˆ22 Β· ⭐ 680) - Blockchain (smart contract) platform using CBC-Casper proof of stake +.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 210 Β· πŸ“₯ 6.6K Β· πŸ“‹ 290 - 43% open Β· ⏱️ 30.08.2022):

     git clone https://github.com/rchain/rchain
    
  • Maven (⏱️ 30.03.2018):

     <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.


XHT - HollaEx Token (πŸ₯ˆ19 Β· ⭐ 220) - XHT token is utilized by exchange operators that are using..
hollaex-kit (πŸ₯ˆ21 Β· ⭐ 220) - Exchange Starter Kit to run your own Digital Asset Trading.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 180 Β· πŸ“¦ 18 Β· πŸ“‹ 29 - 37% open Β· ⏱️ 11.11.2022):

     git clone https://github.com/bitholla/hollaex-kit
    

SOV - Sovryn (πŸ₯ˆ19 Β· ⭐ 170) - X16r GPU minable crypto with masternodes. Premine: 850 000 SOV.

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


IBXC (πŸ₯ˆ18 Β· ⭐ 7.8K) - No description.
go-ibax (πŸ₯ˆ21 Β· ⭐ 7.8K) - An innovative Blockchain Protocol Platform, which everyone can.. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 6.6K Β· πŸ“¦ 6 Β· πŸ“‹ 270 - 33% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/IBAX-io/go-ibax
    

UBI - Universal Basic Income (πŸ₯ˆ18 Β· ⭐ 2.3K Β· πŸ’€) - First application to be built on top of the Proof of..
dapp (πŸ₯ˆ21 Β· ⭐ 1.5K Β· πŸ’€) - Censorship resistant democracies. MIT
  • GitHub (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 280 Β· πŸ“‹ 380 - 22% open Β· ⏱️ 21.03.2022):

     git clone https://github.com/DemocracyEarth/dapp
    
paper (πŸ₯‰15 Β· ⭐ 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 Β· ⭐ 220 Β· πŸ’€) - 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.


NODE - DAppNode (πŸ₯ˆ18 Β· ⭐ 480) - Smart nodes on the chain where Acute angle blockchain..
DAppNode (πŸ₯ˆ20 Β· ⭐ 480) - General repository of the project dappnode. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 67 Β· πŸ“₯ 53K Β· πŸ“‹ 390 - 24% open Β· ⏱️ 04.01.2023):

     git clone https://github.com/dappnode/DAppNode
    

ABLOCK - ANY Blocknet (πŸ₯ˆ18 Β· ⭐ 270) - No description.

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


JUNO - Juno Network (πŸ₯ˆ18 Β· ⭐ 260) - No description.
juno (πŸ₯ˆ21 Β· ⭐ 260) - Open Source Platform for Interoperable Smart Contracts. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 120 Β· πŸ“₯ 2.6K Β· πŸ“¦ 2 Β· πŸ“‹ 130 - 23% open Β· ⏱️ 10.01.2023):

     git clone https://github.com/CosmosContracts/juno
    
  • Go (⏱️ 06.04.2022):

     go install github.com/cosmoscontracts/juno
    

NUUM (πŸ₯ˆ18 Β· ⭐ 220) - No description.

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


LYL - LoyalCoin (πŸ₯ˆ17 Β· ⭐ 550) - Customer loyalty-oriented digital asset that is replacing and..
NanoWallet (πŸ₯ˆ20 Β· ⭐ 280) - NanoWallet. MIT
  • GitHub (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 6 Β· πŸ“₯ 790K Β· πŸ“‹ 530 - 21% open Β· ⏱️ 29.08.2022):

     git clone https://github.com/NemProject/NanoWallet
    
  • npm (πŸ“₯ 4 / month Β· ⏱️ 23.07.2017):

     npm install snapwallet
    

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


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.


KINT - Kintsugi (πŸ₯ˆ17 Β· ⭐ 190) - ## What Is Kintsugi Network (KINT)? Kintsugi is Interlays canary..
interbtc (πŸ₯ˆ21 Β· ⭐ 190) - interBTC: Trustless Bitcoin Anywhere. Apache-2
  • GitHub (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 53 Β· πŸ“₯ 1.5K Β· πŸ“‹ 88 - 51% open Β· ⏱️ 11.01.2023):

     git clone https://github.com/interlay/interbtc
    

ADM - ADAMANT Messenger (πŸ₯ˆ16 Β· ⭐ 920) - Decentralized anonymous messenger based on the blockchain..
adamant-im (πŸ₯ˆ17 Β· ⭐ 250 Β· πŸ’€) - ADAMANT Decentralized Messenger. Progressive Web Application.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 42 Β· πŸ“₯ 11K Β· πŸ“‹ 21 - 14% open Β· ⏱️ 22.05.2022):

     git clone https://github.com/Adamant-im/adamant-im
    
adamant (πŸ₯‰15 Β· ⭐ 400) - ADAMANT Blockchain Node. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 29 Β· πŸ“¦ 2 Β· πŸ“‹ 4 - 50% open Β· ⏱️ 24.10.2022):

     git clone https://github.com/Adamant-im/adamant
    

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


TPT - Token Pocket (πŸ₯ˆ16 Β· ⭐ 590) - TPT stands for TokenPocket Token. It is a utility token..
tp-js-sdk (πŸ₯‰12 Β· ⭐ 160) - TokenPocket JS API for Dapp of ETH, IOST, TRON, COSMOS,.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 52 Β· πŸ“¦ 88 Β· πŸ“‹ 33 - 6% open Β· ⏱️ 03.11.2022):

     git clone https://github.com/TP-Lab/tp-js-sdk
    

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


TONCOIN - The Open Network (πŸ₯ˆ16 Β· ⭐ 400) - The next gen network to unite all blockchains and the..
ton (πŸ₯‰10 Β· ⭐ 330 Β· πŸ’€) - Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 73 Β· πŸ“₯ 260 Β· ⏱️ 24.04.2022):

     git clone https://github.com/newton-blockchain/ton
    

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


MASQ - MASQ (πŸ₯ˆ16 Β· ⭐ 150) - Foundation for the internet of the future. MASQ is much more than..

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


SDL - Saddle Finance (πŸ₯‰15 Β· ⭐ 170) - Decentralized automated market maker (AMM) on the..

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


CAPS - Ternoa (πŸ₯‰15 Β· ⭐ 150) - Memories are an essential part of who we are. If memory plays an..

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


TEER - Integritee (πŸ₯‰15 Β· ⭐ 150) - The Integritee platform enables firms and dApps to process their..

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


XFC - Football Coin (πŸ₯‰14 Β· ⭐ 810) - FootballCoin gives you the chance to showcase your managerial..
MultiChain/multichain (πŸ₯‰15 Β· ⭐ 530) - Source code for multichaind, multichain-cli and.. GPL-3.0
  • GitHub (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 270 Β· πŸ“‹ 69 - 68% open Β· ⏱️ 28.07.2022):

     git clone https://github.com/MultiChain/multichain
    

2 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
    

CELR - Celer Network (πŸ₯‰13 Β· ⭐ 390 Β· πŸ’€) - Celer Network Bring Internet Scale to Every Blockchain.

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


PRE - Presearch (πŸ₯‰13 Β· ⭐ 160) - Decentralized search engine, powered by the community.

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


STSOL - Lido Staked SOL (πŸ₯‰13 Β· ⭐ 160) - Lido-DAO governed liquid staking protocol for the..

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


BMH - BlockMesh (πŸ₯‰12 Β· ⭐ 210 Β· πŸ’€) - BlockMesh, a software company based in Mauritius - utilizes..
serval-dna (πŸ₯‰12 Β· ⭐ 170 Β· πŸ’€) - The Serval Projects core daemon that implements.. Unlicensed
  • GitHub (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 85 Β· πŸ“‹ 130 - 31% open Β· ⏱️ 02.06.2022):

     git clone https://github.com/servalproject/serval-dna
    

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


AIR - AirCoin (πŸ₯‰10 Β· ⭐ 2.8K Β· πŸ’€) - The Air Coin(AIR) project was issued to mock the madness of..
AirCash (πŸ₯‰13 Β· ⭐ 2.8K Β· πŸ’€) - Cash system for AIR. MIT
  • GitHub (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 600 Β· ⏱️ 10.04.2022):

     git clone https://github.com/Aircoin-official/AirCash
    

Show 164 hidden projects...
  • DADI - Edge (πŸ₯ˆ22 Β· ⭐ 500 Β· πŸ’€) - DADI decentralized web services: a new era of cloud computing..
  • NEU - Neumark (πŸ₯ˆ20 Β· ⭐ 480 Β· πŸ’€) - Neumarks (NEU) are Neufunds protocol tokens which participants..
  • 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..
  • APPC - AppCoins (πŸ₯ˆ18 Β· ⭐ 400 Β· πŸ’€) - AppCoin tokens (APPC Tokens) are ERC-20 compatible tokens..
  • NOS - Nitrous Finance (πŸ₯ˆ18 Β· ⭐ 200 Β· πŸ’€) - Virtual Operating System for a new, transparent..
  • DEV - Dev Protocol (πŸ₯ˆ18 Β· ⭐ 130) - Well decentralized network of Masternodes without..
  • XHDX - HydraDX (πŸ₯ˆ18 Β· ⭐ 130) - No description.
  • KEY - SelfKey (πŸ₯ˆ18 Β· ⭐ 50) - Blockchain based identity network that allows individuals and..
  • POKT - Pocket Network (πŸ₯ˆ17 Β· ⭐ 150) - Blockchain data platform built for applications that uses..
  • QLC - QLC Chain (πŸ₯ˆ17 Β· ⭐ 100 Β· πŸ’€) - Qlink will be a decentralized mobile network, is dedicated to..
  • ALPH - Alephium (πŸ₯ˆ17 Β· ⭐ 100) - First operational sharded blockchain bringing scalability, ETH-..
  • EFX - Effect Network (πŸ₯ˆ17 Β· ⭐ 99) - Effect Network is ought to be a decentralized platform for..
  • EWT - Energy Web Token (πŸ₯ˆ17 Β· ⭐ 92) - Native token of the Energy Web Chain, a public, Proof-of-..
  • QORT (πŸ₯ˆ17 Β· ⭐ 52) - No description.
  • GBX - GoByte (πŸ₯ˆ17 Β· ⭐ 34 Β· πŸ’€) - Innovative cryptocurrency. A form of digital currency secured by..
  • DAV - DAV Network (πŸ₯ˆ16 Β· ⭐ 330 Β· πŸ’€) - Open source Software platform that allows anyone to buy..
  • EMC - EmerCoin (πŸ₯ˆ16 Β· ⭐ 120) - Emercoin - Distributed blockchain services for business and personal..
  • OST - OST (πŸ₯ˆ16 Β· ⭐ 120 Β· πŸ’€) - Protocol for consumer-app tokenization and an ERC-20 utility token..
  • GRFT - Graft Blockchain (πŸ₯ˆ16 Β· ⭐ 79 Β· πŸ’€) - Accept cryptocurrency at the Point of Sale Merchants..
  • DYN - Dynamic (πŸ₯ˆ16 Β· ⭐ 60 Β· πŸ’€) - Dynamic enables fast, secure, verifiable transfers of data using..
  • 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..
  • ZTG (πŸ₯‰15 Β· ⭐ 140) - No description.
  • XUC - Exchange Union (πŸ₯‰15 Β· ⭐ 120 Β· πŸ’€) - Open source project, developing the XU node software...
  • BLK - BlackCoin (πŸ₯‰15 Β· ⭐ 81 Β· πŸ’€) - Peer-to-peer cryptocurrency, which uses only proof-of-stake..
  • WGR - Wagerr (πŸ₯‰15 Β· ⭐ 70 Β· πŸ’€) - Wagerr (WGR), a fully decentralized sports betting blockchain...
  • SFT - Safety (πŸ₯‰15 Β· ⭐ 63 Β· πŸ’€) - Safex describes itself as a privacy-focused open-source..
  • HEZ - Hermez Network (πŸ₯‰15 Β· ⭐ 59 Β· πŸ’€) - Decentralized zk-rollup focused on scaling payments..
  • LIF - Lif (πŸ₯‰15 Β· ⭐ 58 Β· πŸ’€) - Blockchain-based distribution platform for the travel industry.
  • AIN - AI Network (πŸ₯‰15 Β· ⭐ 52) - AINORI develops various platforms such as Mining, Staking,..
  • XMY - Myriad (πŸ₯‰15 Β· ⭐ 48 Β· πŸ’€) - Myriad - A Coin For Everyone. Myriad is the first Multi-Algo coin...
  • NVC - Novacoin (πŸ₯‰14 Β· ⭐ 110 Β· πŸ’€) - Coin of the feature. Its unique way of utilizing both Proof-of-..
  • SSV - SSV Network (πŸ₯‰14 Β· ⭐ 89) - SSV promotes decentralization, security, and liveness across..
  • SMART - SmartCash (πŸ₯‰14 Β· ⭐ 85 Β· πŸ’€) - Self-funded cryptocurrency focused on daily payments, fast..
  • MED - Medibloc (πŸ₯‰14 Β· ⭐ 58) - MediBlocs healthcare information platform is a personal data ecosystem..
  • PMEER (πŸ₯‰14 Β· ⭐ 52) - No description.
  • JOYSTREAM (πŸ₯‰14 Β· ⭐ 47) - No description.
  • NGM - e-Money (πŸ₯‰14 Β· ⭐ 39) - E-Money stablecoins are a further stage in the development of..
  • YOYOW - YOYOW (πŸ₯‰13 Β· ⭐ 290 Β· πŸ’€) - YOYOW, named from You Own Your Own Words, is a blockchain-..
  • BTDX - Bitcloud (πŸ₯‰13 Β· ⭐ 140 Β· πŸ’€) - BITCLOUD - DIGITAL CURRENCY.
  • FND - Fundum (πŸ₯‰13 Β· ⭐ 110 Β· πŸ’€) - FundRequest introduces an easy and secure way to reward..
  • ASTRO - Astroport (πŸ₯‰13 Β· ⭐ 110) - Next generation AMM on Terra chain. It offers multiple pool..
  • PTN - PalletOneToken (πŸ₯‰13 Β· ⭐ 86 Β· πŸ’€) - Cross-chain project which is also the widely discussed..
  • SEM - Semux (πŸ₯‰13 Β· ⭐ 76 Β· πŸ’€) - Innovative high-performance blockchain platform, powered by Semux BFT..
  • BTSG - BitSong (πŸ₯‰13 Β· ⭐ 71) - The first decentralized music streaming platform.
  • PASC - Pascal (πŸ₯‰13 Β· ⭐ 59) - PascalCoin pioneers a new tier of scalability suitable for planetary-..
  • NXS - Nexus (πŸ₯‰13 Β· ⭐ 56) - Innovative open source blockchain technology, designed to better the world..
  • ETZ - Ether Zero (πŸ₯‰13 Β· ⭐ 45 Β· πŸ’€) - New generation of smart contract platform (public chain)..
  • PEG - PegNet (πŸ₯‰13 Β· ⭐ 41 Β· πŸ’€) - Fully decentralized stablecoin / synthetic asset platform. Users can..
  • PGN - Pigeoncoin (πŸ₯‰13 Β· ⭐ 39) - Software startup that is using our mineable cryptocurrency and our..
  • LDXG (πŸ₯‰12 Β· ⭐ 450 Β· πŸ’€) - No description.
  • DOS - DOS Network (πŸ₯‰12 Β· ⭐ 270 Β· πŸ’€) - A Decentralized Oracle Service Network to Boost..
  • HAUS - DAOhaus (πŸ₯‰12 Β· ⭐ 140) - This HAUS doesnt build itself It takes a community, and HausDAO..
  • MESG - MESG (πŸ₯‰12 Β· ⭐ 130 Β· πŸ’€) - Decentralized building platform for apps and businesses where..
  • OCT - Octopus Network (πŸ₯‰12 Β· ⭐ 82) - Oraclechain will be the worlds first face block chain..
  • HTR - Hathor (πŸ₯‰12 Β· ⭐ 61) - Hathor arranges its transactions in a DAG - outside the blocks - which..
  • APH - APHolding Coin (πŸ₯‰12 Β· ⭐ 55 Β· πŸ’€) - Aphelion is supposed to be P2P trading platform (DEX) built..
  • WRKZ - WrkzCoin (πŸ₯‰12 Β· ⭐ 54) - Cryptocurrency based on CryptoNote technology. Our goal is to build,..
  • RVP - Revolution Populi (πŸ₯‰12 Β· ⭐ 53) - A decentralized user-controlled layer 1 blockchain..
  • VCASH - VCash Token (πŸ₯‰12 Β· ⭐ 48 Β· πŸ’€) - Product that implements MimbleWimble technology with..
  • 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..
  • BLUR - Blur Network (πŸ₯‰12 Β· ⭐ 41) - The Blur Network employs a custom algorithm for mining, called..
  • VITAE - Vitae (πŸ₯‰12 Β· ⭐ 35 Β· πŸ’€) - Growing Global Prosperity! Premine: 1 000 000 coins.
  • AUR - Auroracoin (πŸ₯‰12 Β· ⭐ 33 Β· πŸ’€) - Peer-to-peer cryptocurrency launched on January 24, 2014 as an..
  • EVT - Elevation Token (πŸ₯‰11 Β· ⭐ 960 Β· πŸ’€) - Worlds first token-customized public chain for token..
  • ARM - Armours (πŸ₯‰11 Β· ⭐ 190 Β· πŸ’€) - As the worlds leading blockchain security laboratory, Armors..
  • REM - Remme (πŸ₯‰11 Β· ⭐ 140 Β· πŸ’€) - No more passwords no more break-ins. REMME implements foolproof..
  • CMT - CyberMiles (πŸ₯‰11 Β· ⭐ 74 Β· πŸ’€) - CyberMiles is Empowering the Decentralization of E-commerce.
  • WDGLD - Wrapped-DGLD (πŸ₯‰11 Β· ⭐ 68) - First ERC-20 token pegged one-to-one with DGLD, the worlds..
  • BOS - BOScoin (πŸ₯‰11 Β· ⭐ 58 Β· πŸ’€) - BOScoin - self-evolving cryptocurrency platform. The Modified..
  • BWK - Bulwark (πŸ₯‰11 Β· ⭐ 53 Β· πŸ’€) - Bulwark cryptocurrency (BWK) is a privacy oriented digital currency..
  • MHC - #MetaHash (πŸ₯‰11 Β· ⭐ 39 Β· πŸ’€) - #MetaHash is a Next-Generation Network based on the #TraceChain..
  • IXO - IXO (πŸ₯‰11 Β· ⭐ 39) - The ixo protocol defines a new open standard for producing verifiable claims..
  • MARS - Mars (πŸ₯‰11 Β· ⭐ 37 Β· πŸ’€) - The protocol consists of pBTC35A tokens and MARS tokens. Each..
  • NTRN - Neutron (πŸ₯‰11 Β· ⭐ 31) - Proof of Stake Cryptocurrency and Education Platform that pays..
  • MTX - MATRYX (πŸ₯‰10 Β· ⭐ 490 Β· πŸ’€) - Decentralized VR platform on the blockchain. The Matryx Token..
  • AXNT - Axentro (πŸ₯‰10 Β· ⭐ 190 Β· πŸ’€) - Original proof of work blockchain platform that empowers..
  • DEXG - Dextoken Governance (πŸ₯‰10 Β· ⭐ 140 Β· πŸ’€) - Priceless automated market maker proposed by the..
  • UT - Ulord (πŸ₯‰10 Β· ⭐ 97 Β· πŸ’€) - Peer-to-peer value transfer public blockchain. Through building its..
  • CHER - Cherry Network (πŸ₯‰10 Β· ⭐ 79) - Decentralized Autonomous Organization developing a layer..
  • LIT - LIT (πŸ₯‰10 Β· ⭐ 74) - Second layer protocol and infrastructure based on Substrate. It focuses..
  • FT - FToken (πŸ₯‰10 Β· ⭐ 67 Β· πŸ’€) - Token of FCoin exchange.
  • SCR - Scorum (πŸ₯‰10 Β· ⭐ 57 Β· πŸ’€) - Blogging platform that rewards its active users.
  • DIKO - Arkadiko (πŸ₯‰10 Β· ⭐ 54) - Governance token of Arkadiko. Arkadiko is a decentralized and non-..
  • DAY - Chronologic (πŸ₯‰10 Β· ⭐ 49 Β· πŸ’€) - Debt smart contracts & temporal innovation on Ethereum.
  • BTY (πŸ₯‰10 Β· ⭐ 46) - No description.
  • DXC - Dex-Trade Coin (πŸ₯‰9 Β· ⭐ 300) - DXC is not just a coin, it is a backbone payment unit of..
  • IQ - Everipedia (πŸ₯‰9 Β· ⭐ 150 Β· πŸ’€) - The online encyclopedia reinvented for the modern age.
  • MARO - Maro (πŸ₯‰9 Β· ⭐ 120 Β· πŸ’€) - TTC provides a decentralized and token-incentivized blockcahin..
  • SWISE - StakeWise (πŸ₯‰9 Β· ⭐ 110) - Liquid Ethereum staking protocol that tokenizes users deposits..
  • DFS - Fantasy Sports (πŸ₯‰9 Β· ⭐ 95 Β· πŸ’€) - DIGITAL FANTASY SPORTS Innovative fantasy sports gaming..
  • GSC - Global Social Chain (πŸ₯‰9 Β· ⭐ 76 Β· πŸ’€) - GSC (Global Social Chain) wants to be the worlds..
  • ULT - Ultiledger (πŸ₯‰9 Β· ⭐ 56 Β· πŸ’€) - Ultiledger aims to help any organization (Contains..
  • ZP - Zen Protocol (πŸ₯‰9 Β· ⭐ 56) - New type of blockchain, written from scratch in F#, with a..
  • JSOL - JPool (πŸ₯‰9 Β· ⭐ 53) - Solana Stake Pool token issued by JPool. It represents the holders..
  • QQQ - Poseidon Network (πŸ₯‰9 Β· ⭐ 45 Β· πŸ’€) - Launched on 15/01/2019 by Currency.com team based in..
  • XKI - KI (πŸ₯‰9 Β· ⭐ 42) - Ki Foundations mission is about bridging the gap between CeFi and DeFi...
  • VBK - VeriBlock (πŸ₯‰9 Β· ⭐ 36) - VeriBlock.
  • XPRT - Persistence (πŸ₯‰9 Β· ⭐ 8) - Interoperable protocol that provides sovereign environments to..
  • ZLP - ZilPay Wallet (πŸ₯‰9 Β· ⭐ 2) - ZLP the official ZIlPay wallet token, ZLP is using in the..
  • XTT-B20 - XTblock Token (πŸ₯‰8 Β· ⭐ 1.2K Β· πŸ’€) - A hyper-capable network, XTblock aims to deliver not..
  • YAK - Yield Yak (πŸ₯‰8 Β· ⭐ 150) - Easy-to-use tool to earn more yield from DeFi farming on the..
  • PKF - PolkaFoundry (πŸ₯‰8 Β· ⭐ 92 Β· πŸ’€) - What Is PolkaFoundry (PKF)? PolkaFoundry is a platform for..
  • CLAP - Cardashift (πŸ₯‰8 Β· ⭐ 85) - Community-run launchpad that raises funds, builds and accelerates..
  • CLV - Clover Finance (πŸ₯‰8 Β· ⭐ 81 Β· πŸ’€) - 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..
  • SIMPLE - SIMPLE (πŸ₯‰8 Β· ⭐ 38 Β· πŸ’€) - SimpleChain: Simple to use blockchain, chain up the world, is..
  • GST2 - GasToken (πŸ₯‰7 Β· ⭐ 680 Β· πŸ’€) - New, cutting-edge Ethereum contract that allows users to..
  • GAMMA - Gamma Strategies (πŸ₯‰7 Β· ⭐ 530 Β· πŸ’€) - Active Liquidity Management and discretionary..
  • FOLD - Manifold Finance (πŸ₯‰7 Β· ⭐ 410) - Manifold Finance provides solutions encompassing the..
  • SPRKL - Sparkle Loyalty (πŸ₯‰7 Β· ⭐ 220 Β· πŸ’€) - Brand new, mobile all-in-one application that helps..
  • CRUZ - Cruzbit (πŸ₯‰7 Β· ⭐ 130 Β· πŸ’€) - New decentralized peer-to-peer ledger designed to be as simple as..
  • ESS - Essentia (πŸ₯‰7 Β· ⭐ 120 Β· πŸ’€) - Masternoded multi-chained set of protocols connecting..
  • SEAL - Sealchain (πŸ₯‰7 Β· ⭐ 92 Β· πŸ’€) - No description.
  • REF - Ref Finance (πŸ₯‰7 Β· ⭐ 92) - RefToken, a decentralised affiliate marketing platform on the..
  • POSI - Position Token (πŸ₯‰7 Β· ⭐ 70) - New Decentralized Trading Protocol, powered by a vAMM and..
  • DUCK - DLP Duck Token (πŸ₯‰7 Β· ⭐ 47) - DuckDAO DeFi Market Maker protocol that will provide an..
  • BIS - Bismuth (πŸ₯‰7 Β· ⭐ 36) - New blockchain protocol and a platform at the same time. It has an..
  • 2KEY - 2key.network (πŸ₯‰7 Β· ⭐ 36 Β· πŸ’€) - REAL technology.
  • SKYWARD - Skyward Finance (πŸ₯‰6 Β· ⭐ 780 Β· πŸ’€) - Fully permissionless open sourced launchpad that..
  • JB (πŸ₯‰6 Β· ⭐ 200 Β· πŸ’€) - No description.
  • CLN - Colu Local Network (πŸ₯‰6 Β· ⭐ 120 Β· πŸ’€) - Colu Local Network enables growing communities from..
  • CNP - Cryptonia Poker (πŸ₯‰6 Β· ⭐ 91 Β· πŸ’€) - Play poker online with cryptocurrency. This..
  • LYRA - Lyra Finance (πŸ₯‰6 Β· ⭐ 84) - Distributed platform aiming to redefine business models and..
  • ATA - Automata (πŸ₯‰6 Β· ⭐ 81) - Decentralized service protocol that provides middleware-like..
  • 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 Β· ⭐ 42 Β· πŸ’€) - 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..
  • LBTC - Lightning Bitcoin (πŸ₯‰5 Β· ⭐ 220 Β· πŸ’€) - Fully decentralized Internet-of-value protocol for..
  • MTGY - Moontography (πŸ₯‰5 Β· ⭐ 160 Β· πŸ’€) - The moontography project aims to provide a suite of..
  • DVP - Decentralized Vulnerability Platform (πŸ₯‰5 Β· ⭐ 93 Β· πŸ’€) - DVP (Decentralized Vulnerability Platform) is an..
  • C20 - CRYPTO20 (πŸ₯‰5 Β· ⭐ 63 Β· πŸ’€) - Autonomous token-as-a-fund allowing you to invest in..
  • ANGLE - ANGLE (πŸ₯‰5 Β· ⭐ 62) - Governance token of the Angle Protocol. The Angle Protocol is a..
  • 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..
  • AGE - Agenor (πŸ₯‰5 Β· ⭐ 39 Β· πŸ’€) - Agenor aims to advance the long-awaited mass adoption of..
  • TON - Tokamak Network (πŸ₯‰5 Β· ⭐ 33 Β· πŸ’€) - Platform that assures decentralized and secure..
  • CTO - Coinversation (πŸ₯‰4 Β· ⭐ 310 Β· πŸ’€) - Lite version of Bitcoin using Lyra2RE as a proof-of-..
  • XQC - Quras Token (πŸ₯‰4 Β· ⭐ 170 Β· πŸ’€) - Genuine secret contract platform that fulfills various..
  • FO - FIBOS (πŸ₯‰4 Β· ⭐ 150 Β· πŸ’€) - Platform for creating and developing blockchain application ecosystems..
  • SONAR - SonarWatch (πŸ₯‰4 Β· ⭐ 74 Β· πŸ’€) - Tracking tool on Solana Blockchain that aim to show on a..
  • MEDIA - Media Network (πŸ₯‰4 Β· ⭐ 73) - New protocol that bypasses traditional CDN providers..
  • CYC - Cyclone Protocol (πŸ₯‰4 Β· ⭐ 56 Β· πŸ’€) - Multi-chain, non-custodial, privacy-preserving protocol...
  • RAID - Raid Token (πŸ₯‰4 Β· ⭐ 43 Β· πŸ’€) - Decentralized collective of mercenaries ready to slay your Web3..
  • LBY - Libonomy (πŸ₯‰4 Β· ⭐ 37 Β· πŸ’€) - Open-source platform to create decentralized solutions. Libonomy..
  • VNT - InventoryClub (πŸ₯‰4 Β· ⭐ 35 Β· πŸ’€) - VNT Chain is supported by the worlds leading blockchain..
  • MAILCHAIN (πŸ₯‰4 Β· ⭐ 34 Β· πŸ’€) - No description.
  • EUL (πŸ₯‰3 Β· ⭐ 83) - No description.
  • HUNT - HUNT (πŸ₯‰3 Β· ⭐ 56) - HUNT is an incentivising community platform on top of Steem Blockchain..
  • BPAY - BNBPay (πŸ₯‰3 Β· ⭐ 42 Β· πŸ’€) - Decentralised scalable crypto payment gateway tailored for..
  • TSHARE - Tomb Shares (πŸ₯‰3 Β· ⭐ 4 Β· πŸ’€) - No description.
  • 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 Β· ⭐ 37 Β· πŸ’€) - Lossless prediction market providing user a safer platform to..
  • BU - BUMO (πŸ₯‰1 Β· ⭐ 2 Β· πŸ’€) - Next-generation commercial-grade public Blockchain for ubiquitous and..
  • MXT - MarteXcoin (πŸ₯‰1) - No description.
  • SWD - SW DAO (πŸ₯‰1) - Global community that will launch and maintain the worlds most sophisticated..
  • 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

best-of-crypto's People

Contributors

lukasmasuch avatar soumendrak avatar github-actions[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.