Skip to content

thawalk/VeryNear

Repository files navigation

VeryNear - A NFT Launchpad on the NEAR Protocol

Home Page Screenshot

You can view the demo of the application here: https://youtu.be/yu3YJWRgtPw

You can view the slide deck regading this project here: https://docs.google.com/presentation/d/1-Z0LsOT9v0ru1i_zTkUEZIljYrsm730bRdfQk9pz92k/edit?usp=sharing

Front-end of the application is built using React and the backend is NEAR Smart Contracts built using Rust.

Click here to view other screenshots of our application!

Prerequisites

Installation & Set Up for Contracts

cd contracts

Example

  1. Create Account
./scripts/create-account.sh your-account.testnet
  1. Deploy Contract
./scripts/deploy.sh nft.your-account.testnet
  1. Initialize Default Contract
./scripts/initialise-default-contract.sh nft.your-account.testnet your-account.testnet

Installation & Set Up for Front-end

Node Version Used: v14.17.3 NPM Version Used: 8.3.2

Download this repository

git clone https://github.com/thawalk/VeryNear.git
cd VeryNear

Running the Front-end

The Front-end application (which is built with React.js) is located under the src folder in the directory.

  1. Install dependencies
npm install
  1. Start application
npm run dev

Screenshots

Homepage

HomePage

Create Page

CreatePage

Minting Page

MintPage

Team Members

About

A NFT Launchpad on the NEAR Protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors