Skip to content

A Dialogic and Dynamic NFT System based on ERC 1155 and ERC 721 based on interactive URIs.

Notifications You must be signed in to change notification settings

GaussGlobalMachines/glamgram-interactive

 
 

Repository files navigation

A Dialogic and Dynamic NFT System

Installation procedure

git clone git clone https://github.com/matprime/ERC-1155-NFT-demo
cd ERC-1155-NFT-demo
npm install

Compiling smart contract, deployment to blockchain and test

truffle compile
truffle migrate --reset
truffle test

Before deploying smart contracts to blockchain "truffle migrate --reset", you need to make sure that local Ethereum blockchain is running. Demo was tested with ganache-cli local blockchain, and Matic Mumbai testnet.
To run tests on local Ethereum blockchain then first run ganache-cli with command "ganache-cli" and you will get 10 Ethereum test account filled with 100 test Ether to use for testing of demo.

Starting demo

npm run start

Browser window will open and demo will be started. For use of demo you need to use Metamask wallet, configure it to work with local blockchain and import one of test accounts which ganache generated.

About

A Dialogic and Dynamic NFT System based on ERC 1155 and ERC 721 based on interactive URIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 73.1%
  • JavaScript 24.1%
  • HTML 2.6%
  • CSS 0.2%