Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k0yote/dummy-backend-wallet
Sample Embedded wallet
https://github.com/k0yote/dummy-backend-wallet
golang hashicorp otpauth sss wallet
Last synced: about 1 month ago
JSON representation
Sample Embedded wallet
- Host: GitHub
- URL: https://github.com/k0yote/dummy-backend-wallet
- Owner: k0yote
- Created: 2023-12-12T02:02:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-10T06:26:05.000Z (11 months ago)
- Last Synced: 2024-02-10T07:27:05.955Z (11 months ago)
- Topics: golang, hashicorp, otpauth, sss, wallet
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dummy Backend Wallet
[WIP]
This is for experimental backend wallet API service with [Shamir's Secret Sharing](https://en.wikipedia.org/wiki/Shamir%27s_secret_sharing) and Email or Social Login without operating users to generate Seed Phrase anymore.
But operate with User's Private Key onto server side itself is dangerous, So try with [aka. MPC Key Management](https://ja.wikipedia.org/wiki/%E7%A7%98%E5%8C%BF%E3%83%9E%E3%83%AB%E3%83%81%E3%83%91%E3%83%BC%E3%83%86%E3%82%A3%E8%A8%88%E7%AE%97) not exactly just by own server ways
## Environment
- MacOS Intel Core 13.2.1
- [Golang 1.21.x](https://go.dev/dl/)## Prerequisite
- Hashicorp Vault
- Installatiion
```shell
brew tap hashicorp/tapbrew install hashicorp/tap/vault
### To update to the latest, run
brew upgrade hashicorp/tap/vault
```- Starting the server
```shell
vault server -dev
```