Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/solobat/conflux-mint


https://github.com/solobat/conflux-mint

Last synced: about 1 month ago
JSON representation

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}"
}
```