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

@fission-codes/client

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fission-codes/client

Fission server client.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

Fission server client

npm (scoped) GitHub Workflow Status (with event) Built by FISSION Discord Discourse users

Installation

pnpm install @fission-codes/client

Usage

import { Client } from '@fission-codes/client'
import { EdDSASigner } from 'iso-signatures/signers/eddsa.js'

const ucan = await UCAN.create({
  issuer: signer,
  audience: audience.did,
  capabilities: { 'ucan:*': { '*': [{}] } },
})

Docs

Check https://fission-codes.github.io/stack

Fission server

cargo build -p fission-server --release --target aarch64-apple-darwin
./fission-server --config-path ./config/settings.toml --ephemeral-db


Contributing

Read contributing guidelines here.

Open in GitHub Codespaces

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

FAQs

Package last updated on 12 Feb 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