Truffle Install
Last updated
Last updated
In this guide, we will walk you through the following topics:
· Dnero support for the suite.
· Support for smart contract development tools, including .
Using Truffle for DApp development on Dnero is pretty much the same as on Ethereum. This page will take you through the basics of testing a smart contract and deploying it to the Dnero Mainnet through truffle. In particular, we will use the following simple "coin-like" smart contract project for the demo:
Shell
npm install -g truffle
If you haven't done so, please to install the Truffle suite. NodeJS v8.9.4 or later is required. For readers that are not yet familiar with Truffle, please click to learn more.