Skip to content

Flash-Fashions/staking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published