Skip to content

Commit

Permalink
remove py and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yeehan-crypto-com committed Oct 23, 2024
1 parent d9b5214 commit 34d1662
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The **Crypto.com Developer Platform Client.py** is a pyton SDK designed to inter
To install the package, run the following command:

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

## Usage
Expand All @@ -28,8 +28,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 crypto_com_developer_platform_client import Block, Client
from crypto_com_developer_platform_client.interfaces.chain_interfaces import CronosZkEvm


Client.init(api_key="EXPLORER_API_KEY",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "crypto-com-developer-platform-client-py"
name = "crypto_com_developer_platform_client"
version = "1.0.2"
description = "A python client to interact with @cryptocom/developer-platform-service"
authors = ["Ric Arcifa <[email protected]>"]
Expand Down

0 comments on commit 34d1662

Please sign in to comment.