Here, you will find basic dapps that cover various Archway tools, including arch3.js and the Archway Developer CLI.
- Increment Template
- NFT On-chain Metadata Template
- IBC Transaction
- Keplr Example
- Store and Instantiate
- Websocket Example
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"