0.0.1-1725041525 • Published 2 years ago
@openweb3auth/credo-wallet-vault v0.0.1-1725041525
credo-wallet-vault
To install dependencies:
bun install @openweb3auth/credo-wallet-vaultThis project was created using bun init in bun v1.1.8. Bun is a fast all-in-one JavaScript runtime.
In the InitConfig of credo, you need to set the storage property:
storage: {
type: 'vault',
config: {
endpoint: "http://localhost:8200",
apiVersion: 'v1',
},
credentials: {
token: "<my_vault_token>",
},
}And in the modules, add the following:
modules: {
vault: new VaultWalletModule({})
}0.0.1-1725041525
2 years ago
0.0.1-1724929575
2 years ago
0.0.1-1724929372
2 years ago
0.0.1-1724929200
2 years ago
0.0.1-1724928429
2 years ago
0.0.1-1724927542
2 years ago
0.0.1-1724924605
2 years ago
0.0.1-1724924464
2 years ago
0.0.1-20240829
2 years ago