Technical reference for integrating and building with the DEV Token on Stellar.
The DEV Token is a Stellar-based asset supporting open-source development. It can be used for funding projects, tipping contributors, and as a utility token in developer tools and platforms.
You can manually add the DEV token in Stellar wallets like Lobstr, Freighter, or Albedo by entering the Asset Code and Issuer Address.
Ensure your home domain is set and your stellar.toml is hosted at https://stellarport.pages.dev/.well-known/stellar.toml. This file should include:
[DOCUMENTATION]
ORG_NAME="DEV Foundation"
ORG_DESC="DEV supports developers building open-source Stellar apps through funding, tools, and infrastructure."
ORG_URL="https://stellarport.pages.dev"
ORG_LOGO="https://stellarport.pages.dev/dev-logo.jpg"
You can interact with the DEV token using the Stellar SDK:
// Using Stellar SDK
const server = new StellarSdk.Server('https://horizon.stellar.org');
const asset = new StellarSdk.Asset('DEV', 'GCQHKNJG77PQAJOJXMSI3RJ63CJC42IOJDOFRDXXULFFDZURMAQX4IDV');