MATRIX-Lite-NFC-Go
MATRIX Lite NFC Go is an npm package that allows users of varying skill levels to easily program NFC with their MATRIX Creator.
Smartphone Apps For Debugging
Roadmap
Installation
-
Install matrix-hal-nfc to use this library.
-
Download and install the latest version of Golang.
sudo apt-get install golang
- Create a project folder
mkdir lite_go
cd lite_go
go mod init myapp
touch main.go
- Install matrix-lite-nfc-go
go get -u github.com/matrix-io/matrix-lite-nfc-go
Building Locally For Development
Download the repository.
git clone https://github.com/matrix-io/matrix-lite-nfc-go
cd matrix-lite-nfc-go
Install the library.
go install