https://github.com/koh-gt/fecspace
https://github.com/koh-gt/fecspace
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koh-gt/fecspace
- Owner: koh-gt
- License: other
- Created: 2024-07-22T23:10:20.000Z (10 months ago)
- Default Branch: test
- Last Pushed: 2024-08-01T16:32:15.000Z (10 months ago)
- Last Synced: 2025-03-27T23:39:34.393Z (about 2 months ago)
- Language: TypeScript
- Size: 55.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ferrite Space
Ferritepool is the fully-featured mempool visualizer, explorer, and API service running at [ferritecoin.com](https://ferritecoin.com/).
It is an open-source project developed and operated for the benefit of the Ferrite community, with a focus on the emerging transaction fee market that is evolving Ferrite into a multi-layer ecosystem.
# Installation Methods
ferritepool can be self-hosted on a wide variety of your own hardware, ranging from a simple one-click installation on a Raspberry Pi full-node distro all the way to a robust production instance on a powerful FreeBSD server.
**Most people should use a one-click install method.** Other install methods are meant for developers and others with experience managing servers.
This is currently being worked on...
## Advanced Installation Methods
Ferritepool can be installed in other ways too, but we only recommend doing so if you're a developer, have experience managing servers, or otherwise know what you're doing.
- See the [`docker/`](./docker/) directory for instructions on deploying Ferritepool with Docker.
- See the [`backend/`](./backend/) and [`frontend/`](./frontend/) directories for manual install instructions oriented for developers.
- See the [`production/`](./production/) directory for guidance on setting up a more serious Ferritepool instance designed for high performance at scale.