Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Go Ethereum | 42,423 | 431 | 1,920 | 21 hours ago | 655 | September 15, 2022 | 316 | lgpl-3.0 | Go | |
Official Go implementation of the Ethereum protocol | ||||||||||
Solidity | 20,251 | a day ago | 429 | gpl-3.0 | C++ | |||||
Solidity, the Smart Contract Programming Language | ||||||||||
Ethereumbook | 17,803 | a month ago | 95 | other | JavaScript | |||||
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood | ||||||||||
Truffle | 13,928 | 2,442 | 1,321 | 2 days ago | 466 | September 22, 2022 | 529 | mit | TypeScript | |
A tool for developing smart contracts. Crafted with the finest cacaos. | ||||||||||
Full Blockchain Solidity Course Py | 9,725 | 2 months ago | 212 | mit | ||||||
Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition | ||||||||||
Full Blockchain Solidity Course Js | 8,660 | 23 days ago | 45 | |||||||
Learn Blockchain, Solidity, and Full Stack Web3 Development with Javascript | ||||||||||
Defi Developer Road Map | 8,598 | 7 days ago | 1 | other | JavaScript | |||||
DeFi Developer roadmap is a curated Developer handbook which includes a list of the best tools for DApps development, resources and references! | ||||||||||
Wtf Solidity | 7,318 | 2 days ago | 7 | other | Solidity | |||||
我最近在重新学solidity,巩固一下细节,也写一个“WTF Solidity极简入门”,供小白们使用,每周更新1-3讲。官网: https://wtf.academy | ||||||||||
Mist | 7,271 | 3 years ago | 16 | January 25, 2018 | 788 | gpl-3.0 | JavaScript | |||
[DEPRECATED] Mist. Browse and use Ðapps on the Ethereum network. | ||||||||||
Parity Ethereum | 6,738 | 25 | 15 | 3 years ago | 14 | July 24, 2020 | n,ull | other | Rust | |
The fast, light, and robust client for Ethereum-like networks. |
A graphical Explorer for the Ethereum Blockchain.
Note: This project is a very simple visualization of the Ethereum Blockchain. It does not include things like uncles and internal contract message calls. Also there is absolutely no guarantee that the data shown here is correct!
The project includes a tiny node.js express server which loads and caches the last x blocks. To avoid calling the etherscan.io API to often the server stops pulling blocks when there are no new incoming client requests.
Build with React - bootstrapped with Create React App. Styles with scss. Menu UI components created with https://getmdl.io.
with local server:
npm i
API_KEY=XYZ node server/server.js
npm start
Ideas, PRs & Feedback welcome!
Thanks to etherscan.io for their free API usage and to zeit for their awesome now
deployments!