Commit 18a0847e authored by Matthias Hebert's avatar Matthias Hebert
Browse files

Ajout projet

parents
Loading
Loading
Loading
Loading

README.md

0 → 100644
+10 −0
Original line number Diff line number Diff line
# Smart Contract Ethereum


### download ganache from : https://www.trufflesuite.com/ganache
### npm install
### start ganache workspace
### update config.json and apps.js (husbandAddress, wifeAddress)
### update truffle.js and secrets.js
### truffle deploy / truffle migrate --reset
### npm run dev

bs-config.json

0 → 100644
+8 −0
Original line number Diff line number Diff line
{
  "server": {
    "files": ["./src/**/*.{html,htm,css,js}"],
    "baseDir": ["./src", "./build/contracts", "./", "app"],
    "open": true
  },
  "ghostMode": false
}
+14376 −0

File added.

Preview size limit exceeded, changes collapsed.

+1486 −0

File added.

Preview size limit exceeded, changes collapsed.

+1091 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading