All Projects → dily3825002 → Awesome Ethereum Cn

dily3825002 / Awesome Ethereum Cn

Web3.js、Solidity、Truffle开发教程及以太坊开发资源汇总

Programming Languages

javascript
184084 projects - #8 most used programming language
solidity
1140 projects

Projects that are alternatives of or similar to Awesome Ethereum Cn

Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+677.78%)
Mutual labels:  blockchain, ethereum, truffle, eth, web3js
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+611.11%)
Mutual labels:  blockchain, ethereum, truffle, web3js
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+21498.15%)
Mutual labels:  blockchain, ethereum, web3js
Cryptolist
Curated collection of blockchain & cryptocurrency resources.
Stars: ✭ 3,501 (+6383.33%)
Mutual labels:  blockchain, ethereum, eth
Love Ethereum
区块链学习
Stars: ✭ 323 (+498.15%)
Mutual labels:  blockchain, ethereum, truffle
Armors Solidity
Armors-solidity is a framework to build secure smart contracts on Ethereum.
Stars: ✭ 184 (+240.74%)
Mutual labels:  blockchain, ethereum, truffle
Ganache
A tool for creating a local blockchain for fast Ethereum development.
Stars: ✭ 1,028 (+1803.7%)
Mutual labels:  blockchain, ethereum, truffle
Blockchain Learning
Learn and promote blockchain together by writing
Stars: ✭ 44 (-18.52%)
Mutual labels:  blockchain, ethereum, truffle
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (+157.41%)
Mutual labels:  blockchain, ethereum, web3js
Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (-3.7%)
Mutual labels:  blockchain, ethereum, truffle
Eattheblocks
Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers
Stars: ✭ 431 (+698.15%)
Mutual labels:  blockchain, ethereum, truffle
Angular Truffle Starter Dapp
Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum blockchains
Stars: ✭ 174 (+222.22%)
Mutual labels:  blockchain, ethereum, truffle
Eth Vue
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
Stars: ✭ 171 (+216.67%)
Mutual labels:  blockchain, ethereum, truffle
0xdeca10b
Sharing Updatable Models (SUM) on Blockchain
Stars: ✭ 285 (+427.78%)
Mutual labels:  blockchain, ethereum, truffle
Sablier
The protocol for real-time finance on the Ethereum blockchain
Stars: ✭ 147 (+172.22%)
Mutual labels:  blockchain, ethereum, truffle
Ethvm
⚡️EthVM: Open Source Processing Engine and Block Explorer for Ethereum ⚡️
Stars: ✭ 319 (+490.74%)
Mutual labels:  blockchain, ethereum, eth
Truffle
A tool for developing smart contracts. Crafted with the finest cacaos.
Stars: ✭ 11,909 (+21953.7%)
Mutual labels:  blockchain, ethereum, truffle
Desktop
The official Musicoin Desktop Wallet Application
Stars: ✭ 112 (+107.41%)
Mutual labels:  blockchain, ethereum, web3js
Typechain
🔌 TypeScript bindings for Ethereum smart contracts
Stars: ✭ 769 (+1324.07%)
Mutual labels:  blockchain, ethereum, truffle
Ethermint Archive
Ethereum on Tendermint using Cosmos-SDK!
Stars: ✭ 667 (+1135.19%)
Mutual labels:  blockchain, ethereum, truffle

forks stars license

以太坊开发资源汇总

Web3.js、Solidity、Truffle教程及 ETH 开发资源汇总💯

Web3.js 入门

ETH 入门需要学习的第一部分,由于 Web3.js、testrpc 更新问题会导致有些示例跑不起来,但是我尽量标注出来需要如何处理。

Solidity 教程

ETH 的智能合约编写语言,类似于 JS、Java

实战案例教程

能够真正跑起来的实战案例

  • 宠物商店实战

Truffle 教程

待续

开发工具

  • 智能合约编辑器 remix 开发智能合约的IDE,基于浏览器。适合新手(版本控制、存储等不便)。(Mix停止更新,browser-solidity也停止更新,都使用Remix了)

  • 测试区块链工具 Ganache Ethereum Wallet:

  • go-ethereu 以太坊Go语言版本的源码(也叫Client,注意区块链网络里没有服务端)。

  • Geth go-ethereum的命令行终端,能调用go-ethereum的API。可以通过多种方式获得,比如用homebrew安装、下载可执行二进制文件、通过go install/make geth go-ethereum源码等方式得到geth。

  • Ethereum Wallet 可视化的Geth(以太坊钱包),可以管理账户、发布合约。

相关资源汇总

其它参考的、收集的资料汇总,希望能够帮助大家

实战案例资源

其它资源收集

学习网站推荐

Tips

都看到这里了不关注公众号么
「这里文章不正经」

有任何建议请联系我 邮箱:[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].