Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ygtdmn/blind-trust
Blind Trust is an on-chain experiment on trust between artist and collector.
https://github.com/ygtdmn/blind-trust
Last synced: 3 days ago
JSON representation
Blind Trust is an on-chain experiment on trust between artist and collector.
- Host: GitHub
- URL: https://github.com/ygtdmn/blind-trust
- Owner: ygtdmn
- License: mit
- Created: 2024-10-17T00:05:25.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-30T21:03:50.000Z (19 days ago)
- Last Synced: 2024-10-30T22:17:26.722Z (19 days ago)
- Language: Solidity
- Homepage: https://etherscan.io/address/0xa467cf4c595880f4b44bc67356c680cfee6a0895
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Blind Trust
Blind Trust is an on-chain experiment on trust between artist and collector.
# Deployed Contracts
| Chain | Contract | Address |
| -------- | ------------------ | ------------------------------------------ |
| Ethereum | BlindTrust | 0xA467cf4c595880F4b44Bc67356c680cfEE6a0895 |
| Ethereum | BlindTrustRenderer | 0x987B6d43C7Fcc994D31F882C3742c01ba3f854A6 |
| Ethereum | Ephemera | 0xCb337152b6181683010D07e3f00e7508cd348BC7 |# How to Deploy
`bun install`
`forge script script/Deploy.s.sol:Deploy --rpc-url mainnet --broadcast --verify`