Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FeeSimple/data-manager
Scatter powered frontend the interacts with FeeSimple core smart contracts.
https://github.com/FeeSimple/data-manager
blockchain eosio eosjs real-estate
Last synced: about 1 month ago
JSON representation
Scatter powered frontend the interacts with FeeSimple core smart contracts.
- Host: GitHub
- URL: https://github.com/FeeSimple/data-manager
- Owner: FeeSimple
- Created: 2018-05-25T00:14:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T13:27:28.000Z (about 2 years ago)
- Last Synced: 2024-08-13T03:04:54.261Z (5 months ago)
- Topics: blockchain, eosio, eosjs, real-estate
- Language: JavaScript
- Homepage: https://fsmanager.io
- Size: 6 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development Instructions
For development, we need a testnet and node with http api endpoint enabled. You can run your own and edit the `start-react` script inside `package.json`, but for these instructions we will assume there is a node/http endpoint available at `138.197.194.220:8877` and connect to it. The chain Id used is: `1c6ae7719a2a3b4ecb19584a30ff510ba1b6ded86e1fd8b8fc22f1179c622a32`.
Remember to run `yarn format` to automatically tidy up javascript code with [standardjs](https://standardjs.com/).
On the project root:
1. `yarn`
2. Duplicate `.env.example` and rename it to `.env`. Set variables, if any.
3. `yarn start`# Production Instructions
For production, run the `build` script with `yarn build`. Then, start the server by running the `prod` script with `yarn run prod`.