Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ygtdmn/solidity-starter-template
Starter template for most Ephemera contracts
https://github.com/ygtdmn/solidity-starter-template
Last synced: 3 days ago
JSON representation
Starter template for most Ephemera contracts
- Host: GitHub
- URL: https://github.com/ygtdmn/solidity-starter-template
- Owner: ygtdmn
- License: mit
- Created: 2024-10-30T20:56:16.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2024-11-15T01:43:45.000Z (4 days ago)
- Last Synced: 2024-11-15T02:27:21.866Z (4 days ago)
- Language: Solidity
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ephemera Solidity Starter Template
A starter template for most Ephemera artworks.
# Deployed Contracts
| Chain | Contract | Address |
| -------- | ------------------ | ------------------------------------------ |
| Ethereum | Artwork | 0x |
| Ethereum | ArtworkRenderer | 0x |
| Ethereum | Ephemera | 0xCb337152b6181683010D07e3f00e7508cd348BC7 |# How to Deploy
`bun install`
`forge script script/Deploy.s.sol:Deploy --rpc-url mainnet --broadcast --verify`