Giter Site home page Giter Site logo

ronpaul252 / rely-wallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from andrewliunft/rely-wallet

0.0 0.0 0.0 137.31 MB

React Native Web3 Wallet & Gateway. React Native Ethereum Wallet

License: GNU General Public License v3.0

JavaScript 65.14% Ruby 0.12% Objective-C 0.14% Java 0.44% TypeScript 34.10% Objective-C++ 0.06%

rely-wallet's Introduction

Contributors Forks Stargazers Issues MIT License Twitter


Logo

Rely Wallet

React Native Web3 Gateway for Ethereum & Solana.
Explore the docs »

Report Bug · Request Feature

App Store Play Store HuaWei AppGallery Fdroid GitHub release (latest by date)

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Rely Wallet is a mobile wallet that allows you to store, send, and receive tokens on any EVM compatible blockchain. Rely also supports Solana. You can use Rely to connect to any dApp on Ethereum or Solana.

  • Send and receive tokens on any EVM compatible blockchain and Solana.
  • Connect to any dApp on Ethereum or Solana.
  • View your transaction history on various blockchains.
  • View and manage your NFTs on various blockchains.

Rely is completely open source and free to use. Rely is built with React Native and uses the Moralis Stream API in order to send push notifications to users when they make a transaction or receive any tokens. Rely uses AWS API Gateway, AWS Lambda and AWS DynamoDB to store user data and send push notifications. Only the user's public address and unique device ID are stored in the database. The user's private key is never stored on the server. Our Lambda functions are written in Node.js and the Lambda functions are open source and can be found here.

ss_22 ss_23 ss_24 ss_25 ss_11 ss_12 ss_13 ss_14 ss_15 ss_16 ss_17 ss_18 ss_19 ss_20 ss_21

(back to top)


Built With

Rely Wallet is built with the following technologies:

  • Next
  • React Native
  • Moralis
  • AWS Lambda
  • AWS API Gateway
  • AWS DynamoDB

(back to top)

Getting Started

Rely Wallet is completely open source and free to use. You can download the app from the App Store or Google Play. You can also run the app locally by following the steps below.

Prerequisites

You will need to install React Native and Node.js requirements in order to run the app locally. Follow the instructions here to install React Native.

Installation

  1. Clone the repo
    git clone https://github.com/hsyndeniz/rely-wallet.git
  2. Install NPM packages
    yarn
  3. Edit the .env file and configure your API keys
    const API_KEY = 'ENTER YOUR API'
  4. cd into the ios folder and run pod install
    cd ios
    pod install
  5. Run the app
     yarn ios
    or
    yarn android

(back to top)

Roadmap

  • Ethereum

    • HD Wallet
    • web3 provider for web3 browser
    • Transaction History
    • ERC20 Token Support
    • ERC721 Token Support
    • ERC1155 Token Support
  • Solana

    • HD Wallet
    • Develop a web3 provider for Solana
    • Add Solana to the wallet list
    • Add Solana to the network list
    • Add Solana to the transaction history
  • Security

    • Add react-native-dotenv or react-native-config to hide API keys and other sensitive data
    • Update redux persist to use secure storage
    • Encrypt wallet
    • Use AWS API Gateway to secure API keys
    • Send signed personal message to API Gateway to register user, retrieve user data, and update user data
  • Web3 Browser for Ethereum

    • window.ethereum
    • connect
    • disconnect
    • isConnected
    • isUnlocked
    • on
    • request
    • send
    • eth_accounts
    • eth_chainId
    • eth_requestAccounts
    • eth_sendTransaction
    • eth_sign
    • eth_signTypedData
    • eth_signTypedData_v3
    • eth_signTypedData_v4
    • eth_personalSign
    • eth_personal_ecRecover
  • Web3 Browser for Solana

    • window.solana
    • connect
    • disconnect
    • isConnected
    • events
    • request
    • send
    • signatures
  • UI/UX

    • Update Colors and other theme variables
    • Update Icons
    • Update Splash Screen
    • Update App Icon
    • Update App name, description, and screenshots
    • Update Language files
    • Update bottom sheet styles and appearance
    • Update transaction history styles
    • Update transaction history appearance
    • Update transaction history animations
    • Update transaction history filters
    • Update transaction history search
    • Update transaction history pagination
    • Update transaction history sorting
    • Update transaction history grouping
    • Update transaction history date range
    • Update transaction history details
    • Update App Store and Google Play descriptions
    • Update App Store and Google Play screenshots
    • Update App Store and Google Play privacy policy
    • Update App Store and Google Play terms of service
  • Features

    • Add support for other blockchains (Klaytn)
    • Touch ID
      • Login with Touch ID
      • Disable login for 15 minutes
    • Permissions
      • Handle camera permissions
    • Home Screen
      • Convert to USD
      • Fetch all assets of active wallet
  • Performance

    • Review and optimize code
    • Delete inlined styles
    • Delete unused components
    • Delete unused images and fonts
    • Delete unused dependencies
    • Move business logic to utils, services, helpers, and redux actions
    • Unsubscribe from onesignal when user deletes wallet or uninstalls app
  • Bug Fixes

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/amazing-feature)
  3. Commit your Changes (git commit -m 'Add some amazing-feature')
  4. Push to the Branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Your Name - @huseyindeniz_ - [email protected]

Project Link: rely.craftlabs.tech

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)

rely-wallet's People

Contributors

hsyndeniz 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.