A framework for staking NFTs and LP tokens on the Digitalax Platform
To buy and stake your own token, visit https://digitalax.xyz/
Install Brownie: pip3 install eth-brownie
Compile updated contracts: brownie compile
Compile all contracts (even not changed ones): brownie compile --all
Run tests: brownie test
Run tests in verbose mode: brownie test -v
Check available fixtures: brownie --fixtures .
Run script: brownie run <script_path>
Run console (very useful for debugging): brownie console