https://github.com/texora/tombfinance-frontend
Official Tomb Finance Website based on Fantom Blockchain
https://github.com/texora/tombfinance-frontend
Last synced: over 1 year ago
JSON representation
Official Tomb Finance Website based on Fantom Blockchain
- Host: GitHub
- URL: https://github.com/texora/tombfinance-frontend
- Owner: texora
- License: mit
- Created: 2024-11-08T13:25:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T13:29:20.000Z (over 1 year ago)
- Last Synced: 2025-03-10T19:56:45.480Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://tomb.com/
- Size: 3.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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 Tomb.Finance ecosystem🪦
Thanks for taking the time to contribute!
You can start by reading our [Contribution guidelines](#contributing) first.
## 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.
## Useful Resources
- [Our project documentation](https://docs.tomb.finance/) will help you understand before start contributing
- Join our [Discord](https://discord.gg/tombfinance) community
- Or if you are more of a [Telegram Zombie](https://discord.gg/tombfinance) we have that too
- Bugs? Use the [Issues](https://github.com/tombfinance/tombfinance-frontend/issues) section of our github to report them