From aa8d409fe765102a0a32fafc2a93f52dc0993c86 Mon Sep 17 00:00:00 2001 From: Luis Lucena Date: Fri, 22 Dec 2023 22:03:01 +0100 Subject: [PATCH] :zap: Misc: improve docs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cefc488..5edde00 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,6 @@ This repository contains the core smart contracts for the Swaplace Protocol; The lightest Swap protocol in the market. -## Incentives - -This repository is subjected to incentives for the community to contribute to the project. The incentive distribution and amount are being discussed but the eligibility has already started. - ### TL;DR - Contracts cannot be upgraded. @@ -17,6 +13,10 @@ This repository is subjected to incentives for the community to contribute to th - There are no external contract dependencies. - The protocol operates using available allowances. +## Incentives + +This repository is subjected to incentives for the community to contribute to the project. The incentive distribution and amount are being discussed but the eligibility has already started. + ## Setup You should install the dependencies using Yarn to deploy this code to a local testnet. The project uses Hardhat as a development environment. Which relies on Node.js (Recommended v18.16.0).