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
- Host: GitHub
- URL: https://github.com/itinance/avalanche-awesome-subnet
- Owner: itinance
- License: mit
- Created: 2023-02-02T21:28:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T07:41:25.000Z (over 3 years ago)
- Last Synced: 2025-03-29T07:01:42.009Z (about 1 year ago)
- Size: 14.6 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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