Skip to content

refburrow/ref-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ref-ui

This is the front-end for app.ref.finance

Quick Start

To run this project locally:

  1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
  2. Install dependencies: yarn
  3. Run the local development server connected to testnet: yarn start (see package.json for a full list of scripts you can run with yarn)

Architecture

This project consists of three layers:

  1. services is where communication (via the NEAR RPC API) to smart contracts happen.
  2. state is where the services are used and connected to react state management
  3. components and pages is where the view is created

Tests

Tests use React Testing Library and can be run with yarn test.

Code Formatting

This project uses Prettier to create consistently styled code. Prettier can be installed to auto-format on save for most editors. You can also run yarn prettier to check for styling errors and yarn prettier:fix to fix styling errors .

About

UI for Ref Finance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.9%
  • JavaScript 30.2%
  • HTML 18.3%
  • CSS 4.6%