aurora-is-near / aurora-engine

⚙️ Aurora Engine implements an Ethereum Virtual Machine (EVM) on the NEAR Protocol.
https://doc.aurora.dev/develop/compat/evm
327 stars 80 forks source link

Support reproducible builds #9

Open artob opened 3 years ago

artob commented 3 years ago

https://github.com/near/near-evm/issues/61#issue-804098888:

as suggest way to produce exactly same wasm file by near-sdk-rs: https://github.com/near/near-sdk-rs/tree/master/contact-builder

mrLSD commented 3 years ago

@artob What current status of the Issue?