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: 18 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-27T15:00:47.000Z (21 days ago)
- Last Synced: 2025-04-27T15:46:33.293Z (21 days ago)
- Topics: api, blockchain, cardano, cardano-wallet, cli, go, golang, library
- Language: Go
- Homepage:
- Size: 680 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 14
-
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 [email protected]: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 commandsFlags:
-h, --help help for bursaUse "bursa [command] --help" for more information about a command.
```