forked from hyperledger-cacti/cacti
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(htlc-eth-besu): implemented plugin + test
Signed-off-by: AzaharaC <[email protected]>
- Loading branch information
Showing
51 changed files
with
44,037 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# @hyperledger/cactus-plugin-htlc-eth-besu | ||
|
||
Allows `Cactus` to interact with HTLC contract | ||
|
||
|
||
## Summary | ||
|
||
- [Getting Started](#getting-started) | ||
- [Prerequisites](#prerequisites) | ||
- [Installing](#installing) | ||
- [Runing the tests](#running-the-tests) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
|
||
## Getting Started | ||
|
||
These instructions will get you a copy of the project up and running on | ||
your local machine for development and testing purposes. | ||
|
||
### Prerequisites | ||
|
||
### Installing | ||
|
||
Steps to compile the project: | ||
|
||
In a `Cactus` root directory execute: | ||
```sh | ||
npm run configure | ||
``` | ||
## Running the tests | ||
|
||
The tests can be found in @hyperledger/cactus-test-htlc-eth-besu. To run this, in the root project execute: | ||
|
||
```sh | ||
npm run test:plugin-htlc-besu | ||
``` | ||
|
||
## Contributing | ||
|
||
We welcome contributions to Hyperledger Cactus in many forms, and there’s always plenty to do! | ||
|
||
Please review [CONTIRBUTING.md](../../CONTRIBUTING.md) to get started. | ||
## License | ||
|
||
This distribution is published under the Apache License Version 2.0 found in the [LICENSE](../../LICENSE) file. |
Oops, something went wrong.