Using Truffle
What is Truffle ?
Step-by-Step Guide to Deploy Contract
1.Install Truffle
npm install -g truffle2.Initialize Truffle Project
mkdir TEP721Project
cd TEP721Projecttruffle init3.Write the Contract
4.Compile the Contract
5.Write the Deployment Script
6.Configure the Network
7.Deploy the Contract
Last updated