Please read the Setup guide if you haven't.
mythril
is installed and properly working. We recommend using Docker for this as many issues exit when installing via pip3
. Follow the instructions here. You can get Docker heremythril
using this command:Note: In case you are running myth analyze
directly you can modify the command being executed in ./mythril.sh
. You can also add/remove contracts to analyze by changing the script in this file
Make sure echidna
is installed. We recommend using precompiled binaries. You can get the latest release here. You will need prerequisites as slither
and solc-select
also installed. Check this previous section to install and configure these components.
Run echidna
script:
echidna
on specific contract:Note: You can modify the commands being executed in ./echidna.sh
. You can also add/remove contracts to analyze by changing the script in this file. Configurations are defined in echidna.config.yml
.
To buy a domain in the RIF Marketplace, a single transaction is involved. Let's start:
Now you can click on Buy Another Domain to get back to the main Domain listing page. You can also login to the RNS Manager to manage and setup the domain.
To sell a domain, two transactions are involved. Let's start:
Click on "View Domain Listings" to see the domain you have just listed, now available on the RIF Marketplace.
If you want to remove a domain which is listed for Sale, you can do that with two transactions. Let's start:
Go to the RIF Marketplace. Click on Name Services to get to the RNS Domains Marketplace.
Click on the SELL tab right above the filter panel on the left. This will redirect you to the list of domains you own which are available for sale. On the left you will see three options, select Your Offers
Click on View Domain Listings to verify that the domain has been removed from the RIF Marketplace.