intro / getting-started

Markdown Style Guide

Welcome to Etherable

Custom components are easier to use in plain TSX instead of MDX

Here is a Link to Google
icon

Images

a test image

Blockquotes

a blockquote
info blockquote

Some Info

info blockquote
alert blockquote
error blockquote

Code

Here is some inline code
// solidity
contract MyContract{
uint blap = 123;
}
// jsx
const myFunction = (arg) => {
let intVar = 123
let stringVar = 'hello'
}
intro / getting-started

Markdown Style Guide

Welcome to Etherable

Custom components are easier to use in plain TSX instead of MDX

Here is a Link to Google
icon

Images

a test image

Blockquotes

a blockquote
info blockquote

Some Info

info blockquote
alert blockquote
error blockquote

Code

Here is some inline code
// solidity
contract MyContract{
uint blap = 123;
}
// jsx
const myFunction = (arg) => {
let intVar = 123
let stringVar = 'hello'
}
Loading...