Giter Club home page Giter Club logo

heimdall-ios's Introduction

DEPRECATED

heimdall-ios Build Status

๐Ÿ” App to manage and interact with Gnosis MultiSig Wallets https://wallet.gnosis.pm

Getting Started

Install Tools

Mint is a package manager for Swift command line tools. We use this to install & run Bivrost.

See here for installing Mint.

We use Carthage for dependency management. It involves less friction than e.g. Cocoapods.

See here for installing Carthage.

SwiftLint is run via Mint in an Xcode build phase. No need to install anything apart from Mint. We are currently using version 0.23.1 (specified in build phase). The first build will take significantly longer, as Mint is downloading and compiling SwiftLint.

Sourcery is used to generate the code for accessing secret keys (e.g. the infura api key). It is run in a pre-compile Xcode script phase. Sourcery is run using Mint, so no need to install anything. We are currently using

Dependencies

Dependencies are currently checked into the repo at Carthage/Checkouts. Built frameworks (Carthage/Build) are ignored as they are not cross platform yet (due to this issue).

To get started with development or after an update by another developer, simply run:

$ carthage bootstrap --platform iOS

This will build all dependencies without updating them. After that, the Xcode project (Heimdall.xcodeproj) should just build.

Notes

  • External programs are run via Mint.
  • Code Quality is maintained with SwiftLint installed via Mint.
  • Contract classes are generated via Bivrost when Contracts/* are updated. Use generate-solidity.sh for this. As they do not update often, we check them into the repo.

heimdall-ios's People

Contributors

sche avatar zweigraf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

heimdall-ios's Issues

Unable to Get Balance

Signal at /Volumes/Data/Workspace/Running App Work/heimdall-ios-master/Heimdall/Repos/BalanceRepo.swift:26 encountered an error: invalidReturnData

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.