📄️ bStamp SDK
The edeXa SDK is the most comprehensive, stable, and powerful Javascript SDK available today to interact with the blockchain.
📄️ Authentication
To authenticate the client with the bArchive API, utilize the authenticate method from the SDK. This process is essential for establishing a secure connection with the edeXa services.
📄️ Enroll User
To register a user with the bStamp API, utilize the enrollUser method from the SDK.
📄️ Add Stamp
To add a stamp with the bStamp API, utilize the addStamp method from the SDK.
📄️ Get Stamped File Details
To get the details of a stamp file with the bStamp API, utilize the getStampDetail method from the SDK.
📄️ List Stamps
To list all stamps with the bStamp API, utilize the getAllStamp method from the SDK.
📄️ Create Webhook
To create a webhook with the bStamp API, utilize the createWebhook method from the SDK.
📄️ List Webhooks
To list all webhooks with the bStamp API, utilize the getWebhook method from the SDK.