Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gun | 17,001 | 246 | 123 | 8 days ago | 235 | August 09, 2022 | 286 | other | JavaScript | |
An open source cybersecurity protocol for syncing decentralized graph data. | ||||||||||
Full Blockchain Solidity Course Py | 9,681 | 6 days ago | 212 | mit | ||||||
Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition | ||||||||||
Wtf Solidity | 6,486 | 19 hours ago | 12 | other | Solidity | |||||
我最近在重新学solidity,巩固一下细节,也写一个“WTF Solidity极简入门”,供小白们使用,每周更新1-3讲。官网: https://wtf.academy | ||||||||||
Awesome Solidity | 5,770 | 3 days ago | 6 | |||||||
⟠ A curated list of awesome Solidity resources, libraries, tools and more | ||||||||||
Web3 React | 4,827 | 170 | 4 days ago | 71 | July 13, 2022 | 121 | gpl-3.0 | TypeScript | ||
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps | ||||||||||
Wagmi | 4,149 | 74 | 2 days ago | 136 | September 22, 2022 | 15 | mit | TypeScript | ||
React Hooks for Ethereum | ||||||||||
Free Web3 Resources | 3,232 | 4 days ago | 10 | mit | CSS | |||||
A list of FREE resources to make Web3 accessible to everyone. | ||||||||||
Extension | 2,756 | 4 days ago | 310 | gpl-3.0 | TypeScript | |||||
Taho, the community owned and operated Web3 wallet. | ||||||||||
Rainbowkit | 1,655 | 1 | 3 days ago | 22 | July 08, 2022 | 39 | mit | TypeScript | ||
The best way to connect a wallet 🌈 🧰 | ||||||||||
Trust Wallet Ios | 1,438 | 4 years ago | 66 | gpl-3.0 | Swift | |||||
:iphone: Trust - Ethereum Wallet and Web3 DApp Browser for iOS |
Technology stack as a library for developing semi-decentralized web applications
Checkout Peerchat demo
Explorer | Docs | CI |
---|---|---|
See Tutorial to get started using DStack in your dapp
Version 0.2.x will be deprecated soon, majority of the development is moved to next
branch.
This version will not receive any major upgrades or improvements, only minor security fixes and dependency upgrades.
DStack was created to bring together some of the popular libraries/technologies for the decentralized web (like IPFS) into a single ecosystem to provide an easy way for developing decentralized web applications where your infrastructure is a single source of truth.
For example, you can use PubSub API to create real-time events client-side
or Shard API to share temporary/preview files or structured data between clients without the need to upload to your servers
For example, you can create a collaborative real-time WYSIWYG editor with file preview support where all events and file previews are handled without your server infrastructure.
DStack simplifies IPFS JavaScript API for application development usage
DStack provides:
Badge:
[](https://dstack.dev)
DStack workspace is managed by nx.dev
libp2p-webrtc-star
fork for relayBuild packages:
yarn build
Lint packages:
yarn lint
Start packages:
yarn serve
Bump packages version:
yarn release
All packages are licensed under GPL-3.0, except transport is licensed under MIT.
See LICENSE