diff --git a/README.md b/README.md index c644061..09b1fc8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## Root finding +## Root Finder -A simple implementation of a root finding algorithm using the Newton-Raphson method. +A simple implementation of a root finding algorithm RMM-01 using the Newton-Raphson method. This was done to test out the [Solstat](https://github.com/primitivefinance/solstat) library. Modern CFMMs like RMM-01 implement more complicated trading functions that have variables that dynamically change such as volatility and time to expiry. @@ -41,7 +41,7 @@ $ anvil ### Deploy ```shell -$ forge script script/Counter.s.sol:CounterScript --rpc-url --private-key +$ forge script script/deployRootFinder.s.sol:DeployRootFinder --rpc-url --broadcast --private-key $PRIVATE_KEY ``` ### Cast @@ -49,11 +49,3 @@ $ forge script script/Counter.s.sol:CounterScript --rpc-url --pri ```shell $ cast ``` - -### Help - -```shell -$ forge --help -$ anvil --help -$ cast --help -```