Web3 + DIY Hardware NFT Art Display using Matic Network 🧥 🗄️ 👊
Youtube demo.
Huge thanks to Matic Network and Untitled NFT Hackathon organizers!
matiCast is a dApp that seamslessly integrates with Matic Network in order to bring more speed, scalabity and efficiency to your NFT-focused art gallery. You can test it out directly in your browser using compatible Web3 extensions, but the real deal here is to get your hands dirty and build your own blockchain-hardware display!
You've probably already seen electronic picture frames around you aunt's house or something like that. Think of matiCast as one of those that you can build yourself, using accessible and easy to use electronics, leveraging the power of Ethereum + Matic to display your digital art NFTs in real time, by simply logging into your account!
Nope, that's the magic! By using the interface contracts, and also due to Matic's underlying compatibility with EVM, this dApp can check validity and ownership directly from ETH mainet. This means lower (better yet, waaay lower) fees to keep your art gallery running, without the hassle of having to port your NFTs anywhere.
You can follow the detailed explanation over at this link. But this is the recommended display setup:
Nope, all hardware tutorials are suggestions to help you out. You can use alternative material and builds as you wish, and you can leverage the dApp to demo matiCast directy in your browser.
Nope, you can even customize how you want to display your NFTs!
All smart contracts are still deployed on Matic's testnet Mumbai. Plans on porting them over to mainet are currently on hold for the time being, as this is a Proof of Concept.
- ownable.sol - mainly used to check ownership of the ERC-721 to display.
- validator.sol - used to validave NFTs.
Check out the official Matic docs for delailed instructions on how to deploy them:
- matic-cli
- node
- solidity 0.4.24
- truffle/remix
- Visual Studio Mac
- authereum account
- dotNET core
- redis-server (running)
git clone https://github.com/canokaue/matiCast
cd matiCast
source install.sh
# if Windows run .exe found in matiCastWebApp/bin or /debug
# depends on you VS build config
# if Mac open VSMac and build locally
Required settings (=example):
- CLIENT = "matiCast0"
- ENVIRONMENT = "stable"
- API_KEY = "1hu8is1278s8da9"
- API_SECRET = "AHNG62SG379F32DSAVWSPFUNDUDZIIFSLJEAIUQUHLCG..."
- TIMEZONE = "America/Sao_Paulo"
Available settings (= std_value):
- SAVE_LOGS = False
- LOG_DIR = "logs/"
- MAX_LOG_SIZE = 100000000 # 100Mb
- This project is a fork of codyborn's project.
- Huge thanks to the Matic team for the support and help provided during the hackathon.
- dj-powehi