Bleeding edge scaffolding for Solana smart contract development
git clone https://github.com/pindaroso/dapp-scaffold.git
cd dapp-scaffold
Install dependencies and run the development server.
yarn
yarn dev
Build and run Anchor with a local Solana validator
anchor test --detach
Front end code for UI which pulls in IDL from Anchor.
Contract code to be deployed on Solana.
Is this better than solana-labs/dapp-scaffold?
No. It might actually be worse. This scaffolding adds the following: