alastria / alastriaID-truffle-contracts

Alastria ID truffle Smart Contracts
MIT License
2 stars 5 forks source link

Minor fix for SmartContracts deploy #46

Closed alejandroalffer closed 2 years ago

alejandroalffer commented 2 years ago

Minor updates for truffle-config.js in order to deploy contracts in Alastria BESU network (AKA, redB)

Versions used:

Truffle v5.4.23 (core: 5.4.23)
Solidity - 0.5.17 (solc-js)
Node v16.14.0
Web3.js v1.5.3

addresses.json

{
  "Eidas": "0xD940D8a056E5844f25e0DC2E3fEba1778aA6e7A1",
  "AlastriaServiceProvider": "0x1A16Ed0811D68529d55Adf50E0b7D2f779f6b5f2",
  "AlastriaIdentityIssuer": "0xbC52D9f30C5682C473fF736bD76d7BD7047c49e7",
  "AlastriaCredentialRegistry": "0xDd798776DA1924987519Ef6b3c64632Dbc80ED21",
  "AlastriaPresentationRegistry": "0x6Ceae7C2960955A9E5ef884bFaaadb417485a522",
  "AlastriaPublicKeyRegistry": "0x07b7f6167e0Ac23782F3299515063bf62b29D2be",
  "AlastriaIdentityManager": "0xBeD11fA3d3CC3F1060980B5D45bAae0Bb03cB740",
  "AlastriaNameService": "0x6f8b7d87eF61027d843f86700D530Bf8e6A0Fa35"
}
VictorNS69 commented 2 years ago

Also, if you have tested the smart contract in besu network, and if they are working well (tested with the examples repository, for example), can you create a new file called addresses-besu.txt, so we also have the addresses deployed in the repository?

VictorNS69 commented 2 years ago

Closed as it is merged in https://github.com/alastria/alastriaID-truffle-contracts/tree/fix/updateReceiverPresentation.

We will merge the https://github.com/alastria/alastriaID-truffle-contracts/tree/fix/updateReceiverPresentation branch as it has more updates.