Mono repository of Token Bridge (Oracle, Deployment, Monitor). TokenBridge is an interoperability solution between EVM-based networks for assets/data cross chain transfers
Go to file
2019-05-08 15:12:02 +02:00
.circleci Updated workflow name. 2019-05-06 15:25:28 +02:00
audit/peppersec Update the token-bridge sub-repo (#19) 2019-05-07 16:52:44 +02:00
bridge-monitor Added bridge-monitor from tag 2.2.0 2019-05-08 15:12:02 +02:00
deployment-bridge Add deployment bridge sub-repository (#25) 2019-05-08 13:51:56 +02:00
oracle Update the token-bridge sub-repo (#19) 2019-05-07 16:52:44 +02:00
.gitignore Moved gitignore to main folder. 2019-05-06 15:15:42 +02:00
.gitmodules Update the token-bridge sub-repo (#19) 2019-05-07 16:52:44 +02:00
CODE_OF_CONDUCT.md Update the token-bridge sub-repo (#19) 2019-05-07 16:52:44 +02:00
CONTRIBUTING.md Update the token-bridge sub-repo (#19) 2019-05-07 16:52:44 +02:00
LICENSE Update the token-bridge sub-repo (#19) 2019-05-07 16:52:44 +02:00
package.json Update the token-bridge sub-repo (#19) 2019-05-07 16:52:44 +02:00
README.md Update the token-bridge sub-repo (#19) 2019-05-07 16:52:44 +02:00
yarn.lock Added wsrun. 2019-05-06 15:53:12 +02:00

CircleCI Gitter License: LGPL v3.0

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.

References