0.1.45 • Published 8 years ago
dc-core v0.1.45
This repository stores source code that implements logic behind core solution elements. Actual source files are stored in the src folder. src/index.ts file interacts with other files from this folder.
- ChannelState.ts contains the channel state change logic during a game session. It indicates when a state is changed and how the parties approve it.
- DApp.ts contains the general game logic.
- DAppDealerInstance.ts and DAppPlayerInstance contain the code applied to create and run a specific game instance (session) - bankroller and player side- according to the general workflow from game initialization when a channel is created, through bankroller and player account checks and despositing, actual gambling process, result computation and distribution of funds. Note that this file
- GlobalGameLogicStore.ts
- ChannelState.ts stores the logic behind state change during a game.
- RSA.ts implements the encryption logic.
The index.ts file in the root folder of this repository imports the resulting configuration from the src/index.ts.
0.1.45
8 years ago
0.1.37
8 years ago
0.1.25
8 years ago
0.1.24
8 years ago
0.1.22
8 years ago
0.1.21
8 years ago
0.1.19
8 years ago
0.1.18
8 years ago
0.1.17
8 years ago
0.1.16
8 years ago
0.1.15
8 years ago
0.1.14
8 years ago
0.1.13
8 years ago
0.1.12
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.4
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago
1.0.2
8 years ago
0.3.0
8 years ago
1.0.0
8 years ago
1.0.1
8 years ago