Coder Social home page Coder Social logo

ohsevin / ironbelly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from i1skn/ironbelly

0.0 1.0 0.0 3.69 MB

๐Ÿ“ฑ Ironbelly - Grin wallet

Home Page: https://cycle42.com/ironbelly

License: Apache License 2.0

JavaScript 81.56% Python 0.63% Java 0.77% Ruby 2.61% Objective-C 2.45% Swift 4.13% Shell 0.49% C 0.74% Rust 6.61%

ironbelly's Introduction

Build Status Join the chat at https://gitter.im/ironbelly-wallet/community

Ironbelly

Named after a species of dragon - Ukrainian Ironbelly. One of them guarded some of the oldest and deepest vaults in Gringotts. This wallet uses React-Native for the UI and official Grin source code written in Rust.

Beta testing

Join iOS beta testing - https://testflight.apple.com/join/GrqGPx9W

Contributing

Set up the environment

Let's install Xcode build tools first

xcode-select --install

then install Rust

curl https://sh.rustup.rs -sSf | sh

add iOS architectures to rustup

rustup target add aarch64-apple-ios x86_64-apple-ios

install cargo-lipo, which is a cargo subcommand which automatically creates a universal library for use with iOS

cargo install cargo-lipo

Build the project

# Clone this repo somewhere
git clone --recurse-submodules https://github.com/cyclefortytwo/ironbelly.git # it uses submodules
cd ironbelly
# Build staticlib from Rust Grin code
# All Rust related code lives in `rust/` directory
cd rust
cargo lipo --release
cd ..
npm install
# All iOS related code lives in `ios/` directory
cd ios/
sudo gem install cocoapods
pod install
cd ..
npm start # this will start React Native server

After all of these, please open ios/Ironbelly.xcworkspace in XCode and run Product -> Build (โŒ˜B)

License

Apache License v2.0.

ironbelly's People

Contributors

i1skn avatar irshadpc avatar gitter-badger avatar

Watchers

James Cloos avatar

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.