Skip to content

Commit

Permalink
Merge pull request crypto-org-chain#195 from croyyds/master
Browse files Browse the repository at this point in the history
Added instruction for CronoScan API key generation
  • Loading branch information
lezzokafka authored May 24, 2022
2 parents 6dbaa04 + a519b81 commit d53d704
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/resources/assets/create-apikey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/resources/assets/myapikey-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions docs/resources/chain-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,30 @@ https://evm-t3.cronos.org:8545/
- Cronos Testnet:
[https://testnet.cronoscan.com/](https://testnet.cronoscan.com/)

### Creating API Keys on CronoScan
The CronoScan Developer APIs are designed to provide accessible and consistent Cronos data to the Cronos community.
The APIs are provided as a community service with a rate up to 5 calls per second per IP.
Users need to [register](https://cronoscan.com/register) for a CronoScan account to create an API key.
After registration, a CronoScan user account will have a quota of up to 3 API keys.

On the [CronoScan user dashboard](https://cronoscan.com/myaccount), select “_**API-KEYs**_” from the left-hand side column or go to [https://cronoscan.com/myapikey](https://cronoscan.com/myapikey).

<p align="center">
<img src="./assets/myapikey-page.png" alt="drawing" height="400px"/>
</p>

Click on the “_**Create a new API-KEY token**_” button, then optionally input an “_**AppName**_”, “My Cronos App” for example.

<p align="center">
<img src="./assets/create-apikey.png" alt="drawing" height="200px"/>
</p>

After the “_**API-KEY Token**_” is successfully created, a message will show up as below, and you may now use the “_**API key token**_” for your applications on Cronos!

<p align="center">
<img src="./assets/create-apikey-successful.png" alt="drawing" height="300px"/>
</p>

## Community

[Discord](https://discord.gg/cGtxgVfGMZ)

0 comments on commit d53d704

Please sign in to comment.