Skip to content

Latest commit

 

History

History

typescript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

typescript examples

Usage

Make sure you have the following variables set:

export FIBER_TEST_KEY=<your fiber api key>
export ETHEREUM_TEST_PK=<your private key>

To run the TypeScript examples, run the following commands from this directory:

# install dependencies first
yarn

# run the uniswap arb example
yarn uniswap-arb

# run the telegram bot example
yarn telegram-bot