Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/multiversx/mx-sdk-go
MultiversX GO SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).
https://github.com/multiversx/mx-sdk-go
Last synced: 3 months ago
JSON representation
MultiversX GO SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).
- Host: GitHub
- URL: https://github.com/multiversx/mx-sdk-go
- Owner: multiversx
- License: gpl-3.0
- Created: 2021-05-27T12:58:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T10:12:37.000Z (4 months ago)
- Last Synced: 2024-10-25T09:50:23.775Z (3 months ago)
- Language: Go
- Homepage:
- Size: 1.75 MB
- Stars: 18
- Watchers: 20
- Forks: 12
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-multiversx-dev-resources - Go SDK - Go helpers and utilities for interacting with the MultiversX Blockchain (MultiversX official / SDKs and dev tools)
README
# MultiversX SDK for GO
MultiversX SDK for GO - useful for developing GO applications that interact with the blockchain.
## Documentation
[pkg.go.dev](https://pkg.go.dev/github.com/multiversx/mx-sdk-erdgo)
## Dependencies
```
github.com/btcsuite/btcutil/bech32
github.com/tyler-smith/go-bip39
```