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
- Host: GitHub
- URL: https://github.com/iamnotstatic/stocknft-contracts
- Owner: iamnotstatic
- Created: 2021-04-01T02:06:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T21:11:36.000Z (over 4 years ago)
- Last Synced: 2025-03-31T08:16:20.356Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Stock NFT 🚀🚀
[](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)!