Skip to content

sweetbit-io/Dispenser-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍬 Candy Dispenser iOS app

license release

📱 Pair and control your Bitcoin-enabled candy dispenser

Candy Dispenser iOS PairingCandy Dispenser iOS Overview

Intro

...

Run

gem install xcodeproj
carthage bootstrap --platform ios

Features

...

App structure

AppCoordinator
|____ PairingCoordinator
|____ DispenserCoordinator
| |____ UpdateCoordinator
| |____ RemoteNodeCoordinator

Regenerate gRPC files

export PATH=$PATH:/Users/davidknezic/repos/github.com/grpc/grpc-swift
protoc -I $GOPATH/src/github.com/the-lightning-land/sweetd/sweetrpc $GOPATH/src/github.com/the-lightning-land/sweetd/sweetrpc/rpc.proto --swift_out=Dispenser/RPC/ --swiftgrpc_out=Client=true,Server=false:Dispenser/RPC/