0.0.1-1725041525 • Published 1 year 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
1 year ago
0.0.1-1724929575
1 year ago
0.0.1-1724929372
1 year ago
0.0.1-1724929200
1 year ago
0.0.1-1724928429
1 year ago
0.0.1-1724927542
1 year ago
0.0.1-1724924605
1 year ago
0.0.1-1724924464
1 year ago
0.0.1-20240829
1 year ago