Skip to content

Commit

Permalink
update readme pip package name
Browse files Browse the repository at this point in the history
  • Loading branch information
yeehan-crypto-com committed Oct 22, 2024
1 parent 617efb2 commit 26d1220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Crypto.com Python Client for Developer Platform is a Python library designed to facilitate easy and efficient interactions with the Crypto.com [Developer Platform Service](https://github.com/crypto-com/developer-platform-service). This client library provides methods to interact with various blockchain networks, manage wallets, tokens, and contracts seamlessly.

![PyPI](https://img.shields.io/pypi/v/crypto-com-developer-platform-client)
![PyPI](https://pypi.org/project/developer-platform-client-py)

## Features

Expand All @@ -15,7 +15,7 @@ The Crypto.com Python Client for Developer Platform is a Python library designed
To install the package, run the following command:

```bash
pip install crypto-com-developer-platform-client
pip install developer_platform_client_py
```

## Usage
Expand All @@ -25,8 +25,8 @@ Here’s how you can use the Crypto.com Python Client for Developer Platform in
### Configuring the Client

```py
from crypto-com-developer-platform-client import Block, Client
from crypto-com-developer-platform-client.interfaces.chain_interfaces import CronosZkEvm
from developer_platform_client_py import Block, Client
from developer_platform_client_py.interfaces.chain_interfaces import CronosZkEvm


Client.init(api_key="EXPLORER_API_KEY",
Expand Down

0 comments on commit 26d1220

Please sign in to comment.