Etherspay Docs

Explore all of Etherspay here in our docs. Learn how to integrate our API into your application and start accepting crypto payments in minutes.

Try it out

import { Button } from '@mantine/core';
function Demo() {
return <Button>Hello</Button>
}