Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apeunit/awesome-aeternity
A curated list of resources for the Aeternity Blockchain
https://github.com/apeunit/awesome-aeternity
List: awesome-aeternity
Last synced: 3 months ago
JSON representation
A curated list of resources for the Aeternity Blockchain
- Host: GitHub
- URL: https://github.com/apeunit/awesome-aeternity
- Owner: apeunit
- License: isc
- Created: 2019-11-22T11:01:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T13:18:22.000Z (almost 5 years ago)
- Last Synced: 2024-05-21T04:01:36.986Z (6 months ago)
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-aeternity - A curated list of resources for the Aeternity Blockchain . (Other Lists / PowerShell Lists)
README
Awesome Aeternity
===========[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/u2467/awesome-aeternity)
A curated list of awesome [aeternity](https://aeternity.com) resources
## Community
- [Forum](https://forum.aeternity.com) - Official platform for announcements and discussions
- [AEXpansions](https://github.com/aeternity/AEXs) - Proposals for off-protocol standards## News and updates
- [Blog](https://blog.aeternity.com/) - The Aeternity blog
- [twitter/aeternity](https://twitter.com/aeternity) - Official twitter account
- [twitter/aeternityTECH](https://twitter.com/aeternityTECH) - Tech updates## Node and middleware
- [Node](https://github.com/aeternity/aeternity) - The official aeternity node written in erlang
- [Protocol specification](https://github.com/aeternity/protocol) - Documentation about the the aeternty protocol
- [Aeternal](https://github.com/aeternity/aeternal) - Node middleware## Smart contracts
- [Sophia](https://github.com/aeternity/protocol/blob/master/contracts/sophia.md) - The Aeternity smart contract language## Wallets
- [Airgap](https://airgap.it) - Offline secure wallet
- [Base App](https://base.aepp.com) - Webapp wallet and dAepp directory
- [Waellet](https://waellet.com) - Metamask for Aeternity## Web tools
- [Frontend](https://mainnet.aeternal.io) - Frontend / explorer (Mainnet)
- [Frontend](https://testnet.aeternal.io) - Frontend / explorer (Testnet)
- [AEknow](https://aeknow.org/) - Blockchain explorer (Mainnet)## SDKs
- [Javascript](https://github.com/aeternity/aepp-sdk-js) (Official)
- [Python](https://github.com/aeternity/aepp-sdk-python) (Official)
- [Go](https://github.com/aeternity/aepp-sdk-go) (Official)
- [Elixir](https://github.com/aeternity/aepp-sdk-elixir) (Official)
- [Java](https://github.com/kryptokrauts/aepp-sdk-java) (Community)## Developer Tools
- [AEproject](https://github.com/aeternity/aepp-aeproject-js) - Truffle for Aeternity
- [Contracts editor](http://fireeditor.nikitafuchs.de) (Fire editor) - Online contract editor
- [Testnet faucet](https://testnet.faucet.aepps.com) - Top-up your account on the Testnet network## Official hosted services
- [mainnet.aeternity.io](https://mainnet.aeternity.io/v2/status) - Mainnet API Gateway (node only)
- [mainnet.aeternal.io](https://mainnet.aeternal.io) - Mainnet gateway (with middleware)
- [testnet.aeternity.io](https://testnet.aeternity.io/v2/status) - Testnet API Gateway (node only)
- [testnet.aeternal.io](https://testnet.aeternal.io) - Testnet gateway (with middleware)
- [compiler.aepps.com](https://compiler.aepps.com) - Hosted Sophia compiler## Tutorials and Examples
There is an extensive list of [tutorials](https://github.com/aeternity/tutorials) to get started, the following are instead sample applications
- [Smart oracles in Elixir](https://github.com/DanielaIvanova/smart_oracle) - Oracles with Elixir
- [Contracts in Java](https://github.com/kryptokrauts/contraect-showcase-maven) - Interact with contracts with Java
- [4evaAens](https://github.com/u2467/4evaAens) - Auto bidding for aens (Javascript)
- [4evaAens](https://github.com/DanielaIvanova/forever_aens) - Auto bidding for aens (Elixir)