🛰Satellites — Launch a Marketplace of NFT

Kohei Tanaka
BlockBaseLab
Published in
2 min readAug 18, 2019

Introduction

We released the Satellites as an open source project for Non-Fungible-Token(NFT) Ecosystem.By Satellites, we can build Marketplace of NFT quickly. Also we designed it as a sustainable open-source ecosystem.

GitHub : https://github.com/block-base/satellites

Who We Are

BlockBase, Inc. is a development and consulting firm of blockchain technology based in Japan. We built a Marketplace of NFT which is named bazaaar. We adopted the 0x Acceleration program and replaced backend system to 0x protocol. We also built new 0x Extension contracts according to the Japanese regulation and a better UX. This time it was released as open- source software.

Satellites Project

Launch a Marketplace of NFT

The Satellites use the 0x protocol and the Original Extension Contracts. Everyone can easily build a marketplace as shown below without creating any smart contract.

Quick Start

# install repository
$ git clone https://github.com/block-base/satellites.git
$ cd satellites

$ cd templates

# install dependencies
$ npm install

# serve with hot reload at localhost:8080
$ npm run dev

Also you can choose which assets will be handled at the marketplace. More information the customization be found here.

Sustainable Open-Source Ecosystem

Satellites is an open source project. This is an independent project. The Satellites team uses IssueHunt for a sustainable open-source ecosystem.
When using Satellites, a fee of the marketplace sales (default 1%) will be provided to Satellites development funds.
The money is distributed to contributors and maintainers.

Conclusion

We are confident that we can contribute to the NFT market make. This code has already been released (Apache License 2.0). We support decentralized a marketplace and sustainable open-source development.
We deliver NFT developers much easier and simpler way to build a MarketPlace of NFT!

--

--