Skip to content

Commit

Permalink
Merge pull request #24 from neow3j/develop
Browse files Browse the repository at this point in the history
Add mention of 1ClickNode
  • Loading branch information
csmuller authored Jan 30, 2024
2 parents f42a047 + dcdb183 commit 5019761
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/neo-n3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ Neow3j is a development toolkit that provides easy and reliable tools to build N
platform (Java, Kotlin, Android). It is an open-source project developed by the Neo community and maintained by
[AxLabs](https://axlabs.com).

<table>
<tr>
<td>
<a href="https://marketplace.digitalocean.com/apps/1clicknode-for-neo">
<img src="https://cdn.axlabs.net/1clicknode-logos/1clicknode-logo-for-light.png" width="200"
alt="1ClickNode Logo">
</a>
</td>
<td>
If you are in need of a testnet or mainnet Neo node for your dApp but don't want to spend hours on setup, check
out <a href="https://marketplace.digitalocean.com/apps/1clicknode-for-neo">1ClickNode</a>.
</td>
</tr>
</table>

## Features 🚀

* Support for the JSON-RPC API of the Neo node
Expand Down
5 changes: 5 additions & 0 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@
.markdown-section h4 {
font-size: 1.1rem;
}

main {
max-width: 1600px;
margin: 0 auto;
}

0 comments on commit 5019761

Please sign in to comment.