Instructions for using the Starcoin 2.0 final test network

Starcoin
2 min readJan 2, 2025

--

The final version of Starcoin2.0 testnet Proxima is now online. It maintains compatibility with the mainstream Move. Developers can deploy nodes on the testnet, as well as deploy smart contracts, to experience Starcoin2.0 first.

  1. Testnet node deployment

i) Download the application: https://github.com/starcoinorg/starcoin/releases/tag/new_framework_1.0.3

ii) Execute: starcoin -n proxima

iii) View node progress: account show

2. Contract deployment and call

i) Build a move project

ii) In the move project root path, use the mpm release command to package and output it in ./release/xxx.blob

iii) Deployment: In the starcoin console

a. Use account import -i <0x private key> to import the account and make sure the account has STC

b. Use the dev deploy command to deploy, such as: dev deploy <path>/release/xx.blob -s 0x12345 -b

c. View the deployment results

iv) Call the deployed entry function using the command account execute-function — function 0x123456::<ModuleName>::<FunctionName> -s 0x12345 -b

v) View call result

About Starcoin

Starcoin provides the utmost security from the origin via its enhanced PoW consensus and Secure smart contract, using the language of Move. Through layered and flexible interoperability, it optimizes the building of ecosystems such as DeFi, NFTs, Gaming, etc., with higher efficiency and convenience. This process redefines value by empowering every participant in the ecosystem to enjoy the multiplication of values.

Follow Starcoin on social media to stay up to date with all the latest developments.

Website | StarStack | Twitter | Medium | Telegram | Linktr.ee

--

--

Starcoin
Starcoin

Written by Starcoin

Starcoin is a proof-of-work blockchain that enables secure smart contracts based on Move to power services in Web 3.0

No responses yet