Setup truffle
π Truffle config
module.exports = {
contracts_build_directory: "./src/contract_build",
compilers: {
solc: {
version: '0.5.2'
}
},
};π Test out
truffle compileCompiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.Last updated