Skip to content

@ipfs

Upload text content to IPFS and return the CID.

Returns: string

@ipfs(text)
Name Type Description
text string Content to upload
# Upload text to IPFS
set $cid @ipfs("hello world")