Compare commits
2 Commits
886d86ad07
...
ab43dc31a4
| Author | SHA1 | Date | |
|---|---|---|---|
| ab43dc31a4 | |||
| 3fdfb2d822 |
@ -20,6 +20,8 @@ This is so time gets set on the local chain, otherwise you will start at 0 time
|
||||
|
||||
#### 3. 2. Point Metamask to Anvil network for local dev
|
||||
|
||||
#### 3. 3. Change `app/contract_address.ts` to match your program address if needed
|
||||
|
||||
### 4. Local development requires mining blocks by hand
|
||||
|
||||
Call `cast rpc anvil_mine` to mine next block, otherwise it wont ever progress and time "stands still" as far as the game is concerned
|
||||
|
||||
@ -26,7 +26,7 @@ const Home: NextPage = () => {
|
||||
</main>
|
||||
|
||||
<footer className={styles.footer}>
|
||||
Made with ❤️ by your fren mic0
|
||||
Made with ❤️ by your frens at 😈 Slay the Moloch team for Cohort VII of <a href="https://www.raidguild.org/" target="blank">RaidGuild</a>
|
||||
</footer>
|
||||
</div>
|
||||
);
|
||||
|
||||
@ -21,19 +21,10 @@
|
||||
}
|
||||
|
||||
.footer {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
margin-top: 2rem;
|
||||
padding: 2rem 0;
|
||||
border-top: 1px solid #eaeaea;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-grow: 1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.title a {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user