9x Live tutorials will be scheduled at 12PM EST Monday, Wednesday, Friday for the next 3 weeks
Along with the release of the Simulator, Bancor is introducing a series of Bancor Simulator Tutorials happening live on Discord.
Launched in August, the Bancor Simulator is an open-source python package developed by Bancor Research. It aims to assist the design, testing and validation of Bancor protocol updates.
Bancor Simulator Tutorials
9x Live tutorials will be scheduled at 12PM EST Monday, Wednesday, Friday for the next 3 weeks, around the “Fundamentals of Bancor V3 Simulations” with Mark Richardson and Mike Casale, allowing everyone to learn how to use the simulator and create their own simulations:
(1) State Machines, State Variables, Containers and Interface:
⁃ 2 sessions: Conceptual/Theory, Applied
⁃ Covers state machine concepts and corresponding code in state.py.
(2) Bancor dApp and Simulator Interface:
⁃ Covers the top level BancorDapp class which is the main end-user interface for interacting with the simulator and corresponds to code in network.py.
(3) User Actions and State Transition Functions :
⁃ 4 sessions: Conceptual/Theory, Applied Trades, Applied Deposits, Applied Withdrawals
⁃ Covers user actions such as trades, deposits, and withdrawals within the context of state transition function concepts and corresponding code in actions.py.
(4) Standard and Auto-Compounding Rewards :
⁃ 2 sessions: Standard Rewards, Auto-compounding Rewards
⁃ Covers how to create and run reward simulations with a focus on corresponding code in rewards.py.
The first session will start on 12 September, Monday 12pm EST. Reminders will be tweeted and recordings will be put on Youtube after each tutorial.
To participate, join the the simulator channel in Bancor Discord.
Recordings:
Session 1: Fundamentals of Bancor Simulations
Useful Links