0.1.1 • Published 2 months ago

simple-token-sender v0.1.1

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

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