dendrite/zion
Tak Wai Wong c4afa77636
Fix dendrite config to use env for chain_id and enable_authz (#49)
* Fix config to support env variables
2022-10-25 20:56:36 -07:00
..
contracts Return an "Unauthorized" error message + refresh zion contract types (#44) 2022-10-24 21:35:36 -07:00
contract_addresses.go Authorization framework for gating dendrite endpoints (#39) 2022-10-24 21:24:35 -07:00
README.md fix spelling in README 2022-10-25 09:29:31 -07:00
store.go Figure out space vs channel from roomid (#43) 2022-10-24 21:35:36 -07:00
store_types.go Figure out space vs channel from roomid (#43) 2022-10-24 21:35:36 -07:00
user_identifier.go Figure out space vs channel from roomid (#43) 2022-10-24 21:35:36 -07:00
web3_util.go Authorization framework for gating dendrite endpoints (#39) 2022-10-24 21:24:35 -07:00
zion.go Setup foundry to build abi.json files (#509) 2022-10-24 21:23:17 -07:00
zion_authorization.go Fix dendrite config to use env for chain_id and enable_authz (#49) 2022-10-25 20:56:36 -07:00

Purpose

Additional packages added for the Zion project, nothing in here should be in the Matrix Dendrite upstream, nor in the herenotthere/dendrite-fork.

The zion_space_manager_(mainnet|rinkeby|localhost).go files are generated as new versions of the smart contracts are build and deployed. The bindings are in this location so they can be built alongside the dendrite server in the build process.