ERC-1155_NFT_creation_demo – ERC-1155创建演示区块链毕设代写
区块链毕设代写本文提供国外最新区块链项目源码下载,包括solidity,eth,fabric等blockchain区块链,ERC-1155_NFT_creation_demo – ERC-1155创建演示区块链毕设代写 是一篇很好的国外资料
ERC-1155_NFT_creation_demo
how to create NFT’s using ERC1155 and pay out part of provision at NFT sale to third party
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.
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products. Learn more.
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products.
You can always update your selection by clicking Cookie Preferences at the bottom of the page. For more information, see our Privacy Statement.
Essential cookies
We use essential cookies to perform essential website functions, e.g. they’re used to log you in. Learn more
Always active
Analytics cookies
We use analytics cookies to understand how you use our websites so we can make them better, e.g. they’re used to gather information about the pages you visit and how many clicks you need to accomplish a task. Learn more
ERC-1155_NFT_creation_demo
how to create NFT’s using ERC1155 and pay out part of provision at NFT sale to third party
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.
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products. Learn more.
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products.
You can always update your selection by clicking Cookie Preferences at the bottom of the page. For more information, see our Privacy Statement.
Essential cookies
We use essential cookies to perform essential website functions, e.g. they’re used to log you in. Learn more
Always active
Analytics cookies
We use analytics cookies to understand how you use our websites so we can make them better, e.g. they’re used to gather information about the pages you visit and how many clicks you need to accomplish a task. Learn more
部分转自网络,侵权联系删除区块链源码网
区块链知识分享网, 以太坊dapp资源网, 区块链教程, fabric教程下载, 区块链书籍下载, 区块链资料下载, 区块链视频教程下载, 区块链基础教程, 区块链入门教程, 区块链资源 » ERC-1155_NFT_creation_demo – ERC-1155创建演示区块链毕设代写