Files
contract/Readme.md
2023-10-20 14:36:34 -07:00

20 lines
438 B
Markdown

# Dexorder contract
Dexorder Solidity code is in this subproject. This readme is for running contract code standalone for testing purposes.
## Quickstart
```bash
# 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](https://book.getfoundry.sh) toolset.