Skip to content

Commit

Permalink
Tidying up Readme and adding cover (#67)
Browse files Browse the repository at this point in the history
* Tidying up Readme and adding cover

* Fix grammar
  • Loading branch information
tinkrtailor authored May 7, 2024
1 parent 4a7e153 commit 8cdbde9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Binary file added ProjectAwakeningCover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Game Chain Contracts
# World Chain Contracts

*Disclaimer: This is very much a work in progess.*
![Project Awakening cover logo](./ProjectAwakeningCover.png)

This repository contains the smart contract code supporting Project Awakening and targeted for deployment on the game chain. It contains of two separate code paths. The standard contracts are plain solidity contracts intended as support structure. The mud contracts are the functionality or *business logic* itself.
This repository contains the smart contract code supporting Project Awakening and targeted for deployment to the world chain. It contains of two separate code paths. The standard contracts are plain solidity contracts intended as support structure. The mud contracts are the functionality or *business logic* itself.

# Quickstart

Expand Down Expand Up @@ -35,3 +35,7 @@ We are running the anvil node explicitly ourselves for three reasons:
- Making the development environment as similar to live ones as possible
- Decoupling from MUD's opinionated dev tools
- Having a stand alone development node allows us to deploy modules in a deterministic an selective manner

# License

The contents of this repository are open-source software under the [MIT license](./LICENSE).

0 comments on commit 8cdbde9

Please sign in to comment.