0.7.5 • Published 3 years ago

@ceramicnetwork/ceramic-http-client v0.7.5

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

Ceramic http client

An http client for the Ceramic protocol

Getting started

Installation

$ npm install @ceramicnetwork/ceramic-http-client

Usage

import CeramicClient from '@ceramicnetwork/ceramic-http-client'
import IdentityWallet from 'identity-wallet'

const API_URL = "http://localhost:7007"

const client = new CeramicClient(API_URL)

// create document example
await doc = await client.createDocument('tile', { content: { test: 123 } }, { applyOnly: true, skipWait: 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.7.4

3 years ago

0.7.5

3 years ago

0.7.4-alpha.0

3 years ago

0.7.3

3 years ago

0.7.3-alpha.0

3 years ago

0.7.2

3 years ago

0.7.1

4 years ago

0.7.1-alpha.1

4 years ago

0.7.1-alpha.0

4 years ago

0.7.0

4 years ago

0.7.0-alpha.0

4 years ago

0.6.6-alpha.0

4 years ago

0.6.5-alpha.0

4 years ago

0.6.5

4 years ago

0.6.4

4 years ago

0.6.4-alpha.1

4 years ago

0.6.4-alpha.0

4 years ago

0.6.3

4 years ago

0.6.3-alpha.0

4 years ago

0.6.2-alpha.1

4 years ago

0.6.2

4 years ago

0.6.2-alpha.0

4 years ago

0.6.1-alpha.0

4 years ago

0.6.1-alpha.1

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.6.0-alpha.0

4 years ago

0.5.14

4 years ago

0.5.14-alpha.1

4 years ago

0.5.14-alpha.0

4 years ago

0.5.13

4 years ago

0.5.13-alpha.0

4 years ago

0.5.12

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.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