├── .vscode └── settings.json ├── README.md ├── astar.png ├── banner.jpeg ├── hellowold.sol └── template.md /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarNetwork/builders-program/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarNetwork/builders-program/HEAD/README.md -------------------------------------------------------------------------------- /astar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarNetwork/builders-program/HEAD/astar.png -------------------------------------------------------------------------------- /banner.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarNetwork/builders-program/HEAD/banner.jpeg -------------------------------------------------------------------------------- /hellowold.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarNetwork/builders-program/HEAD/hellowold.sol -------------------------------------------------------------------------------- /template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarNetwork/builders-program/HEAD/template.md --------------------------------------------------------------------------------