Truffle Install

In this guide, we will walk you through the following topics:

· Dnero support for the Ethereum RPC APIarrow-up-right suite.

· Support for smart contract development tools, including Trufflearrow-up-right.

circle-info

Ethereum RPC API support is on our github.

Truffle

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:

Smart Contract Project demo

Install Truffle

If you haven't done so, please follow the instructions belowarrow-up-right to install the Truffle suite. NodeJS v8.9.4 or later is required. For readers that are not yet familiar with Truffle, please click herearrow-up-right to learn more.

Shell

npm install -g truffle

Last updated