Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/little-buddy/erc20_demo
- Owner: little-buddy
- Created: 2020-08-24T11:34:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T01:35:32.000Z (over 4 years ago)
- Last Synced: 2024-10-29T20:11:21.683Z (3 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```