Skip to content

xylend-dev/NFT-Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOLRIGAMI

Solrigami

Netlify Status

Solrigami is an open source web application for creating, viewing and trading digital arts in non-fungible token (NFT) form. The project uses the Solana and Arweave blockchain networks to enable low-cost and fast transactions.

The application can run completely on-chain just running the front-end inside app/ folder, but it also supports integration with an API defined in api/ to allow saving data that does not require to be in blockchain or to fulfill other integration needs.

⚠️ This application is free and open source, use and modify it by your own risks.

Dependencies

Initially, install locally the following dependencies:

  1. Docker;
  2. Docker Compose.

Configuration files

  1. Create .env files at api/ and app/;
  2. Define the .env files with the environment variables as described at .env-reference.

Initialize the project

  1. In the main project folder, build and initialize the application with the command:
sudo docker-compose up --build
  1. After starting, the application resources will be available in the links below:
  • Front-end: http://localhost:3000/;
  • Back-end: http://localhost:8000/ (mongoDB on port 27017).

About

NFT marketplace built with Solana and Arweave blockchains

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages