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

https://github.com/aionnetwork/docs-examples

Code examples and project to complement the Aion Documentation repository.
https://github.com/aionnetwork/docs-examples

Last synced: 9 months ago
JSON representation

Code examples and project to complement the Aion Documentation repository.

Awesome Lists containing this project

README

          

# Aion Documentation Code Examples

This repository holds all the code examples used in [Aion Documentation](https://docs.aion.network). The purpose of this repository is to make it easier to find the examples and code-snippets you're looking for. Also, having all the examples in once place will make it easier to keep things consistent across guides and tutorials.

Each example contains a `README.md` file explaining what the example is attempting to explain, how to run it, and a basic overview of the example itself.

## Sections

The code examples are split into the following sections:

### Contracts

These examples are specific to Java contract creation. They do not contains any setup or configuration files, unlike the [IntelliJ Plugin](#section-intellij-plugin)) and [Maven CLI](#section-maven-cli) examples.

### Ethers.js

These examples show how to use Ethers.js as a frontend JavaScript framework for your Java blockchain applications.

### IntelliJ Plugin

These examples are specific to using the IntelliJ IDE with the Aion4j plugin. These examples may be similar to [Maven CLI](#maven-cli), and [Contract](#contracts) examples, but have been built using the IntelliJ IDE so they might have a different folder structure. They have been designed to be directly imported into IntelliJ.

### Maven CLI

These examples are specific to using the Maven CLI. These examples may be similar to [IntelliJ Plugin](#maven-cli), and [Contract](#contracts) examples, but have been built using the Maven CLI so they might have a different folder structure. Projects within this section have been designed to be directly ran using the Maven CLI.

### Web3J

These examples show how to integrate a Java blockchain application into a standard Java application using the Web3J framework.

### Web3.js

These examples show how to use Web3.js as a frontend JavaScript framework for your Java blockchain applications.

## Contributions

If you want to suggest a change to a code example or snippet, create an [issue](https://github.com/aionnetwork/docs-examples/issues). Keep in mind that one example may be used across several different guides and tutorials.

## Maintenance

This repo is maintained with ❤️ by the [Aion](https://aion.network/) 🔥 Ecosystem 💯 team!