5, intelligent Ethernet Square development contract (use OpenZeppelin write Token contract)

OpenZeppelin is a written contract on the Ethernet intelligent Square library.

Here you can find a lot of Tokenrealization of the contract
https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/token

The folder will have to implement different token contract is part of the official implementation OpenZeppelin
Here Insert Picture Description

step

1. Create an empty directoryOpenZeppelinERC20

mkdir OpenZeppelinERC20
cd OpenZeppelinERC20

Global installed truffle

npm install -g truffle

2. Create a Truffle project in this directory

truffle init

Then wait for the download to complete

✔ Preparing to

Guess you like

Origin blog.csdn.net/u013538542/article/details/104051761