josip0920-zz / staking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Solidity 92.3%Language:Python 7.7%