Flashbots Matchmaker
🚧 NOTICE🚧 This library has been moved to @flashbots/mev-share-client-ts.
quickstart
Install from npm:
yarn add @flashbots/mev-share-client
# or
npm i @flashbots/mev-share-client
Alternatively, clone the library & build from source:
git clone https://github.com/flashbots/mev-share-client-ts
cd mev-share-client-ts
yarn install && yarn build
# in your project, assuming it has the same parent directory as matchmaker-ts
yarn add ../mev-share-client-ts
Please see the new git repository or the latest npm release for more instructions.