
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
@ceramicnetwork/core
Advanced tools
This package contains the implementation of the core Ceramic protocol. It's exposed using a simple JavaScript API.
$ npm install @ceramicnetwork/core
See the Ceramic developer site for more details about how to use this package.
import Ceramic from '@ceramicnetwork/core'
import TileDocument from '@ceramicnetwork/stream-tile'
import { create as createIPFS } from 'ipfs-core'
const ipfs = createIPFS()
const config: CeramicConfig = {}
const ceramic = await Ceramic.create(ipfs, config)
// create document example
const tileDocument = await TileDocument.create(ceramic, { test: 123 })
Complete Ceramic core API is available on Ceramic API.
Run tests:
$ npm test
Run linter:
npm run lint
We are happy to accept small and large contributions. Make sure to check out the Ceramic specifications for details of how the protocol works.
FAQs
Typescript implementation of the Ceramic protocol
The npm package @ceramicnetwork/core receives a total of 1,884 weekly downloads. As such, @ceramicnetwork/core popularity was classified as popular.
We found that @ceramicnetwork/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.