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

https://github.com/ronanyeah/mineral


https://github.com/ronanyeah/mineral

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Mineral

![apple-touch-icon](https://github.com/ronanyeah/mineral/assets/9598261/9e6d0319-b79d-4196-a2b3-055030b52e56)

The smart contract code for [Mineral](https://mineral.supply/), a proof-of-work token, currently being mined on the [Sui blockchain](https://sui.io/).

[x.com/MineralSupply](https://x.com/MineralSupply)

---

### Tokenomics

__Max Supply:__ 21,000,000 MINE

__Reward Output:__ 1 MINE / minute

---

### How to mine

- [Web app](https://mineral.supply/) ([Source Code](https://github.com/ronanyeah/mineral-app/tree/master/src))
- [CLI](https://github.com/ronanyeah/mineral-app/releases) ([Source Code](https://github.com/ronanyeah/mineral-app/tree/master/src/cli))

---

### Onchain links

- [Smart Contract](https://suivision.xyz/package/0x9cde6fd22c9518820644dd1350ac1595bb23751033d247465ff3c7572d9a7049)
- [Token](https://suiscan.xyz/mainnet/coin/0x9cde6fd22c9518820644dd1350ac1595bb23751033d247465ff3c7572d9a7049::mine::MINE/txs)

---

### Local development
##### Requirements
- [Sui CLI](https://docs.sui.io/references/cli/client)
##### Usage
```
sui client test
sui client build
```

---

### Prior art

- [Ore](https://github.com/HardhatChad/ore) (Solana blockchain - currently defunct awaiting v2)
- [POW](https://github.com/ronanyeah/pow-program) (Solana blockchain - NFT)