https://github.com/darkhorsecorder/bath-finance-tomb-customization-react
https://github.com/darkhorsecorder/bath-finance-tomb-customization-react
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darkhorsecorder/bath-finance-tomb-customization-react
- Owner: DarkHorseCorder
- License: mit
- Created: 2023-06-12T04:06:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T04:07:10.000Z (over 2 years ago)
- Last Synced: 2025-03-13T23:21:20.604Z (7 months ago)
- Language: TypeScript
- Size: 3.23 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Welcome to the Bath.Finance ecosystem
This is customization of Tomb Finanace ecosystem.## Setup
Install the dependencies
```shell
yarn
yarn start
```Make sure you've configured your IDE with `prettier`.
You can reformat the project by running
```shell
npx prettier --write .
```## Project structure
- **components** contains generic components used inside the application.
- **views** contains building blocks for each page. The entry point of a view is used as the root component of each route.
- **config** contains all the config files and ABIs.
- **state** contains the redux files for the global state of the app.
- **contexts** contains global contexts.
- **hooks** contains generic hooks.
- **utils** contains generic utilities functions.