All Projects → O3Labs → neo-utils

O3Labs / neo-utils

Licence: MIT License
Useful functions for NEO blockchain written in Go.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Labels

Projects that are alternatives of or similar to neo-utils

Neo Ico Template
An ICO Template for NEO projects
Stars: ✭ 119 (+340.74%)
Mutual labels:  neo
ansy
Minimal NEO paper wallet generator
Stars: ✭ 31 (+14.81%)
Mutual labels:  neo
CryptoCurrency
Page to keep track of value & profits of a portfolio of cryptocurrency (based on Coinmarketcap, Bitfinex and Binance)
Stars: ✭ 27 (+0%)
Mutual labels:  neo
Examples
Stars: ✭ 132 (+388.89%)
Mutual labels:  neo
Neo Node
Stars: ✭ 192 (+611.11%)
Mutual labels:  neo
neo-go
Go Node and SDK for the NEO blockchain
Stars: ✭ 104 (+285.19%)
Mutual labels:  neo
Neo Compiler
Stars: ✭ 62 (+129.63%)
Mutual labels:  neo
cloud-sample-spaceflight-java
Build Java applications with the application programming model on SAP Cloud Platform.
Stars: ✭ 49 (+81.48%)
Mutual labels:  neo
Neo Gui 2.x
Stars: ✭ 238 (+781.48%)
Mutual labels:  neo
smartbnb
Smart contracts on Binance Chain via a decentralized sidechain bridge with NEO
Stars: ✭ 31 (+14.81%)
Mutual labels:  neo
Openwrt widora
Based OpenWrt cc15.05,for widora BIT3 3.1 4 5 5.1 and NEO
Stars: ✭ 150 (+455.56%)
Mutual labels:  neo
Docs
NEO Documentation
Stars: ✭ 183 (+577.78%)
Mutual labels:  neo
neo-go-sdk
Golang SDK for the NEO blockchain
Stars: ✭ 34 (+25.93%)
Mutual labels:  neo
Proposals
NEO Enhancement Proposals
Stars: ✭ 123 (+355.56%)
Mutual labels:  neo
NEO-Tutorial
Learning NEO Step by Step
Stars: ✭ 26 (-3.7%)
Mutual labels:  neo
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (+133.33%)
Mutual labels:  neo
neo-csharpcoe
.NET Blockchain C# Developers Center of Excellence
Stars: ✭ 13 (-51.85%)
Mutual labels:  neo
neo-modules
No description or website provided.
Stars: ✭ 56 (+107.41%)
Mutual labels:  neo
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (+29.63%)
Mutual labels:  neo
neo-one
The One for easy, fast, & fun NEO app development.
Stars: ✭ 93 (+244.44%)
Mutual labels:  neo

neo-utils

Useful functions for the NEO blockchain written in Go.

This library can be fully compiled to native iOS and Android framework using gomobile bind

note: gomobile does not support slice parameter yet so some functions are optimized to take a comma separated string as a param instead of a array of string.
For methods specifically designed to be used on mobile see mobile.go

Installation

go get github.com/o3labs/neo-utils/neoutils

Compile this library to native mobile frameworks.

Install gomobile

go get golang.org/x/mobile/cmd/gomobile

gomobile init

Install Dependencies

. dep.sh

Compile to both iOS and Android frameworks

. build.sh

Compile to iOS framework

XCode is required.
gomobile bind -target=ios -o=output/ios/neoutils.framework github.com/o3labs/neo-utils/neoutils

Compile to Android framework

Android NDK is required. https://developer.android.com/ndk/guides/index.html

gomobile init -ndk ~/Library/Android/sdk/ndk-bundle/

ANDROID_HOME=/Users/$USER/Library/Android/sdk gomobile bind -target=android -o=output/android/neoutils.aar github.com/o3labs/neo-utils/neoutils
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].