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

https://github.com/itinance/avalanche-awesome-subnet

Best Practices and Tools around development of Avalanche Subnets
https://github.com/itinance/avalanche-awesome-subnet

List: avalanche-awesome-subnet

Last synced: 5 months ago
JSON representation

Best Practices and Tools around development of Avalanche Subnets

Awesome Lists containing this project

README

          

# Avalanche Awesome Subnet

A curated list of best Practices and Tools around development, deployment and maintainance of awesome Avalanche Subnets. Inspired by [awesome-go]([url](https://github.com/avelino/awesome-go)).

## Community

* [Discord](https://discord.com/invite/RwXY7P6) Official Avalanche Discord Channel
* [Forum](https://forum.avax.network/) Official Avax Forum

## Development
* [GoGoTools](https://github.com/multisig-labs/GoGoTools): Reduce "Time to RPC", quickly spin up a subnet dev environment with avalanchego + subnet-evm + precompiles

## Build- and Deployment-Tools
* [Avalanche-cli]([url](https://github.com/ava-labs/avalanche-cli))
* [Avalanche Network Runner]([url](https://github.com/ava-labs/avalanche-network-runner))

## Example VMs

* [Subnet-EVM](https://github.com/ava-labs/subnet-evm) Subnet with EVM
* [XSVM](https://github.com/ava-labs/xsvm) Cross Subnet Virtual Machine
* [TimestampVM](https://github.com/ava-labs/timestampvm/tree/v1.2.1) Timestamp Virtual Machine
* [BlobVM](https://github.com/ava-labs/blobvm) Blob Virtual Machine - Content-Addressable Key-Value Store w/EIP-712 Compatibility and Fee-Based Metering
* [SpacesVM](https://github.com/ava-labs/spacesvm) Spaces Virtual Machine - Authenticated, Hierarchical Key-Value Store w/EIP-712 Compatibility, State Expiry, and Fee-Based Metering
* [BulletproofVM](https://github.com/usmaneth/BulletproofVM) Zero-Knowledge Virtual Machine

## Data storage

## Best practices for Validators

## Documentation

* [Subnets](https://docs.avax.network/subnets) Official Subnet Dociumentation

## Blogs and Books

* [Mastering Avalanche](https://github.com/ava-labs/mastering-avalanche) Mastering Avalanche 1st Edition - The Internet of Finance.
* [Official Avalanche Blog](https://medium.com/@avalancheavax) Official Avalanche Blog on Medium

## Tutorials

### Precompiles:
* [Intro to Stateful Precompiles](https://medium.com/avalancheavax/customizing-the-evm-with-stateful-precompiles-f44a34f39efd): Customizing the EVM with Stateful Precompiles
* [Hello World Precompiles Tutorial](https://docs.avax.network/subnets/hello-world-precompile-tutorial) Stateful Precompile Generation Tutorial