You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.`goar` implemented creating,editing,reading and verifying bundles tx
313
313
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`
315
314
316
315
#### Create Bundle Item
317
316
```go
@@ -369,8 +368,9 @@ for _, item := range bundle.Items {
369
368
assert.NoError(t, err)
370
369
}
371
370
```
371
+
check [bundle example](./example/bundle_test.go)
372
372
373
-
### About Arseeding
373
+
####About Arseeding
374
374
if you can `utils.SubmitItemToArseed(item,currency,arseedUrl)`
375
375
and you will get the following return response
376
376
```go
@@ -387,13 +387,13 @@ and you will get the following return response
387
387
After you transfer 0.000701 USDT to bundler using everpay, arseeding will upload the item to arweave.
388
388
For more usage, jump to [docs](https://github.com/everFinance/arseeding/blob/main/README.md)
389
389
390
-
### About Bundlr
390
+
####About Bundlr
391
391
if you call `utils.SubmitItemToBundlr(item,bundlrUrl)`
392
392
and return `panic: send to bundler request failed; http code: 402`
393
393
means that you have to pay ar to the bundler service address
0 commit comments