Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Fantom-foundation/Artion-Client

Client app for Artion, a global NFT marketplace on Fantom Opera.
https://github.com/Fantom-foundation/Artion-Client

dapp marketplace nft reactjs web3js

Last synced: 3 months ago
JSON representation

Client app for Artion, a global NFT marketplace on Fantom Opera.

Awesome Lists containing this project

README

        

# Client for Artion Marketplace - Powered by Fantom

A client side implementation of the Artion Marketplace for NFT trading on Fantom Opera network.

Artion allows users:
- to explore existing NFTs on Fantom Opera network.
- to create a new collection of a new NFT
- to register a collection of already deployed NFT.
- to buy / sell / collect rare NFTs.

See [Guide](https://docs.fantom.foundation/tutorials/collection-and-bundle-guide-on-artion)

## Project Setup
```
npm install / yarn
```

## Compile
```
npm run start
```

### Compiles and minifies for production
```
npm run build
```

#### .env file sample
```
REACT_APP_API_URL=
SKIP_PREFLIGHT_CHECK=true
REACT_APP_ENV=
REACT_APP_USDC=
REACT_APP_FUSDT=
```