An open API service indexing awesome lists of open source software.

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

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