Skip to content

grosa1/mythril-example

Repository files navigation

Run Mythril

# setup
conda create -n sc-analysis python=3.8
conda activate sc-analysis
python3 -m pip install mythril

# run
git clone https://github.com/grosa1/mythril-example.git
cd mythril-example
npm i
myth analyze contracts/NFTAuction.sol --solc-json remapping.json

NFT Auction

An interesting chalenge for creating an auction for a custom NFT.

Prerequisites

In order to install, test and run the project you will need the following:

TEST

Locally

Locally we will test using ganache, to do that run following commands:

docker-compose -f docker-compose up -d

After waiting for ganache start you cna ru nthe tests:

truffle test

Network Ropsten

[WIP]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published