This project is created to establish bridges between Aeternity networks (Hyperchain, Mainnet). Project will include smart contracts, tests, backend server to bond the funds and a frontend application to interact with the contracts/bridge.
Project uses Bun toolkit, so before proceeding Bun installation should be completed.
Afterwards, run the following command to install the project dependencies:
bun install
Project has a aesophia_cli v8 binary in the /bin
folder to compile the contracts with following command:
bun run compile
Project uses Bun test runner and it can run the test without any additional package with the following command:
bun run tests