Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sk1ppi-archived/solana_module_1_interact_with_wallets
This app is a part of the Solana Development Course by James Pacheco and others. It contains the code for the first module of the bootcamp, which is about interacting wallets on the Solana Network.
https://github.com/sk1ppi-archived/solana_module_1_interact_with_wallets
dapp solana
Last synced: 6 days ago
JSON representation
This app is a part of the Solana Development Course by James Pacheco and others. It contains the code for the first module of the bootcamp, which is about interacting wallets on the Solana Network.
- Host: GitHub
- URL: https://github.com/sk1ppi-archived/solana_module_1_interact_with_wallets
- Owner: sk1ppi-archived
- License: apache-2.0
- Created: 2024-01-10T07:40:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T05:33:21.000Z (about 1 year ago)
- Last Synced: 2024-12-19T23:30:46.534Z (about 2 months ago)
- Topics: dapp, solana
- Language: JavaScript
- Homepage: https://sk1ppi-solana-module-1-interact-with-wallets.vercel.app
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @sk1ppi/solana_module_1_interact_with_wallets
![Made by](https://img.shields.io/badge/SK1PPI-8A2BE2)
![GitHub License](https://img.shields.io/github/license/sk1ppi/solana_module_1_interact_with_wallets)This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
This app is a part of the [Solana Development Course](https://www.soldev.app/course) by [James Pacheco](https://twitter.com/jamesrp13) and [others](https://github.com/Unboxed-Software/solana-course/graphs/contributors?type=a).
It contains the code for the first module of the bootcamp, which is about interacting wallets on the Solana Network.View the [live demo](https://sk1ppi-solana-module-1-interact-with-wallets.vercel.app) on Vercel.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
## Contribute
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## Reach out
![image0_0-3](https://github.com/sk1ppi/cardano_nami_wallet_recovery/assets/121653522/4dc2f3ff-a082-45fb-80de-d3a32bea18ae)
- [Via e-mail](mailto:[email protected]?subject=Reaching%20out!)
## License
[Apache-2.0](LICENSE)