@openweb3auth/credo-wallet-vault
v0.0.1-1725041525
Published
To install dependencies:
Downloads
29
Readme
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({})
}