Skip to content

Commit

Permalink
Merge pull request #13 from StillFantastic/dev
Browse files Browse the repository at this point in the history
Transfer repository setting
  • Loading branch information
StillFantastic authored Nov 16, 2019
2 parents f699759 + d58ecfc commit aa4c250
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ethernaut
# Cypherpunks CTF

<p>Cypherpunks CTF is a Web3/Solidity based wargame inspired in <a href="https://ethernaut.openzeppelin.com" target="_blank" rel="noopener noreferred">Ethernaut</a>, to be played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'.</p>

Expand All @@ -8,7 +8,7 @@

1. Install all the dependencies
```
git clone https://github.com/StillFantastic/Crosslink-Ethernaut.git
https://github.com/cypherpunks-core/cypherpunks-ctf.git
npm install
```
2. Compile contracts and get static frontend files
Expand All @@ -17,7 +17,7 @@ npm run deploy:ui
```

### Coontributing
See `contributing.md` on the repository for information about how to contribute.
see [contributing.md](https://github.com/cypherpunks-core/cypherpunks-ctf/blob/dev/contributing.md) on the repository for information about how to contribute.

#### Example level development

Expand Down
2 changes: 1 addition & 1 deletion gamedata/descriptions/pages/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Some levels will require working outside of the browser console. That is, writin
&nbsp;
#### Troubleshooting
Sometimes (a) the app state or (b) the MetaMask plugin state can become a bit messed up, specially after switching networks, unlocking, etc. If what you're seeing doesn't make much sense, try refreshing the app, hard-refreshing it, disabling and re-enabling your metamask plugin or even restarting your browser.
If you find issues, please open an issue at [cypherpunks-ctf]().
If you find issues, please open an issue at [cypherpunks-ctf](https://github.com/cypherpunks-core/cypherpunks-ctf/issues).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-box",
"version": "1.0.0",
"private": true,
"homepage": "https://stillfantastic.github.io/cypherpunks-ctf",
"homepage": "https://cypherpunks-core.github.io/cypherpunks-ctf",
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
Expand Down

0 comments on commit aa4c250

Please sign in to comment.