v2.4.0
Installation
Learn how to get up and running with the Aevex Tech Edge network in under five minutes.
CLI Setup
npm install -g @aevex/cli
aevex init my-project
aevex init my-project
Configuration
Create an aevex.config.js file in your project root.
export default {
edge: true,
region: 'global',
caching: {
ttl: 3600
}
}