title | tags | description |
---|---|---|
Training Shifumi dapp |
Training |
Training Shifumi for decentralized application |
dapp : A decentralized application (dApp) is a type of distributed open source software application that runs on a peer-to-peer (P2P) blockchain network rather than on a single computer. DApps are visibly similar to other software applications that are supported on a website or mobile device but are P2P supported
Goal of this training is to develop a shifumi game with a smart contract. You will learn :
- how to elaborate a smart contract in jsligo,
- how to use use specific chest functionality and
- how to develop with a TDD (Test driven development) approach.
Please install this software first on your machine or use online alternative :
- VS Code : as text editor
- ligo : high level language that's transpile to michelson low level language and provide lot of development support for Tezos
V1 A simple game
V2 A fair game
V3 Time to bet
MIT License
Copyright (c) 2022 ligolang
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.