ETHBrno² Website
https://ethbrno.cz
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ci/woodpecker/push/woodpecker Pipeline failed
Details
|
10 months ago | |
---|---|---|
data | 10 months ago | |
scripts | 11 months ago | |
src | 11 months ago | |
static | 10 months ago | |
tests | 12 months ago | |
.env.example | 12 months ago | |
.eslintignore | 12 months ago | |
.eslintrc.cjs | 12 months ago | |
.gitignore | 11 months ago | |
.nojekyll | 12 months ago | |
.npmrc | 12 months ago | |
.nvmrc | 12 months ago | |
.prettierignore | 12 months ago | |
.prettierrc | 12 months ago | |
.woodpecker.yml | 10 months ago | |
README.md | 11 months ago | |
package-lock.json | 11 months ago | |
package.json | 11 months ago | |
playwright.config.js | 12 months ago | |
postcss.config.cjs | 12 months ago | |
svelte.config.js | 11 months ago | |
tailwind.config.cjs | 12 months ago | |
vite.config.js | 12 months ago |
README.md
ETHBrno² Website
Website is created using SvelteKit and deployed as a static application to these addresses:
- ethbrno.cz (self-hosted @ gwei.cz)
- mirror.ethbrno.cz (mirror @ Netlify)
- IPFS network - the url is changing (example: bafybeiddx4e2yyur3kjyppcvcg2nb7yxrxs2b2y7lfe4pgekgwpjwtsh7y.ipfs.gwei.cz)
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.