Hacker News new | ask | show | jobs
by cinquemb 1777 days ago
> When Uniswap removed a bunch of coins from their front end

I invite everyone to clone/fork (i've removed the google analytics stuff and emptied the black lists and made uniswap-info use the hashrouter):

https://github.com/cinquemb/uniswap-info/ (deployed at https://cinquemb.github.io/uniswap-info)

and

https://github.com/cinquemb/uniswap-interface (deployed at https://cinquemb.github.io/uniswap-interface)

To deploy yourselves you can (on gh, you can also run it locally):

yarn install

yarn build

mkdir dist

cd dist/

cp -R ../build/* .

git add -A

git commit -m "GH pages"

git push -f git@github.com:[your account]/uniswap-info.git master:gh-pages