Everything you need to know about building, launching, and managing blockchain-powered crowdfunding campaigns.
Get up and running with FundFlow in just a few simple steps.
Browse our comprehensive guides and technical documentation.
Get started with our JavaScript SDK and API integration.
const campaign = await fundflow.createCampaign({
title: "My Awesome Project",
description: "A revolutionary new product",
goalAmount: 10, // ETH
endDate: "2024-12-31",
category: "technology"
});const funding = await fundflow.fundCampaign({
campaignId: "0x123...",
amount: 1, // ETH
rewardId: "reward-1"
});const campaign = await fundflow.getCampaign("0x123...");
console.log(campaign.title, campaign.raisedAmount);Can't find what you're looking for? Our support team is here to help.