Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Fantom-foundation/Artion-Client
- Owner: Fantom-foundation
- License: gpl-3.0
- Created: 2021-02-11T02:09:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T08:15:17.000Z (over 2 years ago)
- Last Synced: 2024-04-10T18:19:12.228Z (7 months ago)
- Topics: dapp, marketplace, nft, reactjs, web3js
- Language: JavaScript
- Homepage: https://artion.io
- Size: 17.6 MB
- Stars: 83
- Watchers: 11
- Forks: 81
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=
```