simple-token-sender
v0.1.1
Published
Currently able to send Uniswap tokens (UNI). Configurable with [utils/config](./src/utils/config.ts) (`tokenAddressByChainId`)
Downloads
3
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-sender
install deps
$ cd simple-token-sender
$ yarn
run client
$ yarn start