All Projects → olekon → justsmartcontracts

olekon / justsmartcontracts

Licence: MIT License
justsmartcontracts.dev source code

Programming Languages

javascript
184084 projects - #8 most used programming language
solidity
1140 projects
SCSS
7915 projects

Description

This is source code of justsmartcontracts.dev website.

What is justsmartcontracts.dev? Basically it is a web tool for interacting with Ethereum smart contracts. It was initially developed by my friend and me in order to provide a better experience for Ethereum smart contracts developers and blockchain enthusiasts.

Prerequisites

Website was developed using Node.js 8.4.0.

Running locally

Download the project and navigate to the root folder (the one with this file), then execute

npm install

npm run dev

Website will be accessible on http://localhost:8080/

If you want website to use https instead of http, execute

npm run devs

To build the bundle, execute

npm run build

Using local API server

You may want to use local backend application (API server). In that case please visit its repository and follow launch instructions.

Then open this project's config.js file and locate server section. Set url to your local API server, for example

server: {        
    url: 'http://localhost:3000'
} 

Contributing

Please see the CONTRIBUTING.md file for details

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].