You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# client-sdk-python
2
2
3
-
[](https://github.com/PlatONnetwork/client-sdk-python)
3
+
[](https://github.com/AlayaNetwork/client-sdk-python)
> Where `0.15.1-develop` is the currently used branch.
42
42
@@ -1062,8 +1062,8 @@ For details on the introduction, creation, and compilation of evm and wasm contr
1062
1062
1063
1063
The python sdk currently supports binand abi formed after the evm and wasm contracts are compiled as contract data to interact with the PlatON blockchain.
1064
1064
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-CDTor 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-CDTor platon-truffle. For details, please refer to [PlatON-CDT Compiler](https://github.com/AlayaNetwork/PlatON-CDT/tree/feature/wasm)
0 commit comments