Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solobat/conflux-mint
https://github.com/solobat/conflux-mint
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/solobat/conflux-mint
- Owner: solobat
- Created: 2023-12-15T07:15:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T02:05:45.000Z (about 1 year ago)
- Last Synced: 2023-12-16T08:35:10.483Z (about 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 安装
```bash
## 安装依赖
yarn## 配置钱包,自行填写私钥
cp wallet.default.json wallet.json
cp config.default.json config.json## 申请 rpc url: unifra.io
## 执行
node index.js
```## 配置
```json
{
// 期望 30 秒 mint 一张
"timepermint": 30000,
// 90 Gdrips
"gasPrice": 90,
// rpc
"rpcurl": "https://cfx-core.unifra.io/v1/{apiKey}"
}
```