secretuniversity / secret-dice-contract-pathway

Secret pathway lesson for basic contract illustrating a key feature of building on Secret Network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SecretDice Contract Pathway

Gitpod ready-to-code

The SecretDice Contract Pathway (TBD), the beginner contract course at Secret University, is meant to showcase what's possible with privacy and randomness on Secret Network.

Secret Dice

A simple dice roll game implemented as a Secret Contract for the Secret Network.

Launching via Gitpod will create an environment that automatically starts localsecret (dockerized Secret Network), and exposes the ports for application development.

Open in Gitpod

Connecting from outside Gitpod

To connect, prepend the port number with the gitpod url. e.g. if the workspace is at https://secretunive-secretdicec-kf37podxsnu.ws-us59.gitpod.io then you can connect to the LCD service at https://1317-secretunive-secretdicec-kf37podxsnu.ws-us59.gitpod.io.

This repo also comes with all the dependencies you need to develop Secret Contracts, and SecretCLI.

Contributors

Notes

This secret contract was developed by adapting and merging these SCRT Labs' repositories:

Resources

(note that the video presentation covers the Secret Dice contract pre-Cosmwasm 1.0 upgrade)

About

Secret pathway lesson for basic contract illustrating a key feature of building on Secret Network.


Languages

Language:Rust 59.6%Language:TypeScript 35.8%Language:Makefile 4.6%