0.0.1-1725041525 • Published 11 months ago
@openweb3auth/credo-wallet-vault v0.0.1-1725041525
credo-wallet-vault
To install dependencies:
bun install @openweb3auth/credo-wallet-vault
This 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
11 months ago
0.0.1-1724929575
11 months ago
0.0.1-1724929372
11 months ago
0.0.1-1724929200
11 months ago
0.0.1-1724928429
11 months ago
0.0.1-1724927542
11 months ago
0.0.1-1724924605
11 months ago
0.0.1-1724924464
11 months ago
0.0.1-20240829
11 months ago