Skip to content

MEV-Protocol/docs

 
 

Repository files navigation

The MEV Protocol

The MEV Protocol (Maximum Extractable Value Technologies Ltd.) is a liquid staking protocol with the goal of ensuring our validator sets are rewarded fairly for their contributions

To run the Nextra server, use:

docker run --rm -v $(pwd):/app -p 3000:3000 -w /app -it node:lts-alpine sh -c 'yarn && yarn next'

Contract Deployments

mevETH - 0x24Ae2dA0f361AA4BE46b48EB19C91e02c5e4f27E WagyuStaker - 0xca3773d1a1bca3eda4ccc99f3939564a79467da5 AuthManager - 0xe60f7016247218D2d4662f6623722221990993de MevEthRateProvider - 0xf518f2EbeA5df8Ca2B5E9C7996a2A25e8010014b MevEthRouter - 0xb60598cd27fb881b92a34aFcE93aA1ee647B4A93 MevETHShareVault - 0x617c8dE5BdE54ffbb8d92716CC947858cA38f582

Contracts

EIP-1191 Checksum for mevETH

0x24aE2dA0F361AA4bE46B48EB19c91e02c5E4F27e

Normal Checksum

0x24Ae2dA0f361AA4BE46b48EB19C91e02c5e4f27E

License

UPL-1.0

To build this docs locally

To run the Nextra server, use:

yarn install (only need once)
yarn next
click the url such as http:https://localhost:3000

Releases

No releases published

Packages

No packages published

Languages

  • MDX 95.0%
  • JavaScript 4.2%
  • CSS 0.8%