An open API service indexing awesome lists of open source software.

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

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.