https://github.com/blinklabs-io/bursa
Programmatic Cardano Wallet
https://github.com/blinklabs-io/bursa
api blockchain cardano cardano-wallet cli go golang library
Last synced: 4 months ago
JSON representation
Programmatic Cardano Wallet
- Host: GitHub
- URL: https://github.com/blinklabs-io/bursa
- Owner: blinklabs-io
- License: apache-2.0
- Created: 2023-07-29T15:42:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-29T19:19:43.000Z (4 months ago)
- Last Synced: 2025-06-29T20:28:36.764Z (4 months ago)
- Topics: api, blockchain, cardano, cardano-wallet, cli, go, golang, library
- Language: Go
- Homepage:
- Size: 729 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# bursa
Programmatic Cardano Wallet
Start a Bursa wallet and interact with it using the Bursa API.
```golang
# Clone the Bursa repository
git clone git@github.com:blinklabs-io/bursa.git
cd bursa
# Start the Bursa API server
go run ./cmd/bursa api
```
Access API Swagger documentation: [http://localhost:8080/swagger/index.html](http://localhost:8080/swagger/index.html)
For more information about Bursa CLI
```bash
go run ./cmd/bursa
Usage:
bursa [command]
Available Commands:
api Runs the api
help Help about any command
wallet Wallet commands
Flags:
-h, --help help for bursa
Use "bursa [command] --help" for more information about a command.
```