'xplad' Mac
On this page
Install xplad for Mac (Intel or M1)
xplad is the command-line interface and daemon that connects to XPLA Chain and enables you to interact with the XPLA Chain. XPLA Chain core is the official Golang reference implementation of the XPLA Chain node software.
This guide is for developers who want to install xplad and interact with XPLA Chain core without running a full node. If you want to run a full node or join a network, visit Run a Full Node.
Navigate to https://github.com/xpladev/xpla/tags and click on the latest release.
Download the
xpla_<latest-version-here>_Darwin_x86_64.tar.gzfile.Unzip the file in the downloads folder by double clicking on it.
M1 and M2 Mac users If you are using an Intel-based Mac, proceed to step 4.
M1 Mac users will need to create
/liband/bindirectories in/usr/local:sudo cd /usr/local sudo mkdir lib sudo mkdir binNavigate to the expanded file in downloads:
cd Downloads/xpla_<downloaded-version>_Darwin_x86_64/Copy
libwasmvm.dylibto/lib:sudo cp libwasmvm.dylib /usr/local/libAdd
xpladto your path:sudo cp xplad /usr/local/binStart
xpladxpladIf a security warning occurs:
- Open your System Preferences and click Security & Privacy.
- Under the General tab, click Allow anyway.
- Run
xpladagain. - When prompted, click Open.
- Repeat for other security errors or warnings.