Skip to content

Commit 498ccb6

Browse files
committed
feat: qpdate README for quick start
1 parent 3de786b commit 498ccb6

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ go.work.sum
2323

2424
# env file
2525
.env
26+
27+
/bin

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
run:
2+
go run ./cmd
3+
4+
build:
5+
go build -o ./bin/btctxbuilder ./cmd

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# btctxbuilder
22
A Bitcoin toolkit with your own keys, independent of Wallets.
33

4+
## Quick Start
5+
```bash
6+
make run
7+
```
8+
49
## Features
510
- Generate addresses
611
- Build and sign transactions

0 commit comments

Comments
 (0)