VESS
Search
⌃
K
VESS.id
Basics
Background
Why VESS?
VOXEL
How does it work
Roadmap
Terminology
Tutorials
Create your first VOXEL
Share your VOXELs
Search Other One's VOXELs
Dework Integration
Use Cases
for Personal
for DAO Managers
for Job Marketplace
VESS SDK
Overview
API Documentation
Auth
Get
Create
createTask()
storeSocialLinks()
storeSelfClaimedMembership()
createOrganization()
createMembership()
createEvent()
issueMembershipSubject()
issueEventAttendanceCredential()
Update
Advanced
Tech Architecture
Work Credential Data-Model
Visualization Protocol v0.1
Powered By
GitBook
Comment on page
createOrganization()
How to use?
import
{
getVESS
}
from
"vess-sdk"
const
vess
=
getVESS
()
await
vess
.
connect
(
provider
)
const
orgId
=
await
vess
.
createOrganization
(
content
)
Parameters
content: Organization
Returns
Promise< CustomResponse<{ streamId: string | undefined }> >
Previous
storeSelfClaimedMembership()
Next
createMembership()
Last modified
9mo ago