Giter Site home page Giter Site logo

collection-manager's Introduction

NFT Collection Manager

An NFT Collection Manager for the EOS/AtomicAssets ecosystem built by FACINGS as per our ENF Grant Proposal.

This project is meant to both work as a stand-alone NFT publishing platform, as well as a launchpad for NFT developers on EOS.

The core feature set is very simple:

  1. Login and view resource usage
  2. View/explore collections (schemas, templates, and NFTs)
  3. Create and edit collections
  4. Mint and transfer NFTs

Important principles:

  1. Keep the core simple and secure with minimal dependencies
  2. Allow publishers, developers, and businesses to build faster
  3. Grow open-source community around core EOS/AtomicAssets needs

Documentation

  1. Getting Started (this README document) - Project overview and "Getting Started" guide for devs.
  2. User Guide - For users. Basic tutorial explaining how to create a collection and mint NFTs.
  3. Plugin System - For devs, describing how the plugin system works.
  4. Contributing - For devs, describing how to contribute to this project.
  5. Testing Guide - For reviewers/testers, full run-through of functionality.
  6. Data Import Plugin - For users, guide to using the CSV import plugin.
  7. Data Types - An overview of AtomicAssets data types.

Dependencies

  1. Public AtomicAsset API (AGPLv3; use any public endpoint)
  2. Public Node API endpoint (MIT; use any public EOS or WAX endpoint)
  3. Public IPFS endpoint (MIT; e.g. https://ipfs.ledgerwise.io/ipfs)

Getting Started - Development

Ensure all project dependencies are installed:

yarn

The following command will prep the environment, and, using the API endpoints specified in .env, start the application server in development mode with features like hot-code reloading and dev-friendly error reporting.

yarn dev

Now you may open http://localhost:3000 to access the app.

Running the application with docker

Install Docker and execute:

docker-compose up --build --force-recreate

After build, open http://localhost:3000 to access the app.

Environment Variables

Next.js allows you to set defaults in .env (all environments), .env.development (development environment), and .env.production (production environment).

Variables set in .env.local always override any defaults set.

Testnet

If you do not wish to publish on EOS mainnet, you may select the "Jungle4 (EOS Testnet)" chain in the upper left-hand corner.

Currently this app supports both EOS Jungle4 Testnet and WAX Testnet. (Click either link to create a free testnet account.)

License

GPLv3

collection-manager's People

Contributors

roadscape avatar mr-souza 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.