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
entangled
Links
To run/build entangled tests
using bazel
$ bazel test //[directory]/...
...
means to run all test under [directory]bazel test //...
git hook installation
install modules
install buildifier
buildifier
would be used before doing git commit, this tool will check for bazel BUILD file, we need to install on our ownWe can install with
go
orbazel
install with go
if you have go installed
$HOME/go
$ go get github.com/bazelbuild/buildtools/buildifier
buildifier
is now in$HOME/go/bin
sudo ln -s $HOME/go/bin/buildifier /usr/bin/buildifier
Install with bazel
$ git clone https://github.com/bazelbuild/buildtools.git
buildtools
buildifier
with command,$ bazel build //buildifier
bazelbuild/bazel-bin/buildifier/linux_amd64_stripped/buildifier
cclient
develop status:
test iota_api_xxx
get_node_info source code link
TODO:
Pull requests
contributors
in progress
merged
#227: cclient: implement were_addresses_spent_from