Dutch is a mobile interface that provides a decentralized marketplace connecting real estate.
For up to the minute news, follow our Twitter, Medium pages or Release Notes
- Can create or recover ethereum wallet.
- Can purchase and refund asset token.
- Can claim rewards.
- Can get latest asset token detail info.
- Support Metamask or ImToken Mobile wallet.
In ./.env.development, below environment variables shoud be declared.
| Variable Name | Description | Example |
|---|---|---|
| API_URL | API server url | https://staging-api.elysia.land |
| DAPP_URL | Deployed hazelnut url | staging-dapp.elysia.land |
| BSC_RPC_ENDPOINT | Binance Smarc Chain RPC endpoint | https://data-seed-prebsc-1-s1.binance.org:8545/ |
| ETH_NETWORK | Ethereum network (mainnet, kovan, etc) | kovan |
| EL_ADDRESS | Deployed EL token contract address | 0xea26b65ed9571832a7f056ab7e6b7e755bb1d7be |
| INFURA_PROJECT_ID | Infura project id | *** |
| APP_GOOGLE_MAP_API_IOS | Google map API key for ios | *** |
| APP_GOOGLE_MAP_API_ANDROID | Google map API key for android | *** |
| ETHERSCAN_API | Etherscan API key | *** |
| BSCSCAN_API | Bscscan API key | *** |
| ETHERSCAN_API_URL | Etherscan testnet api url | https://api-kovan.etherscan.io/api |
| BSCSCAN_API_URL | Bscscan testnet api url | https://api-testnet.bscscan.com/api |
| APP_ENV | APP Env | development |
Example
API_URL=https://staging-api.elysia.land
DAPP_URL=staging-dapp.elysia.land
BSC_RPC_ENDPOINT=https://data-seed-prebsc-1-s1.binance.org:8545/
ETH_NETWORK=kovan
EL_ADDRESS=0xea26b65ed9571832a7f056ab7e6b7e755bb1d7be
INFURA_PROJECT_ID=***
APP_GOOGLE_MAP_API_IOS=***
APP_GOOGLE_MAP_API_ANDROID=***
ETHERSCAN_API=***
BSCSCAN_API=***
ETHERSCAN_API_URL=https://api-kovan.etherscan.io/api
BSCSCAN_API_URL=https://api-testnet.bscscan.com/api
APP_ENV=development
yarn
yarn start