Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 656 Bytes

README.md

File metadata and controls

32 lines (15 loc) · 656 Bytes

Digitalax Staking

A framework for staking NFTs and LP tokens on the Digitalax Platform

To buy and stake your own token, visit https://digitalax.xyz/

Developer Setup

Install Brownie: pip3 install eth-brownie

Compiling the contracts

Compile updated contracts: brownie compile

Compile all contracts (even not changed ones): brownie compile --all

Running tests

Run tests: brownie test

Run tests in verbose mode: brownie test -v

Check available fixtures: brownie --fixtures .

Brownie commands

Run script: brownie run <script_path>

Run console (very useful for debugging): brownie console