-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the token-bridge sub-repo (#19)
* 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 <[email protected]>
- Loading branch information
Showing
112 changed files
with
476 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "token-bridge/submodules/poa-bridge-contracts"] | ||
path = token-bridge/submodules/poa-bridge-contracts | ||
[submodule "oracle/submodules/poa-bridge-contracts"] | ||
path = oracle/submodules/poa-bridge-contracts | ||
url = https://github.com/poanetwork/poa-bridge-contracts.git |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,43 @@ | ||
# tokenbridge | ||
Monorepository for the token bridge | ||
|
||
[](https://circleci.com/gh/poanetwork/tokenbridge) | ||
[](https://gitter.im/poanetwork/poa-bridge?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[](https://www.gnu.org/licenses/lgpl-3.0) | ||
|
||
# Tokenbridge | ||
Monorepository for the token bridge. | ||
|
||
## Structure | ||
|
||
Sub-repositories maintained within this monorepo are listed below. | ||
|
||
| Sub-repository | Description | | ||
| --- | --- | | ||
| [oracle](oracle/README.md) | 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](CONTRIBUTING.md) 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](LICENSE) file for details. | ||
|
||
## References | ||
|
||
* [Additional Documentation](https://forum.poa.network/c/tokenbridge) | ||
* [POA Bridge FAQ](https://poanet.zendesk.com/hc/en-us/categories/360000349273-POA-Bridge) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.