-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: added acceptance test to validate the e2e flow of the ERC Regis…
…try project (#1073) * chore: moved unit tests into /unit folder Signed-off-by: Logan Nguyen <[email protected]> * fix: replace localnet with local-node Signed-off-by: Logan Nguyen <[email protected]> * dep: installed hashgraph sdk Signed-off-by: Logan Nguyen <[email protected]> * fix: refactor main runner off of index.ts Signed-off-by: Logan Nguyen <[email protected]> * fix: added example contract artifacts Signed-off-by: Logan Nguyen <[email protected]> * feat: added utilities helper functions Signed-off-by: Logan Nguyen <[email protected]> * test: added acceptance test to validate the e2e flow of the ERC Registry project Signed-off-by: Logan Nguyen <[email protected]> * chore: added test:unit and test:acceptance commands Signed-off-by: Logan Nguyen <[email protected]> * doc: added SDK_OPERATOR_ID and SDK_OPERATOR_KEY to readme.md Signed-off-by: Logan Nguyen <[email protected]> --------- Signed-off-by: Logan Nguyen <[email protected]>
- Loading branch information
1 parent
b29a7dc
commit ddd373d
Showing
23 changed files
with
2,713 additions
and
90 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
HEDERA_NETWORK= | ||
MIRROR_NODE_URL= | ||
STARTING_POINT= | ||
MIRROR_NODE_URL_WEB3= # only necessary for local-node | ||
SDK_OPERATOR_ID= # only necessary for acceptance test | ||
SDK_OPERATOR_KEY= # only necessary for acceptance test |
Oops, something went wrong.