Giter VIP home page Giter VIP logo

falcon's Introduction

muun

About

This is the source code repository for muun's iOS wallet. Muun is a non-custodial 2-of-2 multisig wallet with a special focus on security and ease of use.

Setup

  1. Install golang
  2. Make sure you've set the GOPATH env var correctly
  3. Install gomobile
  4. Install cocoapods
  5. Make sure you have Xcode command line tools installed. You can check this in Xcode > Preferences > Locations > Command Line tools
  6. Run tools/bootstrap-gomobile.sh. This will install gomobile and bind libwallet to your GOPATH.
  7. Run cd falcon/app && pod install
  8. You're done! Open the workspace file and try building the project.

Structure

The app has three layers:

  • Data: handles the data backends, such as the database, the operating system, or the network.
  • Domain: contains the models and business logic (use cases in clean architecture lingo).
  • Presentation: contains the UI code
  • libwallet: contains the crypto and bitcoin specific code. It's written in golang and bridged using gomobile.

Auditing

  • Most of the key handling and transaction crafting operations happen in the libwallet module.
  • All the secure storage and data handling happens in the data layer.
  • All the business logic that decides when to sign what happens in the domain layer.

Responsible Disclosure

Send us an email to report any security related bugs or vulnerabilities at [email protected].

You can encrypt your email message using our public PGP key.

Public key fingerprint: 1299 28C1 E79F E011 6DA4 C80F 8DB7 FD0F 61E6 ED76

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.