Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nosana/sdk

Package Overview
Dependencies
Maintainers
0
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nosana/sdk

A client package for running [Nosana](https://nosana.io/) jobs.

  • 0.3.49
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
19K
increased by41.08%
Maintainers
0
Weekly downloads
 
Created
Source

Nosana Typescript SDK

A client package for running Nosana jobs.

What is the Nosana Typescript SDK?

The Nosana Typescript SDK contains everything you need to run CI/CD jobs on the Nosana Network.

Install

npm install --save @nosana/sdk

# or install with yarn
yarn add @nosana/sdk

Usage in Node / Client application

import { Client } from "@nosana/sdk";

const nosana = new Client({
  solana: {
    network: 'devnet',
  },
});

// ipfs service
nosana.ipfs...
// secrets service
nosana.secrets...
// solana service
nosana.solana...

Installing via
<script src="https://unpkg.com/@nosana/sdk"></script>

<script>
const nosana = new Nosana.Client({
  solana: {
    network: 'devnet',
  },
});
</script>

Documentation

Please visit our documentation for a full list of commands and examples.

FAQs

Package last updated on 11 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc