Project initialised with AlgoKit CLI using template: https://github.com/algorandfoundation/algokit-fullstack-template.git
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
import { Contract } from '@algorandfoundation/algorand-typescript'
|
||||
|
||||
export class HelloWorld extends Contract {
|
||||
public hello(name: string): string {
|
||||
return `Hello, ${name}`
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user