8000 GitHub - Secured-Finance/stablecoin-app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Secured-Finance/stablecoin-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



GitHub issues GitHub license

A decentralized application (dApp) for interacting with Secured Finance's stablecoin protocol, featuring the USDFC stablecoin backed by Filecoin.

Quick Links

Static Badge Static Badge Static Badge

⚡️ Quick Start

  1. Clone this repository
  2. Create a file .env.local at the root of the project. Please refer to .env.local.sample for the list of environment variables
  3. Run nvm use to ensure you are using the correct node version
  4. Set your personal access token issued on your Github account by calling the following command: export NPM_AUTH_TOKEN=<your access token>
  5. Install all required dependencies by running npm install
  6. Run npm run start to start development mode

🛠️ Recommended Development Environment

This repository provides a .vscode/settings.json which assumes you have the following extensions installed in your code editor:

  • ESLint
  • Prettier
  • TailwindCSS Intellisense
  • Code Spell Checker

Those extensions helps streamline the development process by creating a standard way of formatting the code.

🧪 Testing

Unit Tests

Run the test suite:

npm run test

Storybook

Launch the component development environment:

npm run storybook

🏗️ Tech Stack

Here's a brief high-level overview of the tech stack the Secured Finance App uses:

  • Next.js: A React framework that enables server-side rendering and simplifies the creation of performant web applications
  • Jest: Delightful JavaScript testing framework with a focus on simplicity and effectiveness, commonly used for unit and integration testing in React applications
  • React Testing Library: Facilitates user-centric testing in React applications by providing intuitive utilities for querying and interacting with components
  • Storybook: Development environment for UI components, providing a sandboxed environment to visually develop and test components in isolation.
  • Tailwind CSS: Utility-first CSS framework that allows for rapid UI development by providing pre-defined utility classes for styling elements
  • Wagmi: A useful library of React Hooks for Ethereum

🔖️ License

This project is licensed under the MIT license, Copyright (c) 2025 Secured Finance. For more information see LICENSE.md.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

0