Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eternauta1337/zeronaut
https://github.com/eternauta1337/zeronaut
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eternauta1337/zeronaut
- Owner: eternauta1337
- Created: 2024-09-13T15:39:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:23:01.000Z (4 months ago)
- Last Synced: 2024-10-22T06:36:09.633Z (4 months ago)
- Language: Solidity
- Size: 4.37 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-noir - Zeronaut
README
# Zeronaut POC
## Instructions
1. Clone the repo
2. Run `npm install`
3. Start a local chain
1. `cd packages/zeronaut-contracts`
2. `npx hardhat node`
4. Deploy the main contract
1. `cd packages/zeronaut-contracts`
2. `npm run deploy`
5. Deploy the levels
1. `cd packages/campaigns/hello-zeronaut`
2. `npm run deploy`
3. `npm run register`
6. Play the game!
1. `cd packages/zeronaut-cli`
2. `npx hardhat play`
1. `set-campaign hello-zeronaut`
2. `set-level One`
3. `play-level`