Intro
Hermes-swap is the Core of Hermes Dex products. This set of contracts are used in several products, such as MasterChefV2, HermesBar, among others. The purpose of this manual is to explain the operation of each part that makes up this set of utilities.
Documentation
Are you part of Hermes heroes and want to contribute with some documentation? Please feel free to contribute. Our documentation is docusaurus based. With this simple commands, you can create and edit our docs!
The first command is to remove the folder that you have cloned before, ensure that you are on the right directory. Replace SETYOURPERSONALGITTOKENHERE for your git personal token
- git clone https://github.com/Hermes-defi/Developer-docs.git
- cd Developer-docs
- npm install
- Write more docs
- npx docusaurus build
- GIT_USER=valleyrider yarn deploy
(paste your gpg personal token and press enter)
Video
We've made a very basic introduction video on how to work with this documentation and contriubte to it. https://www.youtube.com/watch?v=-QD18sLNwGg
Getting Started
Get started by deploy a Hermes contract.
We advise you to read it in the following order for better understanding. However, feel free to read in the order that suits you best.
- Hemes Token
- Hermes Swap
- MasterChefV2
- Dual Farms
- Staking
- SingleStakingPool
- StableHermesStaking
- Hermes Bar
- Distributor
- Liquidity TransferService
- Timelock
- Vesting
App
try Hermes immediately with hermes defi website.
Tools
Node.js version 14 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
- When installing Solidity, you are recommended to check all checkboxes related to dependencies.
- Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.