dapp-scaffold icon indicating copy to clipboard operation
dapp-scaffold copied to clipboard

Scaffolding for a dapp built on Solana

Results 46 dapp-scaffold issues
Sort by recently updated
recently updated
newest added

Bumps [@solana/wallet-adapter-react](https://github.com/solana-labs/wallet-adapter) from 0.15.2 to 0.15.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@solana/wallet-adapter-react&package-manager=npm_and_yarn&previous-version=0.15.2&new-version=0.15.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Currently actions triggered by buttons are stateless. When you click to send a transaction the user is not aware if anything happened until the actions responds from the call being...

good first issue

This is intended on adding a network option within the scaffold to select between localhost, devnet, testnet, and mainnet.

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.31.0 to 1.65.0. Release notes Sourced from @​solana/web3.js's releases. v1.65.0 1.65.0 (2022-10-14) Features add dataSlice param to account fetching config (#28389) (8b3cab1) v1.64.0 1.64.0 (2022-10-11) Features add...

dependencies
javascript

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. Release notes Sourced from actions/cache's releases. v3.0.11 What's Changed Call out cache not saved on hit by @​Phantsure in actions/cache#946 Update @​actions/core to 1.10.0...

dependencies
github_actions

Bumps [zustand](https://github.com/pmndrs/zustand) from 3.6.9 to 4.1.2. Release notes Sourced from zustand's releases. v4.1.2 This includes some fixes for edge cases. Most notably, supporting old TypeScript versions. What's Changed fix(context): store...

dependencies
javascript

Error when running npm build: Module not found: Can't resolve 'tweetnacl'. Solved: Added dependency using npm install to package.json and yarn.json

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

dependencies
github_actions

We are getting "expired transaction error" in phatom while trying to send any transaction in the devnet or testnet. Signing a message works fine. It pop ups the error without...