Skip to content

TimmyKwesi/heads-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

This project is simple Lorem ipsum dolor generator.

Technologies

Project is created with:

  • Aptos Move version: 2.0.2

Setup

Prerequisits

Git

In order to efficiently version the code you have to use git version control system. Please install git by following instructions under this link.

Aptos Move CLI

This project is written in Move, in order to compile and test the project you need to have Aptos Move CLI installed. Install it by following instructions under this link.

To compile this project use the following command:

$ aptos move compile

In order to run all the tests, use:

$ aptos move test

Goal

The goal of this project is to create a coinflip game described in Heads Up Overmind page. To do that, follow TODOs that are all over the coin_flip.move file. If you need any help with using Move, refer to Aptos Move Book

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages