kinetic 1.0.0-rc.12 copy "kinetic: ^1.0.0-rc.12" to clipboard
kinetic: ^1.0.0-rc.12 copied to clipboard

The official Kinetic Dart SDK brought to you by the Kin Foundation.

Kinetic Dart SDK #

Kinetic Dart SDK is the official dart SDK for Kinetic based on the Kinetic SDK Standard.

This SDK allows developers to rapidly integrate Kin and other SPL tokens in their app.

Usage #

In order to use this SDK, please head over to the Kinetic Dart SDK documentation.

Version #

This SDK is built to work with @kinetic/api@v1.0.0-rc.12. Using it with other versions may lead to issues.

Contributing #

If you want to contribute to this SDK, please follow the steps below to get it running locally:

Install Flutter

2. Install the OpenAPI Generator via NPM (for alternative installs visit: https://openapi-generator.tech)

$ npm install @openapitools/openapi-generator-cli -g

3. Fetch the Kinetic Dart repo

$ git clone https://github.com/kin-labs/kinetic-dart.git

4. Change into kinetic-dart working directory

$ cd kinetic-dart

5. Run the tests

$ flutter test

6. Generate OpenAPI Dart client

$ make generate

7. Format the code

$ make format

Directory labels #

  • generated Contains all the generated Dart client code based on the openapi spec.
  • helpers Contains helper functions that simply calling the createAccount and makeTranfer sdk functions
  • identifiers Simple directory with only one file that holds a reference to the client version being used. Please change according to your environment if different.
  • interfaces Here you can find all reference to classes to-be created and what they override.

Contributing #

To start contributing, take a look at the standard as this lays down the base for all clients. This standard is subject to change so always review this before committing any meaningful work. You can visit the standard here

0
likes
110
pub points
0%
popularity

Publisher

verified publisherkin.org

The official Kinetic Dart SDK brought to you by the Kin Foundation.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

bip39, bs58, flutter, http, intl, logger, meta, solana

More

Packages that depend on kinetic