wbobeirne / eth-balance-checker

Solidity contract to batch balance checks in one call
MIT License
253 stars 82 forks source link

Published #14

Closed varanauskas closed 3 years ago

wbobeirne commented 3 years ago

I'm not going to check the built library into source, people can either build it themselves or use the npm module.

wbobeirne commented 3 years ago

We could also add github actions to build it if folks want to download it, but definitely not checking into source.

varanauskas commented 3 years ago

@wbobeirne Oh sorry this is my bad, I was only trying to “publish” it to my master (varanauskas/eth-balance-checker#master instead of yours), to be able to use it locally by requiring “yarn add eth-balance-checker@varanauskas/eth-balance-checker”

Totally did not mean to make a pull request to yours