Giter Club home page Giter Club logo

prototype-ui's Introduction


Make financial services simple and accessible. Rize enables fintechs, financial institutions and brands to build across multiple account types with one API. _If you want to join us Check out our open positions__

Rize Prototype UI

Warning!

This application is not a codeless solution for you and your team. Rize uses this app to test and demo new features such as Debit Cards and Brokerage accounts before they get to our clients.

This application requires a server application built by the Rize CLI tool to support it's requests.

This application is supported by Rize in a web environment so you may need to make adjustments for IOS or Android.

Have you watched the "Build a Banking Application In Less Than 30 Minutes" video?

Prerequisites

Recommeded Tools

Installing Expo CLI

This boilerplate requires specifically the 3.27.8 version of the Expo CLI in order for it to run properly.

  1. If you have Expo CLI already installed, check the version by running expo --version
  2. If you have a different version installed, uninstall it first by running npm uninstall -g expo-cli
  3. Install the 3.27.8 version by running npm install -g [email protected]

Logging into the GitHub Package Registry

  1. Run npm login --scope=@rizefinance --registry=https://npm.pkg.github.com
  2. Input your GitHub Username.
  3. For the Password, input your GitHub Personal Access Token. Your token should have the following scopes/permissions: repo, read:packages
  4. Input the email address that you're using in GitHub.

To confirm you should see the following lines when you run npm config list

@rizefinance:registry = "https://npm.pkg.github.com"
//npm.pkg.github.com/:_authToken = (protected)

Running the App

  1. Clone or fork the RizeFinance/compliance-demo-ui repository on your machine

  2. Log in to GitHub Package Registry

  3. If working locally, please spin up an application via the CLI tool

  4. Run yarn to install the dependencies

  5. At the root of the project directory, create a .env file with the following contents:

    REACT_NATIVE_API_BASE_URL=http://localhost/api
    ALLOW_SIGNUP=true
    DEFAULT_PRODUCT_UID={YOUR_PROGRAMS_DEFAULT_PRODUCT_UID}
    RIZE_ENV=sandbox
    DEBIT_CARD_SERVICE_URL=https://web-card-service-sandbox.rizefs.com
    

    Replace the value of REACT_NATIVE_API_BASE_URL with the base URL of the middleware API, if you're using a different URL and not local docker.

  6. Run one of the following:

    1. For Web (Currently supported and tested):

      yarn web
      
    2. For iOS (Make sure you have XCode and iOS Simulator installed, not supported/tested):

      yarn ios
      
    3. For android (Make sure you have an Android Emulator installed, not supported/tested):

      yarn android
      

Troubleshooting

  • XDLError: ValidationError: "scheme" is not allowed
    • If you received this error message, make sure you have the Expo CLI version 3.27.8 installed on your machine. If you recently installed Expo CLI 3.27.8 coming from another version, delete the .expo folder in the project directory

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.