Skip to content

Commit aa4c250

Browse files
Merge pull request #13 from StillFantastic/dev
Transfer repository setting
2 parents f699759 + d58ecfc commit aa4c250

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ethernaut
1+
# Cypherpunks CTF
22

33
<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>
44

@@ -8,7 +8,7 @@
88

99
1. Install all the dependencies
1010
```
11-
git clone https://github.com/StillFantastic/Crosslink-Ethernaut.git
11+
https://github.com/cypherpunks-core/cypherpunks-ctf.git
1212
npm install
1313
```
1414
2. Compile contracts and get static frontend files
@@ -17,7 +17,7 @@ npm run deploy:ui
1717
```
1818

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

2222
#### Example level development
2323

gamedata/descriptions/pages/help.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ Some levels will require working outside of the browser console. That is, writin
4242
&nbsp;
4343
#### Troubleshooting
4444
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.
45-
If you find issues, please open an issue at [cypherpunks-ctf]().
45+
If you find issues, please open an issue at [cypherpunks-ctf](https://github.com/cypherpunks-core/cypherpunks-ctf/issues).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-box",
33
"version": "1.0.0",
44
"private": true,
5-
"homepage": "https://stillfantastic.github.io/cypherpunks-ctf",
5+
"homepage": "https://cypherpunks-core.github.io/cypherpunks-ctf",
66
"scripts": {
77
"start": "node scripts/start.js",
88
"build": "node scripts/build.js",

0 commit comments

Comments
 (0)