Skip to content

Commit

Permalink
removed outdated autobase example link
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapaezbas committed Feb 27, 2024
1 parent b86af67 commit e7d41a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions building-blocks/autobase.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ await base.view.update()
console.log(base.view.length)
```

More sophisticated indexing might require multiple appends per input node, or reading from the view during `apply` -- both are perfectly valid. The [multiwriter Hyperbee example](https://github.com/holepunchto/autobase/blob/master/examples/autobee-simple.js) shows how this `apply` pattern can be used to build Hypercore-based indexing data structures using this approach.

#### View Creation

#### **`base.start({ apply, unwrap } = {})`**
Expand Down

0 comments on commit e7d41a6

Please sign in to comment.