An open API service indexing awesome lists of open source software.

https://github.com/iamnotstatic/stocknft-contracts

NFT marketplace contract
https://github.com/iamnotstatic/stocknft-contracts

Last synced: 12 months ago
JSON representation

NFT marketplace contract

Awesome Lists containing this project

README

          

## Stock NFT 🚀🚀

[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-red.svg?style=flat)](http://makeapullrequest.com)

NFT marketplace contract

## Running Smart Contract with Truffle and ganache blockchain locally

```bash
# Clone Repo
$ git clone `https://github.com/iamnotstatic/stock-nft`

# Install Dependencies
$ yarn

```

### Connecting to Ganache and compiling contract

```bash
# Connect to ganache blockchain
$ ganache-cli -a

# Run Migration and deploy to local blockchain
$ truffle migrate

# Run test
$ truffle test

```

# Author 💖

[Abdulfatai Suleiman](https://twitter.com/iamnotstatic)!