πGetting started with JS
Simplifies blockchain app development with tools for smart accounts, blockchain interaction, and workflow management.
We are in the process of migration to new Execution Layer architecture and SDK will be updated accordingly. Right now SDK supports only Ditto Vaults (legacy). Please contact us at into@dittonetwork.io if you have interest as there are dramatic changes on the horizon.
Installation
To install the SDK, use the following commands:
Getting Started
Hereβs a quick guide to get you started with the Ditto Network SDK:
Initialize SDK
For more detailed examples, check the examples section.
Documentation
For comprehensive documentation and details on how to use the Ditto Network, please refer to the main documentation in the @ditto-network/core
package.
Examples
We provide a variety of examples to help you get started with different environments:
Node.js Examples: Located in the
examples/nodejs-example
directory.React Examples: Located in the
examples/react-example
directory.Sandbox: Located in the
examples/sandbox
directory.
Last updated