Skip to content

Commit 8048747

Browse files
committed
update readme
1 parent 26e32ce commit 8048747

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# client-sdk-python
22

3-
[![Join the chat at https://gitter.im/ethereum/web3.py](https://badges.gitter.im/ethereum/web3.py.svg)](https://github.com/PlatONnetwork/client-sdk-python)
3+
[![Join the chat at https://gitter.im/ethereum/web3.py](https://badges.gitter.im/ethereum/web3.py.svg)](https://github.com/AlayaNetwork/client-sdk-python)
44

5-
[![Build Status](https://circleci.com/gh/ethereum/web3.py.svg?style=shield)](https://github.com/PlatONnetwork/client-sdk-python)
5+
[![Build Status](https://circleci.com/gh/ethereum/web3.py.svg?style=shield)](https://github.com/AlayaNetwork/client-sdk-python)
66

77

88
## Description
@@ -11,17 +11,17 @@ client-sdk-python is a python sdk serving the Platon underlying chain. Interact
1111

1212
The main functions are used to obtain block data, send transactions, interact with smart contracts, and other applications.
1313

14-
[client-sdk-python download link](https://github.com/PlatONnetwork/client-sdk-python)
14+
[client-sdk-python download link](https://github.com/AlayaNetwork/client-sdk-python)
1515

1616
## Quick start
1717

1818
### Special Note
1919

2020
- chain_id
2121

22-
- 210309 is the chain id of the development network.
22+
- 201030 is the chain id of the development network.
2323

24-
- 100 is the chain id of the main net.
24+
- 201018 is the chain id of the main net.
2525

2626
### One part: installation
2727

@@ -36,7 +36,7 @@ The main functions are used to obtain block data, send transactions, interact wi
3636

3737
Or download the code and use it in the python editor. git bash pull the source code, the following operations
3838

39-
git clone -b 0.15.1-develop https://github.com/PlatONnetwork/client-sdk-python.git
39+
git clone -b 0.15.1-develop https://github.com/AlayaNetwork/client-sdk-python.git
4040

4141
> Where `0.15.1-develop` is the currently used branch.
4242
@@ -1062,8 +1062,8 @@ For details on the introduction, creation, and compilation of evm and wasm contr
10621062

10631063
The python sdk currently supports bin and abi formed after the evm and wasm contracts are compiled as contract data to interact with the PlatON blockchain.
10641064

1065-
**(1)** The evm contract (created in solidity language) can be compiled, deployed, and invoked using platon-truffle. For details, please refer to [solidity compiler](https://github.com/PlatONnetwork/solidity) and [platon-truffle](https://platon-truffle.readthedocs.io/en/v0.13.1/getting-started/ installation.html)
1066-
**(2)** The wasm contract (created in C/C++/Rust and other languages) can be compiled, deployed, and invoked using PlatON-CDT or platon-truffle. For details, please refer to [PlatON-CDT Compiler](https://github.com/PlatONnetwork/PlatON-CDT/tree/feature/wasm)
1065+
**(1)** The evm contract (created in solidity language) can be compiled, deployed, and invoked using platon-truffle. For details, please refer to [solidity compiler](https://github.com/AlayaNetwork/solidity) and [platon-truffle](https://platon-truffle.readthedocs.io/en/v0.13.1/getting-started/ installation.html)
1066+
**(2)** The wasm contract (created in C/C++/Rust and other languages) can be compiled, deployed, and invoked using PlatON-CDT or platon-truffle. For details, please refer to [PlatON-CDT Compiler](https://github.com/AlayaNetwork/PlatON-CDT/tree/feature/wasm)
10671067

10681068

10691069

0 commit comments

Comments
 (0)