Skip to content

vinicamposdev/crypto-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Marketplace

There will be two projects:

  • contracts, like a backend
  • marketplace, the front end

They will be conected with git submodules

Tecnologies

The initial tecnology stack will be:

  • NextJS
  • Web3JS
  • Solidity

After that, can be made some reseash about polygon and thegraph protocol.

Development Flow

The project use git submodule. To start the project first clone into the machine, then:

$ git submodule init 
& git submodule update

Then go to the project that you need to modify for futher instructions.

If you already in the project, make sure to be up to date with the remote using the following command:

git pull "$@" &&
  git submodule sync --recursive &&
  git submodule update --init --recursive

References

The first reference will be this article and code:

License

Licensed under the MIT License.



Made with 🖤 by Vinícius

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published