Skip to main content

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

  1. git clone https://github.com/Hermes-defi/Developer-docs.git
  2. cd Developer-docs
  3. npm install
  4. Write more docs
  5. npx docusaurus build
  6. 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.

  1. Hemes Token
  2. Hermes Swap
  3. MasterChefV2
  4. Dual Farms
  5. Staking
  6. SingleStakingPool
  7. StableHermesStaking
  8. Hermes Bar
  9. Distributor
  10. Liquidity TransferService
  11. Timelock
  12. 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.
  • Solidity:

    • When installing Solidity, you are recommended to check all checkboxes related to dependencies.
  • Hardhat:

    • Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.