archway-network / dapp-examples

Example dapps for Archway starter code templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archway dapp Examples

Here, you will find basic dapps that cover various Archway tools, including arch3.js and the Archway Developer CLI.

dapps Included

Setting Environment Variables

In certain projects, it may be necessary to configure environment variables. In such cases, you may come across a file named env.example. To get started, duplicate this file and rename the duplicate as .env. Then, customize the .env file to reflect your preferred configurations.

Example:

git clone git@github.com:archway-network/dapp-examples.git
cd dapp-examples/vuejs/increment
cp env.example .env
vim .env
cat .env
# Example output:
> VUE_APP_CONTRACT_ADDRESS="archway1c6yawecywrgu9y5lc6y79mvxgk6lx0hhehn5kn"

About

Example dapps for Archway starter code templates


Languages

Language:Vue 46.0%Language:JavaScript 33.9%Language:HTML 13.8%Language:CSS 6.3%