Skip to content

websoft-ie/ERC1155NFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC-1155_NFT_creation

how to create NFT's using ERC1155, create different URIs for every NFT and pay out part of provision at NFT sale to third party

Installation procedure

git clone git clone https://github.com/websoft-ie/ERC1155NFT
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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published