Get Started
Quickstart
Admin
Transactions
Signatures
Webhook
Metadata
API
Get Started
Quickstart
Create a project and get your first transaction on chain in under 5 minutes
Create a free tier organization via our dashboard.
Using the dashboard create a demo project.
An API key, a contract and a wallet will be generated for you automatically.
Projects are provisioned with one wallet on creation. Go to Settings (โ๏ธ) > Wallets and copy the wallet address.
Use a faucet to fund your wallet with testnet MATIC.
Mint a Syndicate Demo NFT as your first transaction!
You will need to replace your API key, project id, and recipient address into the command
curl -H 'Authorization: Bearer <api-key>' \
-H "Content-type: application/json" \
-d '{ "projectId": "<project-id>","contractAddress":"0xbEc332E1eb3EE582B36F979BF803F98591BB9E24","chainId":80001,"functionSignature":"mint(address account)","args":{"account":"<recipient-address>"}}' \
'https://api.syndicate.io/transact/sendTransaction'
You should be able to see the transaction appear in the Transactions tab of the dashboard or on Etherscan!