Designed for developers
An intuitive SDK makes integration a breeze
The open source SDK makes it easy build apps on top of the protocol. Read from the subgraph and batch transactions together into a single multicall to create custom payment flows for your users.
const { createSplit } = useCreateSplit()
const args = {
recipients: [
{
address: "0x442C01498ED8205bFD9aaB6B8cc5C810Ed070C8f";
percentAllocation: 50.0000
},
{
address: "0xc3313847E2c4A506893999f9d53d07cDa961a675";
percentAllocation: 50.0000
}
]
distributorFeePercent: 1.0000
controller: "0xEc8Bfc8637247cEe680444BA1E25fA5e151Ba342"
}
await createSplit(args)