Skip to content

jayson-leach/nft-fract-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT Fractionalization Demo

This project demonstrates the basic idea behind NFT fractionalization, based on conversations that took place during meetings in Weeks 2 and 3.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone https://github.com/jayson-leach/nft-fract-demo.git
  2. Install NPM packages
    npm init -y
    npm install --save-dev hardhat
    npm install --save-dev @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers ethers
    npm install @openzeppelin/contracts
  3. Now, you can test the pre-made demo.
    npx hardhat run scripts/run.js

You can now freely make changes to run.js to change the interactions of the demo.

Contributing

Much of the code and direction for this demo is taken directly from a project on Buildspace, specifically the project titled "Mint your own NFT collection and ship a Web3 app to show them off."

Contact

Jayson Leach - jleach@ucsd.edu

Project Link: https://github.com/jayson-leach/nft-fract-demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published