0.12.4 • Published 3 years ago

@ceramicnetwork/ceramic-core v0.12.4

Weekly downloads
70
License
(Apache-2.0 OR MI...
Repository
-
Last release
3 years ago

Ceramic Core

This package contains the implementation of the core Ceramic protocol. It's exposed using a simple JavaScript API.

Getting started

Installation

$ npm install @ceramicnetwork/ceramic-core

Usage

import Ceramic from '@ceramicnetwork/ceramic-core'

import IPFS from 'ipfs'
import dagJose from 'dag-jose'
import basicsImport from 'multiformats/cjs/src/basics-import.js'
import legacy from 'multiformats/cjs/src/legacy.js'

basicsImport.multicodec.add(dagJose)
const format = legacy(basicsImport, dagJose.name)

const ipfs = Ipfs.create({
    ipld: { formats: [format] },
})

const config: CeramicConfig = {}
const ceramic = await Ceramic.create(ipfs, config)

// create document example
const doctype1 = await ceramic.createDocument('tile', { content: { test: 123 } }, { applyOnly: true }) 

Ceramic API

Complete Ceramic core API is available on Ceramic API.

Development

Run tests:

$ npm test

Run linter:

npm run lint

Contributing

We are happy to accept small and large contributions. Make sure to check out the Ceramic specifications for details of how the protocol works.

License

0.12.3

3 years ago

0.12.4

3 years ago

0.12.3-alpha.0

3 years ago

0.12.2

3 years ago

0.12.2-alpha.0

3 years ago

0.12.1

3 years ago

0.12.0

4 years ago

0.12.0-alpha.1

4 years ago

0.12.0-alpha.0

4 years ago

0.11.0

4 years ago

0.11.0-alpha.0

4 years ago

0.10.2-alpha.0

4 years ago

0.10.1-alpha.0

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago

0.9.1-alpha.1

4 years ago

0.9.1-alpha.0

4 years ago

0.9.0-alpha.1

4 years ago

0.9.0

4 years ago

0.9.0-alpha.0

4 years ago

0.8.2-alpha.0

4 years ago

0.8.2

4 years ago

0.8.1-alpha.0

4 years ago

0.8.1-alpha.1

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.8.0-alpha.0

4 years ago

0.7.0-alpha.1

4 years ago

0.7.0-alpha.0

4 years ago

0.7.0

4 years ago

0.6.1-alpha.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.11

4 years ago

0.5.11-alpha.0

4 years ago

0.5.10

4 years ago

0.5.10-alpha.0

4 years ago

0.5.8

4 years ago

0.5.9

4 years ago

0.5.9-alpha.0

4 years ago

0.5.3

4 years ago

5.0.2

4 years ago

0.5.2-alpha.0

4 years ago

0.4.0

4 years ago

0.5.2

4 years ago

0.3.0-alpha.0

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.5-alpha.0

4 years ago

0.2.4

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.1.0-alpha.0

4 years ago

0.0.1

4 years ago