-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from hfuss/contract-gateway-support
Support Using Either /abis or /gateways
- Loading branch information
Showing
6 changed files
with
18 additions
and
17 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,7 +1,7 @@ | ||
PORT=3000 | ||
ETHCONNECT_URL=http://127.0.0.1:5102 | ||
ETHCONNECT_INSTANCE=/contracts/<Address of ERC20 Factory> | ||
ETHCONNECT_INSTANCE=/contracts/<Address of ERC20 Factory> # if ethconnect has remote registry use /instances/<Address of ERC20 Factory> | ||
ETHCONNECT_TOPIC=token | ||
ETHCONNECT_PREFIX=fly | ||
AUTO_INIT=true | ||
CONTRACT_ABI_ID=<ABI ID of ERC20 contract instance> | ||
ETHCONNECT_CONTRACT_URI=/abis/<ABI ID of ERC20 contract instance> # if ethconnect has remote registry use /gateways/<Gateway name of ERC20 contract> |
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 |
---|---|---|
|
@@ -22,6 +22,7 @@ solidity/build | |
|
||
# IDEs and editors | ||
/.idea | ||
*.iml | ||
.project | ||
.classpath | ||
.c9/ | ||
|
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
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