All Projects → application-research → estuary-www

application-research / estuary-www

Licence: Unknown, MIT licenses found Licenses found Unknown LICENSE.md MIT LICENSE-MIT
https://estuary.tech

Programming Languages

typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to estuary-www

estuary
A custom IPFS/Filecoin node that makes it easy to pin IPFS content and make Filecoin deals.
Stars: ✭ 195 (+509.38%)
Mutual labels:  ipfs, filecoin
kotal
Blockchain Kubernetes Operator
Stars: ✭ 137 (+328.13%)
Mutual labels:  ipfs, filecoin
valist
Web3-native software distribution. Publish and install executables, Docker images, WebAssembly, and more. Powered by Ethereum, IPFS, and Filecoin.
Stars: ✭ 107 (+234.38%)
Mutual labels:  ipfs, filecoin
web3.storage
⁂ The simple file storage service for IPFS & Filecoin
Stars: ✭ 417 (+1203.13%)
Mutual labels:  ipfs, filecoin
borg
Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
Stars: ✭ 25 (-21.87%)
Mutual labels:  ipfs, filecoin
filecoin-box
Filecoin flavored Ganache Truffle box
Stars: ✭ 23 (-28.12%)
Mutual labels:  ipfs, filecoin
nebula-crawler
🌌 A libp2p DHT crawler, monitor, and measurement tool that exposes timely information about DHT networks.
Stars: ✭ 97 (+203.13%)
Mutual labels:  ipfs, filecoin
nft-website
NFT School: Community education platform for developers in the non-fungible token space.
Stars: ✭ 260 (+712.5%)
Mutual labels:  ipfs, filecoin
filecoin-client
Golang的轻量级filecoin客户端,支持离线签名,基本满足钱包交易所充值提现逻辑
Stars: ✭ 50 (+56.25%)
Mutual labels:  ipfs, filecoin
pop
Run a point-of-presence within Myel, the community powered content delivery network.
Stars: ✭ 28 (-12.5%)
Mutual labels:  ipfs, filecoin
add-to-web3
⁂ Github Action to upload your website to web3.storage
Stars: ✭ 22 (-31.25%)
Mutual labels:  ipfs, filecoin
nft.storage
😋 Free decentralized storage and bandwidth for NFTs on IPFS and Filecoin.
Stars: ✭ 309 (+865.63%)
Mutual labels:  ipfs, filecoin
pinion
📌Pin orbit-db stores and ipfs hashes
Stars: ✭ 29 (-9.37%)
Mutual labels:  ipfs
lighthouse
Get verifiable storage on Filecoin Network directly from Ethereum Smart Contracts
Stars: ✭ 19 (-40.62%)
Mutual labels:  filecoin
Aya
your globally distributed waifu storage
Stars: ✭ 32 (+0%)
Mutual labels:  ipfs
go-ipns
Utilities for creating, parsing, and validating IPNS records
Stars: ✭ 35 (+9.38%)
Mutual labels:  ipfs
eth-plot
r/place inspired Dapp
Stars: ✭ 36 (+12.5%)
Mutual labels:  ipfs
IPFS-Ethereum-Image
【IPFS + 区块链 系列】 入门篇 - IPFS + Ethereum (下篇)-ipfs + Ethereum 大图片存储
Stars: ✭ 57 (+78.13%)
Mutual labels:  ipfs
prometheus-spec
Censorship-resistant trustless protocols for smart contract, generic & high-load computing & machine learning on top of Bitcoin
Stars: ✭ 24 (-25%)
Mutual labels:  ipfs
ipfs-api-mount
Mount IPFS directory as local FS.
Stars: ✭ 16 (-50%)
Mutual labels:  ipfs

Post

Estuary WWW

A website that can communicate to any Estuary node. You can make Filecoin storage deals with an Estuary node.

Development

Make sure NodeJS 10+ is installed. Then run:

npm install
npm run dev-production

Now view localhost:4444 in your browser.

Note: If you are using another port for your estuary node other than the default port (localhost:3004), you can set the ESTUARY_API environment variable to point to the right URL. for example. to change to port 9999

$ ESTUARY_API=http://localhost:9999 npm run dev

Troubleshooting

The estuary-www frontend was built using modern day frontend technologies that requires different modules. Some of the modules may or may not be dependent on the host operating system architecture or kernel and this can cause issues when running the app.

Issue: Unhandled Runtime error

This happens when estuary-www failed to connect to estuary backend. Make sure that ESTUARY_API is set to estuary host ip and port. image

Issue: Missing modules, webpack modules

There are instances were in webpack global modules are used by different projects and this can cause some conflict with estuary-www. If you ran into an issue, run the following command

npm install -g webpack-dev-server

Contributing to estuary-www

Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

Questions?

Twitter: @wwwjim.

You can also find our team on slack

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].