Skip to content

Commit feb6e0e

Browse files
committed
update structure
update structure
1 parent 7481b88 commit feb6e0e

31 files changed

+84
-42
lines changed

SUMMARY.md

+56-42
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,58 @@
11
# Table of contents
22

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)

blockchain/consensus.md

Whitespace-only changes.

blockchain/transaction.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
transaction

blockchain/wallet-address.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wallet address

case-study/case1.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
case1

dapp/transaction-interaction.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
transaction interaction

dapp/wallet-connect.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wallet connect

ecosystem/DAO.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DAO

ecosystem/NFT.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NFT

ecosystem/deFi.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
deFi

ecosystem/gameFi.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gameFi

ecosystem/socialFi.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
socialFi

ecosystem/web3.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web3

ethereum/concepts/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
concepts

ethereum/concepts/event.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
event

ethereum/concepts/gas.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gas

ethereum/concepts/transaction.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
transaction

ethereum/tools/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tools

ethereum/tools/alchemy.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
alchemy

ethereum/tools/etherScan.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
etherscan

ethereum/tools/ethers.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ethers.js

ethereum/tools/hardHat.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hardhat

ethereum/tools/the-graph.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The graph

middle-layer/bot.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bot

middle-layer/evenet-listener.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
event listener
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
private key management

middle-layer/testing.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
testing

protocols/uniswap.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uniswap

smart-contract/EVM.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
EVM

smart-contract/solidity.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Solidity

smart-contract/testing-and-deployment.md

Whitespace-only changes.

0 commit comments

Comments
 (0)