Installation
Note some basic knowledge is assumed as prerequisites, including:
Command line interface operation
Github commands
Yarn & typescript
Prerequisites
Install Aptos CLI
Follow the Aptos official guide to install the Aptos CLI under the system $PATH
directory.
After installation, check with the command line shall give you the following message:
Install node.js
Install node.js and yarn on your machine.
Installation
Clone repository
Open a terminal, go to the directory you want to install CLI-MSafe, and clone the Github repository for CLI-MSafe.
Install dependancies
Wait for package download and installation.
Setup a wallet
Use aptos
to initialize a wallet on Devnet.
Follow the instructions to create a new wallet and the full-node url configurations. For a first time user, we suggest you to follow all default configurations to create a new account on Aptos Devnet.
The command will create a yaml file with the message about full-node api endpoints and account private key and address.
Get some initial fund from faucet
Getting started
User yarn to start the CLI tool.
Contracts! You have already started to interact with the MSafe through interactive CLI! Feel free to follow the prompts in the CLI tool and play around.
Last updated