https://github.com/ronanyeah/mineral
https://github.com/ronanyeah/mineral
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronanyeah/mineral
- Owner: ronanyeah
- Created: 2024-05-10T16:14:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T22:11:24.000Z (about 2 years ago)
- Last Synced: 2025-01-28T17:22:20.889Z (over 1 year ago)
- Language: Move
- Size: 17.6 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mineral

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)