Skip to content

ricburton/Balance

 
 

Repository files navigation

Balance

Proof-of-concept EVM wallet with a Safari extension.

Development

Required:

  • CocoaPods
  • Node.js (brew install nodejs)

Steps:

  1. Install packages with CocoaPods:
  • For M1 chips: arch -x86_64 pod install (you may need to run sudo arch -x86_64 gem install ffi first!)

  • For other chips: pod install

  1. In Safari-Shared/web3-provider, run npm i to install JavaScript dependencies

  2. Create Shared/Supporting Files/Secrets.swift with the following contents:

enum Secrets {
    static let infura = "YOUR INFURA PROJECT ID HERE"
}

License

GPLv3

About

This is a fork of Tokenary’s wallet to explore Safari iOS extensions more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 93.0%
  • JavaScript 6.7%
  • Other 0.3%