mx-chain-go
⚡ The official implementation of the MultiversX blockchain protocol, written in golang.
How to download and setup mx-chain-go
Open terminal and run command
git clone https://github.com/multiversx/mx-chain-go.git
git clone is used to create a copy or clone of mx-chain-go repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with mx-chain-go https://github.com/multiversx/mx-chain-go/archive/master.zip
Or simply clone mx-chain-go with SSH
[email protected]:multiversx/mx-chain-go.git