1.0.0 • Published 23 days ago

@skeet-framework/cloud-task v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
23 days ago

Skeet Solana Utils

This plugin is a collection of utilities for Solana. Especially works with Skeet Framework.

Installation

pnpm add -g @skeet-framework/cloud-task

Usage

Checks whether a validator is active on the Solana network.

import { createTask } from '@skeet-framework/cloud-task'

const project = 'your-project-id'
const location = 'your-location'
const queue = 'your-queue'
const endpoint = 'https://your.endpoint.url'
const body = { key: 'value' }
const inSeconds = 60 // 1 minute from now
const result = await createTask(
  project,
  location,
  queue,
  endpoint,
  body,
  inSeconds,
)
console.log(result)

more functions can be found in the

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The package is available as open source under the terms of the Apache-2.0 License.

Code of Conduct

Everyone interacting in the SKEET project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

1.0.0

23 days ago

0.4.4

23 days ago

0.4.3

27 days ago

0.4.2

1 month ago

0.4.1

2 months ago

0.4.0

2 months ago

0.3.0

2 months ago

0.2.0

5 months ago

0.1.1

5 months ago