All Projects → protocol → nft-website

protocol / nft-website

Licence: MIT License
NFT School: Community education platform for developers in the non-fungible token space.

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to nft-website

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 (-90.38%)
Mutual labels:  ipfs, web3, filecoin
add-to-web3
⁂ Github Action to upload your website to web3.storage
Stars: ✭ 22 (-91.54%)
Mutual labels:  ipfs, web3, filecoin
ipfs-blog
IPFS Blog & News
Stars: ✭ 31 (-88.08%)
Mutual labels:  ipfs, web3, dweb
nft.storage
😋 Free decentralized storage and bandwidth for NFTs on IPFS and Filecoin.
Stars: ✭ 309 (+18.85%)
Mutual labels:  ipfs, nft, filecoin
kotal
Blockchain Kubernetes Operator
Stars: ✭ 137 (-47.31%)
Mutual labels:  ipfs, filecoin
digital-copyright
Stamp your code with a trackable digital copyright
Stars: ✭ 17 (-93.46%)
Mutual labels:  web3, filecoin
ipfs-companion
Browser extension that simplifies access to IPFS resources on the web
Stars: ✭ 1,745 (+571.15%)
Mutual labels:  ipfs, dweb
ipns-link
Expose local http-server (web-app) through IPNS
Stars: ✭ 18 (-93.08%)
Mutual labels:  ipfs, dweb
nebula-crawler
🌌 A libp2p DHT crawler, monitor, and measurement tool that exposes timely information about DHT networks.
Stars: ✭ 97 (-62.69%)
Mutual labels:  ipfs, filecoin
nft-app
How to create your own NFT and mint NFT token
Stars: ✭ 145 (-44.23%)
Mutual labels:  web3, nft
ape
The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals
Stars: ✭ 339 (+30.38%)
Mutual labels:  web3, nft
typescript-eth-starter
🔌 Ethereum Dapp Basic Typescript Starter
Stars: ✭ 125 (-51.92%)
Mutual labels:  ipfs, web3
fetch-nft
🖼🎑🌠 A utility to fetch and easily display Ethereum & Solana NFTs in a common format given any wallet
Stars: ✭ 83 (-68.08%)
Mutual labels:  web3, nft
pop
Run a point-of-presence within Myel, the community powered content delivery network.
Stars: ✭ 28 (-89.23%)
Mutual labels:  ipfs, filecoin
filecoin-client
Golang的轻量级filecoin客户端,支持离线签名,基本满足钱包交易所充值提现逻辑
Stars: ✭ 50 (-80.77%)
Mutual labels:  ipfs, filecoin
niftygate
Drop-in Access Control via NFT Ownership
Stars: ✭ 61 (-76.54%)
Mutual labels:  web3, nft
webflow-nft-components
Connect web3 to Webflow without coding skills
Stars: ✭ 69 (-73.46%)
Mutual labels:  web3, nft
nftool
A suite of tools for NFT generative art.
Stars: ✭ 145 (-44.23%)
Mutual labels:  ipfs, nft
superhighway84
USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
Stars: ✭ 437 (+68.08%)
Mutual labels:  ipfs, web3
filecoin-box
Filecoin flavored Ganache Truffle box
Stars: ✭ 23 (-91.15%)
Mutual labels:  ipfs, filecoin

NFT School

This repository contains code and content for the NFT School website, an open-source community education platform devoted to best practices, concept guides, tutorials, and how-tos for developers in the non-fungible token (NFT) space.

Contributions are more than welcome! As an open-source project, this site relies on people like you to suggest, create, and improve content to make the NFT developer experience better for everyone. To get started ...

  • Check this repo's issues page to see what items are in need of help, including content request issues looking for writers.
  • If you're writing something new, read through the contribution guide for guidelines on types of content, grammar, formatting, and style.
  • For details on building the site locally and submitting pull requests, see the "For site developers" section below.

For site developers

Build and run locally

This site is built in Vuepress, and uses Vue/JavaScript for functional code and Markdown for post content.

To build a local copy, run the following:

  1. Clone this repository:

    git clone https://github.com/protocol/nft-website.git
  2. Move into the nft-website folder and install the NPM dependencies:

    cd nft-website
    npm install
  3. Boot up the application in dev mode:

    npm start
  4. Open localhost:8080 in your browser.

  5. Close the local server with CTRL + c.

  6. To restart the local server, run npm start from within the nft-website folder.

PR and preview

Once you're happy with your local changes, please make a PR against the main branch. Including detailed notes on your PR - particularly screenshots to depict any changes in UI - will help speed up approval and deployment.

All PRs against main automatically generate Fleek previews to make it easier to "check your work". You can view your PR's preview by clicking Details in the fleek/build check at the bottom of your PR page:
image

A reviewer will be by shortly to have a look!

Maintainers

This site's codebase is under active maintenance by members of the core team at Protocol Labs.

License

All software code is copyright (c) Protocol Labs, Inc. under the MIT license. Other written documentation and content is copyright (c) Protocol Labs, Inc. under the Creative Commons Attribution-Share-Alike License.

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].