Skip to content

Commit

Permalink
Merge pull request #48 from FabricLabs/feature/release-update
Browse files Browse the repository at this point in the history
Downstream Updates
  • Loading branch information
martindale authored Jan 1, 2024
2 parents a6bd129 + fd0ff76 commit 9f42472
Show file tree
Hide file tree
Showing 39 changed files with 5,905 additions and 246,368 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.17.1
v18.19.0
23 changes: 23 additions & 0 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Fabric Edge Nodes for Developers
This library implements an HTTP interface to Fabric applications.

## Browser
### Components
- [ ] FabricApplication
- [ ] FabricBridge
- [ ] FabricBrowser
- [ ] FabricCard
- [ ] FabricContract
- [ ] FabricDebug
- [ ] FabricGrid
- [ ] FabricSite
- [ ] FabricStore

### Compile Status
#### `@fabric/core`
- [x] Actor
- [x] Remote

#### `@fabric/http`
- [x] Client
- [ ] Remote
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
[![GitHub contributors](https://img.shields.io/github/contributors/FabricLabs/web.svg?style=flat-square)](https://github.com/FabricLabs/web/graphs/contributors)
[![Community](https://img.shields.io/matrix/hub:fabric.pub.svg?style=flat-square)](https://chat.fabric.pub)

Fabric module for serving the legacy web.
Robust library for implementing Fabric-enabled Web Applications.
## TODO
- [ ] Replace `Fabric-enabled` with `Bitcoin-enabled`

## Quick Start
Building applications with `@fabric/http` is easy.
Expand Down
Loading

0 comments on commit 9f42472

Please sign in to comment.