331b9df337c7e93f95de6c41c01597a406ad45c7
Dexorder contract
Dexorder Solidity code is in this subproject. This readme is for running contract code standalone for testing purposes.
Quickstart
# install dependencies: foundry, jq, make
curl -L https://foundry.paradigm.xyz | bash
sudo apt install jq
sudo apt install make
# build and test the contract
make
Development
The development environment is based on Foundry toolset.
Description
Languages
Shell
55.8%
Solidity
27.9%
Python
12.2%
Makefile
4.1%