This shows you the differences between two versions of the page.
fob:laboratoare:02 [2022/10/20 21:57] costin.carabas [Decentralized Applications (dApps)] |
fob:laboratoare:02 [2023/01/23 12:01] (current) costin.carabas [Prerequisites] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Practical Session 02. ===== | + | ===== dApps ===== |
Line 35: | Line 35: | ||
''sudo apt install libncurses5 build-essential python3-pip nodejs npm python3.8-venv'' | ''sudo apt install libncurses5 build-essential python3-pip nodejs npm python3.8-venv'' | ||
+ | <note important>Erdpy is now called mxpy, after rebranding to MultiversX</note> | ||
**Erdpy** - the Elrond command line tool, which is helpful for signing transactions, deploying smart contracts, managing wallets, accounts and validators: | **Erdpy** - the Elrond command line tool, which is helpful for signing transactions, deploying smart contracts, managing wallets, accounts and validators: | ||
- | ''wget -O erdpy-up.py https://raw.githubusercontent.com/ElrondNetwork/elrond-sdk-erdpy/master/erdpy-up.py'' | + | ''wget -O mxpy-up.py https://raw.githubusercontent.com/multiversx/mx-sdk-py-cli/main/mxpy-up.py'' |
''python3 erdpy-up.py'' | ''python3 erdpy-up.py'' | ||
Line 48: | Line 49: | ||
- | More about **erdpy** installation at: https://docs.elrond.com/sdk-and-tools/erdpy/installing-erdpy/ | + | More about **erdpy** / **mxpy** installation at [[https://docs.multiversx.com/sdk-and-tools/sdk-py/installing-mxpy | link]] |