Truffle Project Overview
In this Microfinance system, all smart contracts are developed using Truffle.
The blockchain directory contains the Truffle project.
In this section, we provide an overview of the Truffle project.
Project Structure
Microfinance
|--blockchain
| |--contracts
| |--migrations
| |--test
| |--truffle-config.js
contracts/: Directory for Solidity smart contracts.migrations/: Directory for scriptable deployment files.test/: Directory of test files to test contracts.truffle-config.js: Truffle configuration file.