Skip to content

Code examples and project to complement the Aion Documentation repository.

License

Notifications You must be signed in to change notification settings

aionnetwork/docs-examples

Repository files navigation

Aion Documentation Code Examples

This repository holds all the code examples used in Aion Documentation. 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) and 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, and Contract 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, and Contract 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. Keep in mind that one example may be used across several different guides and tutorials.

Maintenance

This repo is maintained with ❤️ by the Aion 🔥 Ecosystem 💯 team!

About

Code examples and project to complement the Aion Documentation repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published