Files
pfe-blockchain/docs/rapportFinal/centralisation/sources.bib
2023-04-01 23:21:13 +00:00

90 lines
2.4 KiB
BibTeX

%Sources plateformes
@misc{defStack,
title = {Qu'est-ce que le staking dans la crypto?},
howpublished = {Binance Academy},
year = {2019},
month = {09},
url = {https://academy.binance.com/fr/articles/what-is-staking},
}
@online{orderBook,
title = {Order Book},
howpublished = {Binance Academy},
url = {https://academy.binance.com/en/glossary/order-book},
}
@online{IOU,
title = {What is an IOU?},
howpublished = {Freewallet},
year = {2021},
month = {09},
author = {Solomon Brown},
url = {https://freewallet.org/blog/what-is-an-iou/},
}
%Sources attaques
@misc{SolMed,
title = {Solana's Wormhole Hack Post-Mortem Analysis},
howpublished = {Medium},
year = {2022},
month = {02},
url = {https://extropy-io.medium.com/solanas-wormhole-hack-post-mortem-analysis-3b68b9e88e13},
}
@misc{SolRekt,
title = {Wormhole Rekt},
howpublished = {Rekt},
year = {2022},
month = {02},
url = {https://rekt.news/wormhole-rekt/},
}
@misc{SolGitError,
title = {Verify signature},
howpublished = {GitHub},
year = {2021},
month = {09},
url = {https://github.com/wormhole-foundation/wormhole/blob/ca509f2d73c0780e8516ffdfcaf90b38ab6db203/solana/bridge/program/src/api/verify_signature.rs#L101},
}
@misc{SolGitFixed,
title = {Verify signature (fixed)},
howpublished = {GitHub},
year = {2022},
month = {02},
url = {https://github.com/wormhole-foundation/wormhole/blob/7edbbd3677ee6ca681be8722a607bc576a3912c8/solana/bridge/program/src/api/verify_signature.rs},
}
@misc{NomadGitError,
title = {Replica.sol},
howpublished = {GitHub},
year = {2022},
month = {07},
url = {https://github.com/nomad-xyz/monorepo/blob/2b80ba83755a43e046c65d303d087094b58e8da9/packages/contracts-core/contracts/Replica.sol#L103},
}
@misc{NomadGitFixed,
title = {Replica.sol (fixed)},
howpublished = {GitHub},
year = {2022},
month = {09},
url = {https://github.com/nomad-xyz/monorepo/blob/0e02cc1f09d16f809f5d2d8f05abbeea6d1af04e/packages/contracts-core/contracts/Replica.sol#L103},
}
@misc{NomadMedium,
title = {Nomad Bridge Hack Root Cause Analysis},
howpublished = {Medium},
year = {2022},
month = {08},
url = {https://medium.com/nomad-xyz-blog/nomad-bridge-hack-root-cause-analysis-875ad2e5aacd},
}
@misc{NomadRekt,
title = {Nomad Rekt},
howpublished = {Rekt},
year = {2022},
month = {08},
url = {https://rekt.news/nomad-rekt/},
}