https://github.com/moisestech/ethblockart-blockstyle-template
EthblockArt Blockstyle Template
https://github.com/moisestech/ethblockart-blockstyle-template
Last synced: 8 months ago
JSON representation
EthblockArt Blockstyle Template
- Host: GitHub
- URL: https://github.com/moisestech/ethblockart-blockstyle-template
- Owner: moisestech
- Created: 2021-08-31T11:55:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T00:04:17.000Z (almost 5 years ago)
- Last Synced: 2025-06-04T19:21:54.746Z (about 1 year ago)
- Language: JavaScript
- Size: 1.83 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EthBlock.art BlockStyle Template
Get started writing styles for [https://ethblock.art] using this template!
```bash
$ git clone
$ yarn
$ yarn start
```
Your custom code should live on `src/CustomStyle.js` and follow a few basic guidelines described within the file, the block data comes from `src/blocks.js` and is passed to your custom style on `src/index.js`
For more info check [the guide](https://www.notion.so/blockart/How-to-mint-a-BlockStyle-0b8ce85431fb4500a8e5d57e2c769d67)
For any questions, join the [discord!](https://discord.gg/H7HYqcdWWK)
You can build your `commonjs` bundle by running `yarn bundle`, and upload the `dist/main.js` file to EthBlock.art.