Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/little-buddy/erc20_demo

An ERC20 Template for developer
https://github.com/little-buddy/erc20_demo

Last synced: about 1 month ago
JSON representation

An ERC20 Template for developer

Awesome Lists containing this project

README

        

# ERC20 token template

该文档是一份在 `ganache 客户端` 下简单发布 ERC20 token 的教程
按以下步骤操作前,请确定已经安装了 [ganache](https://www.trufflesuite.com/ganache) 客户端并启动。

```
git clone https://github.com/little-buddy/ERC20_demo.git
```

```
npm install / yarn
```

```
npm i -g truffle
```

```
truffle migrate

如果发现此过程较为漫长,是truffle在下载 [email protected] 的编译器,无需惊慌请耐心等待一会即可
```

```
现在你可以基于一些sdk进行相应代币操作的调试了

默认rpc http://127.0.0.1:7545

```