Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gosunet/workshop-initiation-solidity-web3

Learn how to write a Solidity smart contract and deploy it!
https://github.com/gosunet/workshop-initiation-solidity-web3

blockchain react solidity

Last synced: 6 days ago
JSON representation

Learn how to write a Solidity smart contract and deploy it!

Awesome Lists containing this project

README

        

Welcome to workshop-initiation-solidity-web3 👋



Version

License: ISC


In this workshop you will :
- write a smart contract in Solidity to mint a custom NFT
- test your smart contract
- deploy a smart contract on an EVM compatible blockchain ⛓
- integrate your smart contract in a small front-end application

Just follow [this link](https://gosunet.github.io/workshop-initiation-solidity-web3/initiation-solidity-web3/index.html) to start the workshop.

## Install and serve a localhost version
To do so you will have to install [claat](https://pkg.go.dev/github.com/googlecodelabs/tools/claat#section-readme).
Then run

```sh
claat export codelab.md
claat serve
```

## Authors

👤 Jonathan Lagneaux
* Twitter: [@Gosunet](https://twitter.com/Gosunet)
* Github: [@Gosunet](https://github.com/Gosunet)

👤 Guillaume Lamanda
* Twitter: [@glamanda_](https://twitter.com/glamanda_)
* Github: [@guillaumeLamanda](https://github.com/guillaumeLamanda)

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_