https://github.com/playmint/ds-hammer-factory
Crafting example that creates the finest hammers in the land
https://github.com/playmint/ds-hammer-factory
Last synced: 5 months ago
JSON representation
Crafting example that creates the finest hammers in the land
- Host: GitHub
- URL: https://github.com/playmint/ds-hammer-factory
- Owner: playmint
- Created: 2023-02-23T11:11:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T15:18:55.000Z (over 2 years ago)
- Last Synced: 2024-05-29T17:14:10.835Z (about 2 years ago)
- Language: Solidity
- Size: 185 KB
- Stars: 2
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Factory That Makes Hammers (in Downstream)
## The starting point for your own Downstream Building
Documentation for how to ues this repository as the starting point for your own Downstream buildings can be found here: [Downstream - Developing a new building](https://github.com/playmint/ds/blob/main/docs/how-to/create-a-new-building.md)
## Deploy
To deploy the HammerFactory directly (although we reccomend you follow the instructions above to make it your own first):
1. Choose a number from 1 to 9223372036854775807
- **Write down this number. You’ll need it if you want to make changes to your building!**
2. From the command line type:
```
BUILDING_KIND_EXTENSION_ID=InsertYourID GAME_ADDRESS=0x1D8e3A7Dc250633C192AC1bC9D141E1f95C419AB forge script script/Deploy.sol --broadcast --verify --rpc-url "https://network-ds-test.dev.playmint.com"
```