Mono repository of Token Bridge (Oracle, Deployment, Monitor). TokenBridge is an interoperability solution between EVM-based networks for assets/data cross chain transfers
9746430fb0
* Introduced bridge-ui from branch 2.1.0-rc1 * Added submodule to root directory. * Check out bridge-ui poa-bridge-contracts to tag 2.3.0-rc0 * Added bridge-ui workspace. * Removed duplicate CoC, Contributing, Licence, updated links in readme. * Pulling submodules. * Use specified submodule commit instead of pulling latest. |
||
---|---|---|
.circleci | ||
audit/peppersec | ||
bridge-monitor | ||
bridge-ui | ||
deployment-bridge | ||
oracle | ||
.gitignore | ||
.gitmodules | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
package.json | ||
README.md | ||
yarn.lock |
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.