fix spacing

This commit is contained in:
boneyard93501 2022-02-03 16:17:15 -06:00
parent fd04a05243
commit 849becda96

View File

@ -7,12 +7,16 @@ Community members have been coding incredible peer-ro-pper applications and solu
## Adaptors And Integrations
* [Aqua-Eth](https://github.com/ben-razor/aqua-eth) is a Fluence and Aqua wrapper around [ethers.js](https://docs.ethers.io), a web3 sdk, and [MetaMask](https://metamask.io/), a crypto wallet, for use with Aqua. Checkout the [demo](https://eth-remote.web.app/) and [video](https://www.youtube.com/watch?v=PjqgG5DueWY).
* Uses Fluence JS
* [Web3](https://github.com/ntrotner/web3-exposed-to-fluence) is a Fluence and Aqua wrapper around [web3js](https://github.com/ChainSafe/web3.js), the "original" Ethereum SDK, for use with Aqua. See[documentation](https://github.com/ntrotner/web3-exposed-to-fluence/tree/main/src/aqua/doc) for detailed documentation and [tests](https://github.com/ntrotner/web3-exposed-to-fluence/tree/main/tests) for examples.
* Uses Fluence JS
* [Ethereum and Elasticsearch](https://github.com/Joera/gitcoin11-fluence) is a project aiming to use Wasm for a variety of uses in Web3 ecosystem using Fluence and Aqua possibly in response to DAO directives. THe project is WIP but chockfull of great examples on how to use Fluence and Aqua in a larger Web3 project.
* Uses Marine Wasm
* [Fluence Tronweb](https://github.com/visdauas/fluence-tronweb) is a wrapper around [TronWeb](https://github.com/tronprotocol/tronweb) -- a Javascript library for the [Tron network](https://tron.network/). Not only a great way to use Aqua to interact with all things Tron but laos a great starting point to build your own SDK wrapper.
* Uses Fluence JS
## NFTs With Fluence And Aqua
@ -32,4 +36,5 @@ Community members have been coding incredible peer-ro-pper applications and solu
## Fluence And Aqua Tooling
* The [Aqua Playground](https://github.com/ben-razor/aqua-explore) provides a browser-based IDE and runtime framework for Aqua scripts and Fluence JS. See the [demo app](https://aqua-explore.web.app/).
* The [Aqua Playground](https://github.com/ben-razor/aqua-explore) provides a browser-based IDE and runtime framework for Aqua scripts and Fluence JS. See the [demo app](https://aqua-explore.web.app/).
* Uses Fluence JS