Welcome to Banana Idle Miner, an innovative idle mining game that combines the engaging elements of idle games with the revolutionary potential of blockchain technology. In this game, players use their PC's processing power to mine unique and rare Bananas, each represented as ERC-1155 NFTs, and each ERC-1155 ID is a custom ERC20
We have created a new ERC, the ERC403, which makes it possible for each ERC1155 id to be an ERC20.
The ERC1155 ID 0
is the voting contract, with which the future of the project can be decided, the community can choose:
- Create new banana ERC20 tokens
- Choose its icon
- The type of ERC20 (fee on transfer, rebasing, burning, auto liquidity, etc)
- Choose and change mining difficulty
- Etc.
Banana Idle Miner is designed to provide a unique gaming experience where players can earn digital assets through mining. The rarity of the Banana is determined by the complexity of the hashes found during the mining process, creating a fair and engaging reward system.
- Blockchain Integration: Utilizes Ethereum blockchain to mint and manage ERC-1155 NFTs.
- Idle Mining: Players use their computing power to mine Banana, with rarity based on hash complexity.
- Variety of Banana: Includes Normal, Steel, Golden, Crystal and Mystic.
- Decentralized Marketplace: Trade your Banana on platforms like OpenSea.
- Each ERC-1155 ID is a custom ERC20
To run Banana Idle Miner locally, follow these steps:
Clone the Repository:
git clone git@github.com:rotcivegaf/Banana.git
cd Banana/
yarn install
yarn dev
go to http://localhost:5173/
connect your wallet
- Contract: Banana.sol
- Contract: Banana.sol
- Contract: Banana.sol
- Miner: rust-banana-miner
- Banana.sol: 0xB82A4C77a57A08109D9EC0f338a944f1D4f7229B
- Transaction
mintBatch
: 0xc3bca9c9a8ff3c7cde69ae5a7c9648374da0c054271837e8167953214e9343f5 - Transaction
mintBatch
: 0x8ccce25e1933833772d0d9e0c47c26320e06473de705829a0d10e794f8f98be3
- Transaction
- BananaVoting.sol: 0x4f818C1e8ed8852eD5c84D4198b5E2659008586a
- BananaFeeOnTransfer.sol[1]: 0x3Ec5C0A31D779cdEd116741bc3E0f2713E39CA14
- BananaFeeOnTransfer.sol[2]: 0xAd43AbaeD15e41176F666DF2935f1249560e4456
- BananaFeeOnTransfer.sol[3]: 0x617f1025F1e41Df21d02b35a2DbbA1a0725420ED
- BananaFeeOnTransfer.sol[4]: 0x9d8D5DDc5596E821816c0f31c7A1dD2ef1C1C5AA
- Banana.sol: 0x171be1088EC661c510B3e688913A6dC039b7e470
- Transaction
mintBatch
: 0x55643a063646cce5538d362c3d95d680f461c216b1ba988ddb9a2859d824aa96 - Transaction
mintBatch
: 0x0fb7041bee2d9e985332bb0fbc79562bdafc68c3836bdc38a1f78bd95dd9cef0
- Transaction
- BananaVoting.sol: 0x308Ceb8D7D2C46D91Eae43607Ee4C8E148301556
- BananaFeeOnTransfer.sol[1]: 0x40B2d31DbFa1cb93D55CD0B4a2280036a6816Fb5
- BananaFeeOnTransfer.sol[2]: 0x88aC16f126419D10ECc97036c87f456d8464B936
- BananaFeeOnTransfer.sol[3]: 0x04e7157E00d52e4540f7bEC64ba332D6074aafb5
- BananaFeeOnTransfer.sol[4]: 0xD5184d59E4FEeCD1Ff728fb0471aF36CD0704e91
- Start Mining:
- This demo currently runs using Rust. You can start the mining process clicking in
Start Mining
button - Adjust the number of cores used for mining in the "Cores" section.
- This demo currently runs using Rust. You can start the mining process clicking in
- Claim Your Banana:
- Once you have mined enough, click the "Claim!" button to mint your Banana as ERC-1155 NFTs.
- Check Inventory:
- View your mined Banana in the Banana Contract.
- Normal Banana: A plain, smooth white Banana.
- Steel Banana: A shiny, metallic Banana with a platinum-like appearance.
- Golden Banana: A golden Banana with a glowing aura.
- Crystal Banana: A transparent Banana with multicolored reflections.
- Mystic Banana: An Banana covered in ancient runes, emitting a faint purple glow.
- [Front] Inventory page
- Create independent minters for each erc20, for each erc115 id a different minter could be configured.
- Each erc1155 id would have an id based on the token, allowing it to have the same id in all chains and to be bridged from one chain to another.
- Add a zk paymaster to be able to subsidize transactions
We welcome contributions from the community! Please follow these steps to contribute:
- Fork the Repository: Click the "Fork" button on the top right corner of this repository page.
- Create a Branch: Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit Your Changes: Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the Branch: Push to the branch (
git push origin feature/AmazingFeature
). - Open a Pull Request: Open a pull request to the
main
branch.
This project is licensed under the MIT License.