We would like to introduce Blogistics, a decentralize logistics platform that take supply chain management on the blockchain to provide security and transparrency.
🖥️ Video . 🔗 Website · 📂 Repo · 🚀 Got Issue
Blogistics is a blockchain-based logistics platform that enables secure and transparent supply chain management. By decentralizing the supply chain management process on the blockchain, Blogistics provides a higher level of security and transparency, as well as immutability.
By using Blogistics, businesses will be able to enjoy a higher level of security and transparency in their supply chain management process. In addition, the platform is also immutable, which means that once data is entered into the blockchain, it cannot be changed or tampered with. This provides businesses with a higher level of confidence in the accuracy of the data. by a third party.
Blogistics works by tracking and verifying the movement of goods through the supply chain on the blockchain. This process is secure and transparent, and enables businesses to track the progress of their goods through the supply chain in real-time.
The key features of Blogistics include:
-
Secure and transparent: The platform uses blockchain technology to track and verify the movement of goods through the supply chain, providing a higher level of security and transparency.
-
Immutable: The data stored on the blockchain is immutable, which means that it cannot be changed or tampered with. This provides businesses with a higher level of confidence in the accuracy of the data.
-
Real-time tracking: The platform enables businesses to track the progress of their goods through the supply chain in real-time.
The platform can be used for a variety of supply chain management applications, such as:
Tracking the movement of goods through the supply chain
Verifying the authenticity of goods
Tracking the progress of production
Managing inventory
- Clone the repository
git clone https://github.com/gonormonor/Blogistics- Change the working directory
cd Blogistics- Start the local Hardhat node
npx hardhat node- With the network running, deploy the contracts to the local network in a separate terminal window
npx hardhat run scripts/deploy.js --network localhost- Start the app
npm run start🎇 You are Ready to Go!
The chain ID should be 80001. If you have a localhost rpc set up, you may need to overwrite it.
To deploy to Polygon test or main networks, update the configurations located in hardhat.config.js to use a private key and, optionally, deploy to a private RPC like Infura.
require('@nomiclabs/hardhat-waffle');
const privateKey = 'xxx';
const projectId = 'xx';
module.exports = {
defaultNetwork: 'hardhat',
networks: {
hardhat: {
chainId: 1337,
},
matic: {
url: 'https://polygon-mumbai.g.alchemy.com/v2/{projectId}',
accounts: [privateKey],
},
},
solidity: {
version: '0.8.4',
settings: {
optimizer: {
enabled: true,
runs: 200,
},
},
},
};-
Solidity: as Main Coding Language for writing smart contract
-
ReactJs: as Main Coding Language for Creating The UI components (Front End)
-
TailwindCss: as Main Coding Language for styling UI components
-
IPFS: For Storing of files
-
Web3 Storage: For Storing of files
-
Moralis: as Tool for creating the chat section
-
Quick Node :APIs - Blockchain
-
Github : For Repo Storage and source code management
-
Git : For Version Control System
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
-
Fork the Project
-
Create your Feature Branch (git checkout -b feature/AmazingFeature)
-
Commit your Changes (git commit -m 'Add some AmazingFeature')
-
Push to the Branch (git push origin feature/AmazingFeature)
-
Open a Pull Request
Gonor Monor
🎀 Contributions (GitHub Flow), 🔥 issues, and 🥮 feature requests are most welcome!
💙 If you like this project, Give it a ⭐ and Share it with friends!
Made with Solidity and Javascript & ❤️
