Skip to content

Commit

Permalink
Merge pull request #2 from NEARFoundation/develop
Browse files Browse the repository at this point in the history
Updating doc
  • Loading branch information
sandoche authored Sep 2, 2022
2 parents 95a1ceb + 00b4585 commit 2bfa86e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 46 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/size.yml

This file was deleted.

8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@
⚠️ This is an experimental library. We do not recommend to use it to store confidential information publically.

## Projects using this library

Coming soon

## Installation

```bash
npm install https://github.com/NEARFoundation/near-js-encryption-box
npm install @nearfoundation/near-js-encryption-box
```

> This package has not been published to npm yet.
## Usage

You can find below an example where Alice encrypt data with her private key and Bob's public key.
Expand Down
35 changes: 10 additions & 25 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
"size-limit": "^7.0.8",
"tsdx": "^0.14.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
"typescript": "^4.8.2"
},
"dependencies": {
"borsh": "^0.7.0",
Expand Down

0 comments on commit 2bfa86e

Please sign in to comment.