Giter Club home page Giter Club logo

next-bucket's Introduction

template

next-bucket

Why would I use this, Jim?

  • Want to put things on IPFS easily.
  • Love using Textile. Data on a Textile Bucket is stored on IPLD and pinned on to IPFS automatically.
  • You can use any gateway to retrieve your CID. This CID is a GIF version of the NFT-linked-asset that exists for https://foundation.app/ertdfgcvb/1613493082123-355.
  • [EARLY TESTING] Take your bucket and put it on the Filecoin Network with a storage deal.
  • [IN PROGRESS] Easier ways to verify your Filecoin address to make verified deals.

Introduction

Try it online: https://next-bucket.onrender.com

deals-made-2

This template should provide an easy way for you to set up Textile Buckets and pin content to the IPFS network. NextJS is the logical choice because

  • It is easy to learn.
  • Minimal setup for maximum output.
  • A lot of people know it.
  • Has a story around environment variables and light server functions.

In addition, NextJS and decentralized solutions such as Magic are an awesome combination if you want to create a website such as OpenSea.

I would like it to be easy for anyone to roll their own website without the need for a separate database such as Postgres or MongoDB. If you take a poke around hopefully this is a simple enough configuration for you.

Setup (MacOS)

Start by cloning the repository, or by clicking on Use this template above.

git clone [email protected]:application-research/next-bucket.git
cd next-bucket
  • Create a .env.local file.
    • The command: touch .env.local.
  • In this file you will want to include your Textile Hub keys and other secrets you don't want exposed to the client.
TEXTILE_HUB_KEY=XXX
TEXTILE_HUB_SECRET=XXX
IPFS_GATEWAY=https://ipfs.io

The easiest way to generate your user group keys for Textile is to download the latest version of the hub https://github.com/textileio/textile/releases/tag/v2.6.6

Now install dependencies and run the server.

npm install
npm run dev

Go to http://localhost:3000 in your browser of choice. Enjoy!

How do I follow development?

Be sure to follow the Filecoin Community post here.

next-bucket's People

Contributors

jimmylee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.