This commit is contained in:
yjjnls 2018-12-11 23:22:00 +08:00
parent 3e53d95329
commit 189420aadb
2 changed files with 69 additions and 2 deletions

57
Extension/eos.md Normal file
View File

@ -0,0 +1,57 @@
# EOS
## Tools
- [eos-wallet-app](https://github.com/EOSIO/eos-wallet-app) - Web wallet for EOS
- [eos-docker](https://github.com/Someguy123/eos-docker) - someguy123's EOS in a Box
- [genesis](https://github.com/EOSIO/genesis) - Create an EOS Blockchain Genesis
- [Cleos Auto Completion](https://github.com/hexlant/cleos-auto-completion) - Command auto completion features for EOS Cleos.
- [teos](https://github.com/tokenika/teos) - Alternative CLI to EOS, C++ API library
- [eos-voter](https://github.com/greymass/eos-voter) - Desktop Light Wallet + Voting Application
- [windshield](https://github.com/cypherglassdotcom/windshield) - EOS Nodes Dashboard: watch personal or public nodes and receive alerts if any node fails, chain fork etc.
- [EOSDevHelper](https://github.com/OracleChain/EOSDevHelper) - Cross-platform PC wallet.
- [EOSBenchTool](https://github.com/OracleChain/EOSBenchTool) - EOS pressure testing tool.
- [PocketEOS-IOS](https://github.com/OracleChain/PocketEOS-IOS) - Open source wallet for IOS.
- [PocketEOS-Android](https://github.com/OracleChain/PocketEOS-Android) - Open source wallet for Android.
- [EOS REACH Android](https://github.com/memtrip/eosreach) - Open source wallet for Android.
## Language Support
### Go
- [eosapi](https://github.com/abourget/eosapi) - EOS' JSON API Wrapper for Golang
### JavaScript
- [eosjs](https://github.com/EOSIO/eosjs) - General purpose library for the EOS blockchain.
- [eosjs-api](https://github.com/EOSIO/eosjs) - EOS api wrapper for JS
- [eosjs-ecc](https://github.com/EOSIO/eosjs-ecc) - Elliptic curve cryptography functions
- [eosjs-fcbuffer](https://github.com/EOSIO/eosjs-ecc) - Serialization library for native data structures
- [eosjs-json](https://github.com/EOSIO/eosjs-json) - JSON schemas for EOS interfaces
- [eosjs-react-native](https://github.com/EvaCoop/eosjs-react-native) - React Native configuration of eosjs
- [eosjs-rn](https://github.com/Game-X-Coin/eosjs-rn) - eosjs for react native
- [eosjs-ecc-rn](https://github.com/Game-X-Coin/eosjs-ecc-rn) - eosjs-ecc for react native
- [demux-js](https://github.com/EOSIO/demux-js) - Deterministic event-sourced state and side effect handling for blockchain applications
### Java / Kotlin
- [eos-jvm](https://github.com/memtrip/eos-jvm) - General purpose library for the EOS blockchain.
### Python
- [eosjs_python](https://github.com/EvaCoop/eosjs_python) - Python wrapper on eosjs
- [eosapi](https://github.com/Netherdrake/py-eos-api) - EOS api wrapper for Python 3.6+
- [pyeos_client](https://github.com/EvaCoop/pyeos_client) - EOS RPC wrapper for Python
- [django scatter auth](https://github.com/Bearle/django-scatter-auth) - Django Authentication using Scatter
### Scala
- [eos-scala-rpc-api](https://github.com/nsjames/EOS-Scala-RPC-API) - EOS api wrapper for Scala
### Elixir
- [eosrpc-elixir-wrapper](https://github.com/BeSpiral/eosrpc-elixir-wrapper) - EOS RPC Api Wrapper for elixir
### Swift
- [SwiftyEOS](https://github.com/ProChain/SwiftyEOS) - EOS account management and RPC wrapper in Swift.
### Smart Contracts Examples
- [MonsterEOS](https://github.com/leordev/monstereos) - Tamagotchi game, integrates `eosio.token` with account balances, randomization etc.
- [DecenTwitter](https://github.com/kesar/decentwitter) - Decent(ralized) Twitter - ZERO!!! Ram Cost
- [Everipedia](https://github.com/EveripediaNetwork/Everipedia) - IPFS integration, tokenization and governance

View File

@ -235,7 +235,6 @@ These apps run on a custom built **blockchain, an enormously powerful shared glo
[<img src="https://avatars0.githubusercontent.com/u/20126597?s=200&v=4" align="right" width="80">](https://github.com/iotaledger) [<img src="https://avatars0.githubusercontent.com/u/20126597?s=200&v=4" align="right" width="80">](https://github.com/iotaledger)
### IOTA ### IOTA
**Q: What is IOTA?**
**IOTA** is a revolutionary new transactional settlement and data integrity layer for the Internet of Things. Its based on a new distributed ledger architecture, the **Tangle**, which overcomes the inefficiencies of current **Blockchain** designs and introduces a new way of reaching consensus in a **decentralized peer-to-peer system**. For the first time ever, through IOTA people can transfer money without any fees. This means that even infinitesimally small nanopayments can be made through IOTA. **IOTA** is a revolutionary new transactional settlement and data integrity layer for the Internet of Things. Its based on a new distributed ledger architecture, the **Tangle**, which overcomes the inefficiencies of current **Blockchain** designs and introduces a new way of reaching consensus in a **decentralized peer-to-peer system**. For the first time ever, through IOTA people can transfer money without any fees. This means that even infinitesimally small nanopayments can be made through IOTA.
@ -256,9 +255,20 @@ These apps run on a custom built **blockchain, an enormously powerful shared glo
+ [**More resouces**](./Extension/iota.md) + [**More resouces**](./Extension/iota.md)
[<img src="https://static.eos.io/images/Landing/SectionTokenSale/eos_spinning_logo.gif" align="right" width="80">](https://github.com/EOSIO/eos)
### EOS ### EOS
<!-- [<img src="https://avatars2.githubusercontent.com/u/10536621?s=200&v=4" align="right" width="40">](https://github.com/ipfs/ipfs) --> **EOSIO** is software that introduces a blockchain architecture designed to enable vertical and horizontal scaling of decentralized applications (the “EOSIO Software”). This is achieved through an operating system-like construct upon which applications can be built. The software provides accounts, authentication, databases, asynchronous communication and the scheduling of applications across multiple CPU cores and/or clusters. The resulting technology is a blockchain architecture that has the potential to scale to millions of transactions per second, eliminates user fees and allows for quick and easy deployment of decentralized applications. For more information, please read the [EOS.IO Technical White Paper](https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md).
- [EOS Wiki](https://github.com/EOSIO/eos/wiki) - High Level EOS Software Overview
- [Technical White Paper](https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md) - EOS.IO Technical White Paper v2
- [EOS: An Introduction - Black Edition](http://iang.org/papers/EOS_An_Introduction-BLACK-EDITION.pdf) - Ian Grigg's Whitepaper
- [EOSIO Developer Portal](https://developers.eos.io/) - Official EOSIO developer portal, with docs, APIs etc.
+ [**How to get started**](https://developers.eos.io/eosio-home)
+ [**Roadmap**](https://github.com/EOSIO/Documentation/blob/master/Roadmap.md)
+ [**Tools**](./Extension/eos.md)
### IFPS ### IFPS