|
1 | 1 | # Table of contents
|
2 | 2 |
|
3 |
| -* [🙌 Welcome](README.md) |
4 |
| - |
5 |
| -## 📖 Aura |
6 |
| - |
7 |
| -* [What is Aura?](aura/what-is-aura/README.md) |
8 |
| - * [For Liquidity providers](aura/what-is-aura/for-liquidity-providers.md) |
9 |
| - * [For $BAL stakers](aura/what-is-aura/for-usdbal-stakers.md) |
10 |
| - * [For $AURA lockers](aura/what-is-aura/for-usdaura-lockers.md) |
11 |
| - * [Fees](aura/what-is-aura/fees.md) |
12 |
| -* [Governance](aura/governance/README.md) |
13 |
| - * [Multisig composition](aura/governance/multisig-composition.md) |
14 |
| - * [Multisig Rights](aura/governance/multisig-rights.md) |
15 |
| - * [Gauge voting](aura/governance/gauge-voting.md) |
16 |
| -* [Security](aura/security/README.md) |
17 |
| - * [Risks](aura/security/risks.md) |
18 |
| -* [$AURA](aura/usdaura/README.md) |
19 |
| - * [Distribution](aura/usdaura/distribution/README.md) |
20 |
| - * [Allocation scaling process](aura/usdaura/distribution/allocation-scaling-process.md) |
21 |
| - * [Vote Locking](aura/usdaura/vote-locking.md) |
22 |
| - |
23 |
| -## 🛠 DEVELOPERS |
24 |
| - |
25 |
| -* [Deployed addresses](developers/deployed-addresses.md) |
26 |
| -* [Solidity API](developers/solidity-api.md) |
27 |
| -* [Building on Aura](developers/building-on-aura.md) |
28 |
| -* [Brand Guidelines](developers/logo.md) |
29 |
| -* [How To \_\_\_](developers/how-to-\_\_\_/README.md) |
30 |
| - * [See reward tokens / yield on Aura Pools](developers/how-to-\_\_\_/see-reward-tokens-yield-on-aura-pools.md) |
31 |
| - * [Calculate APRs from Aura pool yield](developers/how-to-\_\_\_/calculate-aprs-from-aura-pool-yield.md) |
32 |
| - * [Calculate pool boost](developers/how-to-\_\_\_/calculate-pool-boost.md) |
33 |
| - * [Aura Subgraphs](developers/how-to-\_\_\_/aura-subgraphs.md) |
34 |
| - * [Calculate projected APRs](developers/how-to-\_\_\_/calculate-projected-aprs.md) |
35 |
| - * [Get Balancer LP price](developers/how-to-\_\_\_/get-balancer-lp-price.md) |
36 |
| - |
37 |
| -## 🔗 Links |
38 |
| - |
39 |
| -* [Twitter](https://twitter.com/aurafinance) |
40 |
| -* [Discord](https://discord.gg/aurafinance) |
41 |
| -* [Forum](https://forum.aura.finance) |
42 |
| -* [Github](https://github.com/aurafinance) |
43 |
| -* [Aura Finance](https://aura.finance) |
44 |
| -* [Terms and Conditions](links/terms-and-conditions.md) |
| 3 | +- [🙌 Welcome](README.md) |
| 4 | + |
| 5 | +## 🔗 Blockchain |
| 6 | + |
| 7 | +- [Wallet Address](blockchain/wallet-address.md) |
| 8 | +- [Transaction](blockchain/transaction.md) |
| 9 | +- [Consensus](blockchain/consensus.md) |
| 10 | + |
| 11 | +## 🌎 Ecosystem |
| 12 | + |
| 13 | +- [Web3](ecosystem/web3.md) |
| 14 | +- [DeFi](ecosystem/deFi.md) |
| 15 | +- [NFT](ecosystem/NFT.md) |
| 16 | +- [GameFi](ecosystem/gameFi.md) |
| 17 | +- [SocialFi](ecosystem/socialFi.md) |
| 18 | +- [DAO](ecosystem/DAO.md) |
| 19 | + |
| 20 | +## 📡 Ethereum |
| 21 | + |
| 22 | +- [Concepts](ethereum/concepts/README.md) |
| 23 | + - [Transaction](ethereum/concepts/transaction.md) |
| 24 | + - [Event](ethereum/concepts/event.md) |
| 25 | + - [Gas](ethereum/concepts/gas.md) |
| 26 | +- [Tools](ethereum/tools/README.md) |
| 27 | + |
| 28 | + - [The Graph](ethereum/tools/the-graph.md) |
| 29 | + - [Ethers.js](ethereum/tools/ethers.md) |
| 30 | + - [EtherScan](ethereum/tools/etherScan.md) |
| 31 | + - [HardHat](ethereum/tools/hardHat.md) |
| 32 | + - [Alchemy](ethereum/tools/alchemy.md) |
| 33 | + |
| 34 | +## 🔍 Protocols |
| 35 | + |
| 36 | +- [Uniswap](protocols/uniswap.md) |
| 37 | + |
| 38 | +## 🔥 Smart Contract |
| 39 | + |
| 40 | +- [Solidity](smart-contract/solidity.md) |
| 41 | +- [Testing/Deployment](smart-contract/testing-and-deployment.md) |
| 42 | +- [EVM](smart-contract/EVM.md) |
| 43 | + |
| 44 | +## 🚡 Middle Layer |
| 45 | + |
| 46 | +- [Private Key Management](middle-layer/private-key-management.md) |
| 47 | +- [Event Listener](middle-layer/event-listener.md) |
| 48 | +- [Bot](middle-layer/bot.md) |
| 49 | +- [Testing](middle-layer/testing.md) |
| 50 | + |
| 51 | +## 💻 DApp |
| 52 | + |
| 53 | +- [Wallet Connect](dapp/wallet-connect.md) |
| 54 | +- [Transaction Interaction](dapp/transaction-interaction.md) |
| 55 | + |
| 56 | +## 👓 Case Study |
| 57 | + |
| 58 | +- [Case 1](case-study/case1.md) |
0 commit comments