* Remove ERC20_TOKEN_ADDRESS from env variables
* Do not check erc20 token address for native-to-erc
* Rename ERC20_TOKEN_ADDRESS to bridgeableTokenAddress
* Oracle abi taken from compilation.
Moved project setup from dockerfile to package.json scripts
* Use compile:contracts script instead of repeated command
* Update imports to root contracts instead of copying
* Rule for importing unpublished. Lint fix
* Remove prepare:contracts and import:contracts
* Disabled ModuleScopePlugin in order to be able to import contracts outside src dir
* Fix for rm removing . and .. on linux
* Moved audit to root directory.
* Moved code of conduct, contributing and licence files.
* Removed travis config and badge.
* Updated repository links in CONTRIBUTING.
* Moved Gitter badge to main readme. Updated links to contributing and licence.
* Updated main readme.
* Moved references to main readme.
* Renamed token-bridge to oracle.
* Update README.md
Co-Authored-By: rzadp <rzadp@student.mini.pw.edu.pl>