Use the Harpie API to add verify addresses before transacting
- JavaScript
- Python
- Java
const helloWorld = () => {
console.log('Hello, world!');
}
def hello_world():
print("Hello, world!")
class HelloWorld {
public static void main(String args[]) {
System.out.println("Hello, World");
}
}