Skip to content

Commit 5084258

Browse files
authored
Merge pull request #87 from EbenezerGH/add-references
add etherscan references
2 parents 0ec8c35 + c27e955 commit 5084258

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

README.md

+19-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[![CircleCI](https://circleci.com/gh/EbenezerGH/hello_etherscan/tree/master.svg?style=svg)](https://circleci.com/gh/EbenezerGH/hello_etherscan/tree/master)
44

55

6-
# hello_etherscan
6+
# etherscan-android-api
77

8-
hello_etherscan is a wrapper for the [Etherscan Api](https://etherscan.io/apis). This is just a module to handle networking calls.
8+
etherscan android api is an android wrapper for the [etherscan api](https://etherscan.io/apis). This is just a module to handle networking calls.
99

1010
No Releases yet, [features](https://github.com/EbenezerGH/hello_etherscan/issues) still left to be completed.
1111

@@ -18,14 +18,16 @@ import a reactive android library to handle the reactive stream being passed int
1818
implementation 'io.reactivex.rxjava2:rxkotlin:x.y.z'
1919

2020

21-
Optional: Call `ApiKey.takeOff.setApiKey("[your api key here]")` in module's application class when recording api usage in the etherscan.io console. [see [Example implementation](https://github.com/EbenezerGH/hello_etherscan/blob/master/app/src/main/java/jfyg/etherscan/helloetherescan/HelloEtherscanApplication.kt)]
21+
Optional: Call `ApiKey.takeOff.setApiKey("[your api key here]")` in module's application class when recording api usage in the etherscan.io console. [see [example implementation](https://github.com/EbenezerGH/hello_etherscan/blob/master/app/src/main/java/jfyg/etherscan/helloetherescan/HelloEtherscanApplication.kt)]
2222
```
2323
ApiKey.takeOff.setApiKey("1I7CRNU2QIU253UBPFVB5UV2C2PBDURAIYZ")
2424
```
2525

26-
Create an Instance of one of the reactive Singles and access values by specifying thread and subscribing. [see [Example implementation](https://github.com/EbenezerGH/hello_etherscan/blob/master/app/src/main/java/jfyg/etherscan/helloetherescan/MainActivity.kt)]
26+
Create an Instance of one of the reactive Singles and access values by specifying thread and subscribing. [see [example implementation](https://github.com/EbenezerGH/hello_etherscan/blob/master/app/src/main/java/jfyg/etherscan/helloetherescan/MainActivity.kt)]
2727

28-
``[accounts, contracts, transactions, blocks, eventLogs, geth, websockets, tokens, stat]``
28+
Currently Available: ``[accounts, contracts, transactions, blocks, stat]``
29+
30+
Coming Soon: ``eventLogs, geth, websockets, tokens``
2931

3032
```
3133
val stat = Stat()
@@ -73,3 +75,15 @@ LTC: La1vhdzuVY85EEW8m5hTpw4C15gPY9hVDW
7375
## License
7476

7577
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
78+
79+
## References
80+
81+
[**Etherscan APIs**](https://etherscan.io/apis)
82+
83+
[**Contracts Verified**](https://etherscan.io/contractsVerified)
84+
85+
[**Ethereum Github Repo**](https://github.com/ethereum)
86+
87+
[**Ethereum Wiki**](https://github.com/ethereum/wiki/wiki/JSON-RPC)
88+
89+

0 commit comments

Comments
 (0)