simple-token-sender
v0.1.1
Published
Currently able to send Uniswap tokens (UNI). Configurable with [utils/config](./src/utils/config.ts) (`tokenAddressByChainId`)
Readme
simple-token-sender
Currently able to send Uniswap tokens (UNI). Configurable with utils/config (tokenAddressByChainId)
env vars
to use blocknative's Notify.js api, add api key REACT_APP_BNC_DAPP_ID in .env
Quickstart
clone repo
$ git clone https://github.com/kangarang/simple-token-senderinstall deps
$ cd simple-token-sender
$ yarnrun client
$ yarn start