Skip to content

Jadhav-Aniket/Building-a-Layer-2-DAPP-on-top-of-Blockchain

Repository files navigation

# Libraries Required : 
	-web3
    -json
    -networkx
	-matplotlib.pyplot
	-numpy
	-random
# Compilation Of Code:
	- Initialize :
            # Total Nodes = 100 (users)
            # barabasi_albert_graph algorithm input (n,m)
            # n = 100, m = 2
            # Fired 1000 Transactions
	- to compile the code do the following:
		-- install prerequisite libraries 
		-- To Execute:
            $ truffle migrate
            # change deployed_contract_address
            $ python3 client.py
# Output:
	- Output is generated and saved as graphs images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published