Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aurora-is-near/aurora-examples

A boilerplate for sample DApps/Ethereum contracts on Aurora.
https://github.com/aurora-is-near/aurora-examples

aurora ethereum examples solidity

Last synced: about 1 month ago
JSON representation

A boilerplate for sample DApps/Ethereum contracts on Aurora.

Awesome Lists containing this project

README

        

# Aurora-Examples

This repository includes DApp boilerplates for [truffle](https://www.trufflesuite.com/) and [hardhat](https://hardhat.org/) examples on Aurora. These examples cover specific topics:
- Solidity contract deployment using (Truffle/Hardhat).
- Integration with Metamask
- Running DApp on Aurora network

## Prerequisites
- Node 12+

## Examples
- [Truffle](truffle/)
- [Hardhat](hardhat/)

More documentation about Aurora network can be found [here](https://doc.aurora.dev/develop/networks).

## Contributing
Aurora team welcomes any kind of contributions in form of bug issues, feature requests, code changes, or documentation enhancement.