@fedimint/core-web 0.0.0 → 0.0.2-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Fedimint Client Typescript (Web)
1
+ # @fedimint/core-web
2
2
 
3
3
  ### THIS IS A WORK IN PROGRESS AND NOT READY FOR USE
4
4
 
@@ -7,17 +7,13 @@ This package provides a typescript interface for the Fedimint client in the brow
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- npm install core-web
11
- # or
12
- yarn add core-web
13
- # or
14
- pnpm add core-web
10
+ pnpm add @fedimint/core-web
15
11
  ```
16
12
 
17
13
  ## Usage
18
14
 
19
15
  ```ts
20
- import { FedimintWallet } from 'core-web'
16
+ import { FedimintWallet } from '@fedimint/core-web'
21
17
 
22
18
  // federation invite code
23
19
  const inviteCode = 'fed11qgqpw9thwvaz7t...'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fedimint/core-web",
3
3
  "description": "Library for building web apps with a fedimint client",
4
- "version": "0.0.0",
4
+ "version": "0.0.2-alpha.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/fedimint/fedimint-web-sdk.git",