or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
🏗 Scaffold-Grants
Intro
This repo is an implementation of the Gitcoin grant codebase using scaffold-eth. The goal of the project is to create mutual aid financing for projects made by the BuidlGuidl.
TODO
BlockEnd
FrontEnd
Community
Reach out to At0xNQ on telegram to join in!
dgrants
Directory Structure
Typescript
This is the typescript repo of scaffold-eth and it uses
hardhat
andvite
to run scaffold-eth-typescript. There is also a nextjs version. The directories that you'll use are:Quick Start
Commands to run the app
Running the app
install your dependencies,
open a new command prompt
start a hardhat node
run the app,
open a new command prompt
If you'd like to run the nextjs app,
open a new command prompt
other commands
Other folders
Environment Variables
Vite and NextJs app folders have
.env
files. To create local variables that overrride these, create a file called.env.local
, or.env.development.local
or.env.production.local
and put your overrides in there.You can set your
TARGET_NETWORK
with them.Overview
Everything you need to build on Ethereum! 🚀 Quickly experiment with Solidity using a frontend that adapts to your smart contract:
YourContract.sol
inpackages/hardhat-ts/contracts
MainPage.tsx
inpackages/vite-app-ts/src
packages/hardhat-ts/deploy
yarn hardhat
to get a list of all the tasks. Runyarn hardhat taskname
to run the task.Guides
Documentation
🏃💨 Speedrun Ethereum
Register as a builder here and start on some of the challenges and build a portfolio.
More Information!
📚 Documentation
Documentation, tutorials, challenges, and many more resources, visit: docs.scaffoldeth.io
Eth-hooks documentation is here. Learn how to use the contexts here.
💬 Support Chat
Join the telegram support chat 💬 to ask questions and find others building with 🏗 scaffold-eth!
🛠 Buidl
Check out
🔭 Learning Solidity
Read the docs: https://docs.soliditylang.org
Go through each topic from solidity by example editing
YourContract.sol
in 🏗 scaffold-eth🙏🏽 Support us!
Please check out our Gitcoin grant too!
🔐 P.S.About keys
You need an RPC and API keys for testnets and production deployments, create an Alchemy account and replace the value of
ALCHEMY_KEY = xxx
inpackages/vite-app-ts/.env
orpackages/next-app-ts/.env
with your new keys.