@dynamic-labs/ton
v4.52.1
Published
A React SDK for implementing wallet web3 authentication and authorization to your website.
Downloads
1,694
Readme
@dynamic-labs/ton
TON (The Open Network) blockchain integration for the Dynamic SDK.
Overview
This package provides seamless integration with TON wallets in your dApp. The package is currently in development and will support wallet connection, transaction handling, and TON-specific functionality.
Installation
npm install @dynamic-labs/tonUsage
This package is currently under development. Documentation and usage examples will be added as functionality is implemented.
Development
Build
npx nx build tonTest
npx nx test tonLint
npx nx lint tonTypeScript Support
This package is written in TypeScript and provides full type definitions. Enable strict mode in your tsconfig.json for the best experience:
{
"compilerOptions": {
"strict": true
}
}Resources
- Dynamic Docs: https://docs.dynamic.xyz
- TON Documentation: https://ton.org/docs
Support
- Documentation: docs.dynamic.xyz
- GitHub Issues: Report bugs or request features
- Discord: Join our community
License
This package is part of the Dynamic SDK and follows the same licensing terms. See LICENSE for details.
Built with ❤️ by the Dynamic Labs team
