d656025378
* 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>
1.4 KiB
1.4 KiB
Tokenbridge
Monorepository for the token bridge.
Structure
Sub-repositories maintained within this monorepo are listed below.
Sub-repository | Description |
---|---|
oracle | Oracle responsible for listening to bridge related events and authorizing asset transfers |
Building, running, linting & tests
To install dependencies:
yarn install
Running linter for all projects:
yarn lint
Running run tests for all projects:
yarn test
For details on building, running and developing please refer to respective READMEs in sub-repositories.
Contributing
See the CONTRIBUTING document for contribution, testing and pull request protocol.
License
This project is licensed under the GNU Lesser General Public License v3.0. See the LICENSE file for details.