Cryptolauncher is a fork from the LowFee project who envision to give access to a secure BEP20/ERC20 token launcher with no need for code integration and open source. We believe by giving power to people to launch their own tokens without bureaucracy or high fees we give a next step into the crypto economy.
What about you be part of this crypto revolution, either by supporting or using it.
Currently we have it limited to BSC as we are developing a minimum usable version.
Certainly! we are open to contributions with the reward of becoming a contributor
Project is still trying to react a minimum viable version, we will launch it live soon that is ready.
In the end of the day doesn't really matter, the point of the project is to help people who will identify with the lack of safe and cheap solutions while trying to launch their projects.
✔️ Finish the main features (Launch Token and List Launched Tokens)
➖ Polish UI/UX
➖ Launch the project live
The demo is comming soon we have the minimum amount of secure and usable features!
The project is divided in 2 main folders
- /cryptolauncher (Folder for the truffle)
- /cryptolauncher/client (Folder for the react)
First you need to go to the cryptolauncher folder and run the npm install
cd cryptolauncher
npm install
With that done you can go to the cryptolauncher/config.js and edit the truffle-config.js setting up the truffle as you want or keeping as the default.
Next you need to run truffle develop
to start using it.
Before running compile and migrate inside the truffle console, you need to go on the /cryptolauncher/contracts and setup a few stuff here:
Change the _owner to your wallet who is going to be used as admin. You can set the _platformFee to what you believe is a fair fee.
Remember to run the compile and migrate before start using it. And keep it running while developing.
Now make sure you opened a new terminal while truffle is running and you can do
cd cryptolauncher/client
npm install
After that you can check the /cryptolauncher/client/src/index.js where you can set the config for web3, drizzle, truffle and other stuff.
For support, email you can contact [email protected].
Our project have zero funding! Made from a Developer for people who need it.
Will be nice to have a UI/UX designer going thought the layouts and optimizing/re-designing.