-
Notifications
You must be signed in to change notification settings - Fork 32
Home
Carlos Faria edited this page Jul 15, 2019
·
3 revisions
You can find here an example of how to import the models and instantiate the SimulationWorld
with certain input parameters.
In order to simulate a blockchain protocol you need to have measurements from a real network (a.k.a input parameters)
In config.py it is defined the configurations of the blockchain being simulated.
-
blockchain
: points to a specific group of models inblocksim/models
(e.g.ethereum
will use models inblocksim/models/ethereum
-
locations
: list of all available locations corresponding to the measurements inthroughput-received.json
,throughput-sent.json
andlatency.json
Here you can find measurements taken from real deployed instances on AWS.