Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump highlight.js from 9.15.10 to 9.18.5 #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
[![Stars](https://img.shields.io/github/stars/slockit/in3)](https://github.com/slockit/in3/watchers)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://github.com/slockit/in3/blob/master/LICENSE.AGPL)

**Important: This will be replaced soon with `in3-wasm`or `in3-asmjs` ! So please use them ( https://in3.readthedocs.io/en/develop/api-wasm.html ), since this will include far more features, with a similiar API.**


The **Incubed** client is a
* Crypto-Economic
* Non-syncronizing and stateless, but fully verifying
Expand Down Expand Up @@ -52,17 +55,17 @@ For information on the in3 client implementation in C, please go [in3-c](https:/

Installing the in3-client is as easy as installing other modules:

```npm install --save in3```
```npm install --save in3-wasm```

Import incubed with:

```import In3Client from "in3"```
```import In3Client from "in3-wasm"```

## Example

```
// import in3-Module
import In3Client from 'in3'
import In3Client from 'in3-wasm'

async function demo() {

Expand All @@ -86,8 +89,8 @@ async function demo() {
## Example with Web3 (as Provider)
```
// import in3-Module
import In3Client from 'in3'
import Web3 from 'web3'
import In3Client from 'in3-wasm'
import Web3 from 'web3-wasm'

async function demo() {

Expand Down Expand Up @@ -156,4 +159,4 @@ send us an email at <a href="mailto:[email protected]">[email protected]</a>





40 changes: 16 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.