Skip to content

Commit df88740

Browse files
committed
feat(): add readme
1 parent 95437f8 commit df88740

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ assert.NoError(t, uploader.Once())
311311
### About Arweave Bundles
312312
1. `goar` implemented creating,editing,reading and verifying bundles tx
313313
2. This is the [ANS-104](https://github.com/joshbenaron/arweave-standards/blob/ans104/ans/ANS-104.md) standard protocol and refers to the [arbundles](https://github.com/Bundler-Network/arbundles) js-lib implement
314-
3. more example can be viewed in path `./example/bundle_test.go`
315314

316315
#### Create Bundle Item
317316
```go
@@ -369,8 +368,9 @@ for _, item := range bundle.Items {
369368
assert.NoError(t, err)
370369
}
371370
```
371+
check [bundle example](./example/bundle_test.go)
372372

373-
### About Arseeding
373+
#### About Arseeding
374374
if you can `utils.SubmitItemToArseed(item,currency,arseedUrl)`
375375
and you will get the following return response
376376
```go
@@ -387,13 +387,13 @@ and you will get the following return response
387387
After you transfer 0.000701 USDT to bundler using everpay, arseeding will upload the item to arweave.
388388
For more usage, jump to [docs](https://github.com/everFinance/arseeding/blob/main/README.md)
389389

390-
### About Bundlr
390+
#### About Bundlr
391391
if you call `utils.SubmitItemToBundlr(item,bundlrUrl)`
392392
and return `panic: send to bundler request failed; http code: 402`
393393
means that you have to pay ar to the bundler service address
394394
must use item signature address to transfer funds
395395

396-
#### how to get bundler service address?
396+
##### how to get bundler service address?
397397
```go
398398
curl --location --request GET 'https://node1.bundlr.network/info'
399399

0 commit comments

Comments
 (0)