Git Product home page Git Product logo

web3j-docs's Introduction

web3j-docs

Web3j Documentation repository.

docs.web3j.io

Project setup

Make sure you have Pipenv installed.

Then run the following to get up and running:

git clone https://github.com/web3j/web3j-docs.git
cd web3j-docs
pipenv install

Build instructions

Install mkdocs material theme:

pip install mkdocs-material

Install mike

pip install mike

Run locally using:

mike serve

To build and push to web3j-docs:

mike deploy VERSION ALIAS -p

Set default version to latest

mike set-default VERSION or ALIAS -p

To update the versions of the dependencies simply change them in the mkdocs.yml file under the extra tag

web3j-docs's People

Contributors

alexandrour avatar cfelde avatar conor10 avatar davidkathoh avatar faraggi avatar gtebrean avatar iikirilov avatar jonathanandrade10 avatar josh-richardson avatar mahima-manik avatar nicksneo avatar omahs avatar paleloser avatar puneetha17 avatar rach-id avatar sainathebitwar avatar thesuperb1 avatar ugorange avatar xaviarias avatar yasseralaa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

web3j-docs's Issues

Encouraging people to use latest deploy method rather than deprecated method

While going through the web3j docs in most of the places below deploy method is used.

YourSmartContract contract = YourSmartContract.deploy(
        <web3j>, <credentials>,
        GAS_PRICE, GAS_LIMIT,
        <param1>, ..., <paramN>).send();  // constructor params

This method is deprecated in latest web3j library and instead of this we should use below method is docs.

YourSmartContract contract = YourSmartContract.deploy(
        <web3j>, <credentials>,
        <contractGasProvider>,
        <param1>, ..., <paramN>).send();  // constructor params

How can I load my wallet like web3.js?

I want to load the wallet flexibly like the front-end page(web3.js), instead of loading the wallet only through keystore and privatekey.

For example, after I connect the wallet through web3.js on the front-end page, how can I make Java load the wallet through web3j dependency?

web3j new helloworld Fails

Hello i have a problem with web3j.

I have installed it from here: https://docs.web3j.io/4.8.7/command_line_tools/ but when I run
the command in title it will return me:

by Web3Labs
[ \ ] Creating and building project ... Subsequent builds will be faster
Project generation Failed. Check log file for more information.

in log:

FAILURE: Build failed with an exception.

* What went wrong:
Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 258ms

I am using M1 pro MacBook 16

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.