Skip to content

Commit

Permalink
docs: Fix ReadMe Table of Contents links
Browse files Browse the repository at this point in the history
  • Loading branch information
sayandcode committed Apr 13, 2024
1 parent 10fbd3e commit f6551a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Finthetix is a Staking Dapp heavily inspired by [Synthetix Stakng Rewards Contract](https://github.com/Synthetixio/synthetix/blob/develop/contracts/StakingRewards.sol). It uses Solidity (Foundry) for the Smart Contracts, and Remix-React and EthersJs for the web application. The web app is deployed on AWS Lambda and S3 (static assets), with AWS Cloudfront as the CDN. For more details, check out the [System Diagram](#system-diagram) below.

## Table of Contents
- [Motivation](#)
- [Motivation](#motivation)
- [System Diagram](#system-diagram)
- [Staking Contract](#staking-contract)
- [Whitepaper](#cool-stuff-now-tell-me-how-whitepaper)
Expand All @@ -13,7 +13,7 @@ Finthetix is a Staking Dapp heavily inspired by [Synthetix Stakng Rewards Contra
- [Web App](#web-app)
- [Framework Layer](#framework-layer)
- [Infrastructure Layer](#infrastructure-layer)
- [Global State Management Layer]()
- [Global State Management Layer](#global-state-management-layer)
- [API Layer](#api-layer)
- [API Cache Layer](#api-cache-layer)
- [Type Layer](#type-layer)
Expand Down

0 comments on commit f6551a8

Please sign in to comment.