-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(atomic-swap-erc20): implemented plugin and test
Signed-off-by: jordigiam <[email protected]>
- Loading branch information
Showing
50 changed files
with
83,028 additions
and
16 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
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,42 @@ | ||
# `@hyperledger/cactus-plugin-htlc-eth-besu-erc20` | ||
|
||
Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens | ||
|
||
## Summary | ||
|
||
- [Getting Started](#getting-started) | ||
- [Runing the tests](#running-the-tests) | ||
- [Deployment](#deployment) | ||
- [Built With](#built-with) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
|
||
## Getting Started | ||
|
||
### Installing | ||
|
||
In a Cactus root directory, need execute: | ||
``` | ||
npm run configure | ||
``` | ||
This command compile and build the project. | ||
|
||
## Running the tests | ||
|
||
For test all the plugin we have @hyperledger/cactus-test-plugin-htlc-eth-besu-erc20 | ||
For execute the test plugin, can execute in root directory: | ||
``` | ||
npm run test:plugin-htlc-besu-erc20 | ||
``` | ||
|
||
## Contact | ||
* mailing list: [[email protected]](mailto:[email protected]) | ||
* rocketchat channel: [https://chat.hyperledger.org/channel/cactus](https://chat.hyperledger.org/channel/cactus). | ||
|
||
## Contributing | ||
We welcome contributions to Hyperledger Cactus in many forms, and there’s always plenty to do! | ||
|
||
Please review [contributing](../../CONTRIBUTING.md) guidelines 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.