npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

create-aurora-app

v1.0.3

Published

Quickly build apps backed by the [Aurora](https://aurora.dev/) blockchain

Downloads

23

Readme

Create Aurora App

Quickly build apps backed by the Aurora blockchain

Prerequisites

Make sure you have:

  • a current version of Node.js installed – we are targeting versions >=18
  • git installed
  • for the smart contracts development, please install yarn with npm install --global yarn or read more here
  • we also recommend using pnpm for all of your Node projects

Getting Started

To create a new Aurora project you will need to run:

  • Create a dApp: npx create-aurora-app@latest dapp <project-name>
  • Write smart-contracts npx create-aurora-app@latest contract <project-name>

Follow the instructions in the README.md in the project you just created! 🚀

Contracts

You can create contracts written in Solidity. The repo used for these is Aurora Contract Examples.

It contains two smart contract development frameworks separated by folder:

  • Truffle
  • Hardhat

In each of these you will find a few smart contract examples. To install dependencies there just run yarn install.

Then, you can just investigate the file structure or read more docs about how deployment is done here.

dApps

Our dApp is based on top of the React and Wagmi.

The repo used for these is Aurora dApp Example.

It contains the next basic functionalities for you project:

  • Connecting a wallet
  • Getting account data
  • Sending transactions
  • Reading contracts
  • Writing contracts

You can read more about each of these inside the Build A Dapp section of our documentation.

Getting Help

Check out our documentation or chat with us on Discord. We'd love to hear from you!

Useful Resources

Intro to EVM development

We encourage developers, who want to onboard into web3 to try using the best Ethereum onboarding resources:

  • CryptoZombies is a great way to learn to write smart contracts for beginners.
  • SolidityByExample one of the best way to learn Solidity contracts by example.
  • Ethereum Speedrun based on ScaffoldETH: a bunch of tutorials explaining how to build Dapps - NFT, ERC-20, Staking, DEX, Multisigs, etc. It starts with simpler ones and moves forward gradually to more complex examples.
  • Viem and Wagmi are the tools you will want to use to communicate between your UI and the blockchain.

To try all of the projects and tutorials mentioned above on Aurora all you need to do is to change your RPC URL and that is it! Or in other words, just add Aurora network to your project. You can find information about the RPC endpoints here.

Aurora Developer Portal

At Aurora, we also have Aurora's DevPortal to help you learn more about the specifics of the development on Aurora and how our core products work. So, if you are already an experienced developer and want to learn more about more advanced themes, please consider visiting it.

We suggest you start with the following articles:

You can learn a lot from our GitHub organization repositories, directly from code. Here are the most popular ones: