This program serves as a demonstration of placing limit orders on ArthSwap while utilizing the integration of Shibuya and Turing Dev networks. It will also be compatible with the Rococo test environment, specifically Rocstar and Turing Staging. The ArthSwap team has deployed a smart contract on Rocstar for testing purposes.
The app is built using Create React App and @oak-network/sdk.
The app is configured to run with the following environments and releases: Turing Dev: https://github.com/OAK-Foundation/OAK-blockchain/releases/tag/v2.0.1 Shibuya: https://github.com/AstarNetwork/Astar/releases/tag/v5.20.0
Please refer to the instructions of https://github.com/OAK-Foundation/OAK-blockchain#quickstart---run-local-networks-with-zombienet on how to run the local networks. Once you installed zombienet, you can spin up the two networks with zombienet spawn zombienets/turing/shibuya.toml
.
Install dependencies, yarn
Start the app, yarn start
This project was bootstrapped with Create React App. For more available scripts, check out their README.md.
You can learn more about OAK’s automation in the Price Automation Explained.(to be updated), or contribute to its open-source code in OAK-blockchain repo or oak.js SDK packages repo.