@taquito/signer
Advanced tools
Comparing version 14.0.0 to 14.1.0-beta-RC.0
@@ -18,2 +18,3 @@ "use strict"; | ||
* | ||
* @warn The JSON faucets are no longer available on https://teztnets.xyz/ | ||
* @param toolkit The toolkit instance to attach a signer | ||
@@ -20,0 +21,0 @@ * @param privateKeyOrEmail Key to load in memory |
@@ -6,5 +6,5 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "b1a433145402043facaec3519daceb21a305deef", | ||
"version": "14.0.0" | ||
"commitHash": "0b10f922029edc29cd5a922751c37db98ce3d85c", | ||
"version": "14.1.0-beta-RC.0" | ||
}; | ||
//# sourceMappingURL=version.js.map |
@@ -233,2 +233,3 @@ import { openSecretBox } from '@stablelib/nacl'; | ||
* | ||
* @warn The JSON faucets are no longer available on https://teztnets.xyz/ | ||
* @param toolkit The toolkit instance to attach a signer | ||
@@ -270,4 +271,4 @@ * @param privateKeyOrEmail Key to load in memory | ||
const VERSION = { | ||
"commitHash": "b1a433145402043facaec3519daceb21a305deef", | ||
"version": "14.0.0" | ||
"commitHash": "0b10f922029edc29cd5a922751c37db98ce3d85c", | ||
"version": "14.1.0-beta-RC.0" | ||
}; | ||
@@ -274,0 +275,0 @@ |
@@ -237,2 +237,3 @@ (function (global, factory) { | ||
* | ||
* @warn The JSON faucets are no longer available on https://teztnets.xyz/ | ||
* @param toolkit The toolkit instance to attach a signer | ||
@@ -274,4 +275,4 @@ * @param privateKeyOrEmail Key to load in memory | ||
const VERSION = { | ||
"commitHash": "b1a433145402043facaec3519daceb21a305deef", | ||
"version": "14.0.0" | ||
"commitHash": "0b10f922029edc29cd5a922751c37db98ce3d85c", | ||
"version": "14.1.0-beta-RC.0" | ||
}; | ||
@@ -278,0 +279,0 @@ |
@@ -6,2 +6,3 @@ import { TezosToolkit } from '@taquito/taquito'; | ||
* | ||
* @warn The JSON faucets are no longer available on https://teztnets.xyz/ | ||
* @param toolkit The toolkit instance to attach a signer | ||
@@ -8,0 +9,0 @@ * @param privateKeyOrEmail Key to load in memory |
{ | ||
"name": "@taquito/signer", | ||
"version": "14.0.0", | ||
"version": "14.1.0-beta-RC.0", | ||
"description": "Provide signing functionality to be with taquito", | ||
@@ -71,6 +71,6 @@ "keywords": [ | ||
"@stablelib/blake2b": "^1.0.1", | ||
"@stablelib/ed25519": "^1.0.2", | ||
"@stablelib/nacl": "^1.0.3", | ||
"@taquito/taquito": "^14.0.0", | ||
"@taquito/utils": "^14.0.0", | ||
"@stablelib/ed25519": "^1.0.3", | ||
"@stablelib/nacl": "^1.0.4", | ||
"@taquito/taquito": "^14.1.0-beta-RC.0", | ||
"@taquito/utils": "^14.1.0-beta-RC.0", | ||
"elliptic": "^6.5.4", | ||
@@ -111,3 +111,3 @@ "pbkdf2": "^3.1.2", | ||
}, | ||
"gitHead": "2419fe84099269d20a1006194767bd7e6864ba3a" | ||
"gitHead": "d7f70149f4046b169a4995c2f7455ba4a997fcca" | ||
} |
@@ -48,48 +48,4 @@ # Taquito Signer package | ||
### Using a testnet faucet key | ||
The following link can be used to fund an address on the different testnets: https://teztnets.xyz/. | ||
To load a faucet key (available from https://teztnets.xyz/) for working with a public testnet, use the `importKey` function. | ||
```js | ||
import { TezosToolkit } from '@taquito/taquito'; | ||
import { importKey } from '@taquito/signer'; | ||
const Tezos = new TezosToolkit('https://YOUR_PREFERRED_TESTNET_RPC_URL'); | ||
// A key faucet, similar to what is available from https://teztnets.xyz/ | ||
const FAUCET_KEY = { | ||
mnemonic: [ | ||
'cart', | ||
'will', | ||
'page', | ||
'bench', | ||
'notice', | ||
'leisure', | ||
'penalty', | ||
'medal', | ||
'define', | ||
'odor', | ||
'ride', | ||
'devote', | ||
'cannon', | ||
'setup', | ||
'rescue', | ||
], | ||
secret: '35f266fbf0fca752da1342fdfc745a9c608e7b20', | ||
amount: '4219352756', | ||
pkh: 'tz1YBMFg1nLAPxBE6djnCPbMRH5PLXQWt8Mg', | ||
password: 'Fa26j580dQ', | ||
email: 'jxmjvauo.guddusns@tezos.example.org', | ||
}; | ||
importKey( | ||
Tezos, | ||
FAUCET_KEY.email, | ||
FAUCET_KEY.password, | ||
FAUCET_KEY.mnemonic.join(' '), | ||
FAUCET_KEY.secret | ||
); | ||
// Your Tezos instance is now operably configured for signing with the faucet key. | ||
``` | ||
## Additional info | ||
@@ -96,0 +52,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1565
122639
2
56