LoopCommandSharp is a cross platform toolkit for everything Loopring related!
Grab a release for your platform from here: https://github.com/fudgebucket27/LoopCommandSharp/releases .
Double click on the executable to run. You might have to allow additional security settings depending on your platform.
mac users may need to run this command in a terminal window in the same folder as the unzipped LoopCommandSharp in order to run.
chmod +x LoopCommandSharpYou will notice some of the buttons are greyed out initially, you will need to click on the "Settings" button and export out your loopring api keys from loopring.io and etc into this window and click on save. The settings window should look like below:
The Loopring api key, private key, address and account id should correspond to your own loopring account that was exported from loopring.io. The fee token id of 1 is for LRC, you can change this to 0 for ETH.
Your main window should now look like this after saving the settings window:
There are two functions currently
- Create NFT Collection
- Mint NFT
This window allows you to create a new collection on Loopring. The window should look like below:
- Collection Name: Needs to be a unique name for the collection
- Collection Description: Description of your collection
- Collection Avatar: An image link on ipfs or http
- Collection Banner: An image link on ipfs or http
- Collection TileUri: An image link on ipfs or http
This window allows you to mint NFTs into a collection on Loopring. The window should look like below:
- Collection: Choose a collection from the dropdown to mint into
- Royalty Percentage: A whole number between 0 and 10 to dictate the royalty percentage
- Editions Per Mint: The editions per mint. Leave to 1 for 1/1 mints.
- Royalty Address: The address to assign royalties to. Defaults to the loopring address setup in the settings window.
- Enter IPFS JSON CIDS here per line text box: Enter an ipfs json cidv0(begins with Qm) per line in this text box.



