Skip to content

holaplex/hub-treasuries

Folders and files

NameName
Last commit message
Last commit date
Sep 1, 2023
Oct 18, 2023
Jun 19, 2023
Apr 7, 2023
Oct 16, 2023
Aug 28, 2023
Sep 14, 2023
Feb 16, 2023
Dec 29, 2022
Sep 20, 2023
Dec 29, 2022
Aug 28, 2023
Dec 7, 2022
Mar 24, 2023
Aug 8, 2023
Jun 16, 2023
Jun 16, 2023
Aug 28, 2023

Repository files navigation

Hub Treasuries

The Holaplex Hub manages project and customer treasuries and wallets. Additionally, Hub treasuries are responsible for signing and submitting transactions for custodial wallets.

Getting Started

The service requires credentials to Fireblocks.

# .env.local
FIREBLOCKS_API_KEY=

The private key of the Fireblocks API user.

# fireblocks_secret.key
-----BEGIN PRIVATE KEY-----
...
-----END PRIVATE KEY-----
docker compose up
cargo run --bin holaplex-hub-treasuries

Visit http://localhost:3007/playground to access GraphQL playground.