eb2-website/README.md

1.3 KiB

ETHBrno² Website

Website is created using SvelteKit and deployed as a static application to these addresses:

The IPFS addresses of the major versions are stored directly in the ethbrno.eth ENS record. You can access the site using these gateways:

Site is configured to prerender all content and refresh the data from Arweave. Publishing script is named upload-data and require your own Arweave wallet (whole JSON string) as an AR parameter in the environment, like AR={"kty":"RSA","n":..... IPFS publishing is not prepared out of the box, but it basically takes output of /build and send it to the ipfs pinning service like Pinata. We are using self hosted server for this.

Authors