Explore Projects

What’s your next investment?
Check out our projects and find your next investment opportunity.
@if (showCloseSearchButton()) { } @if (!showCloseSearchButton()) { }
Hide completed
@for (project of projectDetails(); track $index) {
Card cover image
Project logo
{{ project.displayName || project.nostrPubKey }}
{{ project.displayName || project.nostrPubKey }}
{{ project.about || 'No description available' }}

Target Amount {{ project.targetAmount | number }} BTC
Start Date {{ project.startDate*1000 | date }}
Penalty Days {{ project.penaltyDays }} days
Expiry Date {{ project.expiryDate*1000 | date }}
Stages {{ project.stages?.length || 0 }}
Seeders {{ project.projectSeeders?.secretHashes?.length || 0 }}
}
@if (!loading() || initialLoadComplete()) { @if (projectDetails().length === 0) {
No projects
} } @if (loading() && !initialLoadComplete()) {
Loading projects...
} @if (projectDetails().length > 0) {
} @if (!loading() && errorMessage()) {
{{ errorMessage() }}
}