@ceramicnetwork/blockchain-utils-validation 2.0.11-rc.0 → 2.0.12-rc.1
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.
- package/README.md +23 -23
- package/lib/blockchain-handler.d.ts +0 -0
- package/lib/blockchain-handler.d.ts.map +0 -0
- package/lib/blockchain-handler.js +0 -0
- package/lib/blockchain-handler.js.map +0 -0
- package/lib/blockchains/__tests__/fixtures.d.ts +0 -0
- package/lib/blockchains/__tests__/fixtures.d.ts.map +0 -0
- package/lib/blockchains/__tests__/fixtures.js +0 -0
- package/lib/blockchains/__tests__/fixtures.js.map +0 -0
- package/lib/blockchains/cosmos.d.ts +0 -0
- package/lib/blockchains/cosmos.d.ts.map +0 -0
- package/lib/blockchains/cosmos.js +0 -0
- package/lib/blockchains/cosmos.js.map +0 -0
- package/lib/blockchains/eosio.d.ts +0 -0
- package/lib/blockchains/eosio.d.ts.map +0 -0
- package/lib/blockchains/eosio.js +0 -0
- package/lib/blockchains/eosio.js.map +0 -0
- package/lib/blockchains/ethereum.d.ts +0 -0
- package/lib/blockchains/ethereum.d.ts.map +0 -0
- package/lib/blockchains/ethereum.js +0 -0
- package/lib/blockchains/ethereum.js.map +0 -0
- package/lib/blockchains/filecoin.d.ts +0 -0
- package/lib/blockchains/filecoin.d.ts.map +0 -0
- package/lib/blockchains/filecoin.js +0 -0
- package/lib/blockchains/filecoin.js.map +0 -0
- package/lib/blockchains/near.d.ts +0 -0
- package/lib/blockchains/near.d.ts.map +0 -0
- package/lib/blockchains/near.js +0 -0
- package/lib/blockchains/near.js.map +0 -0
- package/lib/blockchains/polkadot.d.ts +0 -0
- package/lib/blockchains/polkadot.d.ts.map +0 -0
- package/lib/blockchains/polkadot.js +0 -0
- package/lib/blockchains/polkadot.js.map +0 -0
- package/lib/blockchains/solana.d.ts +0 -0
- package/lib/blockchains/solana.d.ts.map +0 -0
- package/lib/blockchains/solana.js +0 -0
- package/lib/blockchains/solana.js.map +0 -0
- package/lib/blockchains/tezos.d.ts +0 -0
- package/lib/blockchains/tezos.d.ts.map +0 -0
- package/lib/blockchains/tezos.js +0 -0
- package/lib/blockchains/tezos.js.map +0 -0
- package/lib/index.d.ts +0 -0
- package/lib/index.d.ts.map +0 -0
- package/lib/index.js +0 -0
- package/lib/index.js.map +0 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
# Utils for validation of linked blockchain accounts
|
|
2
|
-

|
|
3
|
-
[](https://lbesson.mit-license.org/)
|
|
4
|
-
[](https://discord.gg/6VRZpGP)
|
|
5
|
-
[](https://twitter.com/ceramicnetwork)
|
|
6
|
-
|
|
7
|
-
> This package contains utility functions to validate links of blockchain accounts linked a DID.
|
|
8
|
-
|
|
9
|
-
## Installation
|
|
10
|
-
```shell
|
|
11
|
-
npm install @ceramicnetwork/blockchain-utils-validation
|
|
12
|
-
```
|
|
13
|
-
|
|
14
|
-
## Usage
|
|
15
|
-
|
|
16
|
-
See the [Ceramic developer site](https://developers.ceramic.network/) for more details about how to use this package.
|
|
17
|
-
|
|
18
|
-
## Contributing
|
|
19
|
-
We are happy to accept small and large contributions. Make sure to check out the [Ceramic specifications](https://github.com/ceramicnetwork/ceramic/blob/main/SPECIFICATION.md) for details of how the protocol works.
|
|
20
|
-
|
|
21
|
-
## License
|
|
22
|
-
|
|
23
|
-
Apache-2.0 or MIT
|
|
1
|
+
# Utils for validation of linked blockchain accounts
|
|
2
|
+

|
|
3
|
+
[](https://lbesson.mit-license.org/)
|
|
4
|
+
[](https://discord.gg/6VRZpGP)
|
|
5
|
+
[](https://twitter.com/ceramicnetwork)
|
|
6
|
+
|
|
7
|
+
> This package contains utility functions to validate links of blockchain accounts linked a DID.
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
```shell
|
|
11
|
+
npm install @ceramicnetwork/blockchain-utils-validation
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Usage
|
|
15
|
+
|
|
16
|
+
See the [Ceramic developer site](https://developers.ceramic.network/) for more details about how to use this package.
|
|
17
|
+
|
|
18
|
+
## Contributing
|
|
19
|
+
We are happy to accept small and large contributions. Make sure to check out the [Ceramic specifications](https://github.com/ceramicnetwork/ceramic/blob/main/SPECIFICATION.md) for details of how the protocol works.
|
|
20
|
+
|
|
21
|
+
## License
|
|
22
|
+
|
|
23
|
+
Apache-2.0 or MIT
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/blockchains/eosio.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/blockchains/near.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/blockchains/tezos.js
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/index.d.ts
CHANGED
|
File without changes
|
package/lib/index.d.ts.map
CHANGED
|
File without changes
|
package/lib/index.js
CHANGED
|
File without changes
|
package/lib/index.js.map
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ceramicnetwork/blockchain-utils-validation",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.12-rc.1",
|
|
4
4
|
"description": "Blockchain utils for validation of linked blockchain accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ceramic",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"clean": "npx rimraf ./lib"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@ceramicnetwork/blockchain-utils-linking": "^2.0.
|
|
34
|
-
"@ceramicnetwork/common": "^2.
|
|
33
|
+
"@ceramicnetwork/blockchain-utils-linking": "^2.0.11-rc.1",
|
|
34
|
+
"@ceramicnetwork/common": "^2.6.0-rc.0",
|
|
35
35
|
"@ethersproject/contracts": "^5.5.0",
|
|
36
36
|
"@ethersproject/providers": "^5.5.1",
|
|
37
37
|
"@ethersproject/wallet": "^5.5.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"ganache-core": "^2.13.2",
|
|
61
61
|
"near-api-js": "^0.44.2"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "c800c58996165a727fb4a7468ca19a49b700cfea"
|
|
64
64
|
}
|