Skip to content

Ethereum provides higher level Go API's for writing applications and smart contracts on the Ethereum blockchain

License

Notifications You must be signed in to change notification settings

ardanlabs/ethereum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum

CircleCI Go Report Card go.mod Go version

Copyright 2022, Ardan Labs
[email protected]

Ethereum provides higher level Go API's for writing applications and smart contracts on the Ethereum blockchain.

Licensing

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Learn More

Reach out about corporate training events, open enrollment live training sessions, and on-demand learning options.

Ardan Labs (www.ardanlabs.com)
[email protected]

To attend any of our high-performance tranings check out this link:
https://www.ardanlabs.com/training

Examples

To see example for using these API's check out these two projects.

Ultimate Go: Smart Contract
This project provides material to help you learn the basics of writing, debuging, and maintaining Ethereum smart contracts. This repository has several smart contracts of increasing complexity to showcase different aspects of smart contract development.

Ultimate Go: Liar's Dice
This project implements a game of Liar's Dice where a crypto wallet is used for authentication and a smart contract is used to maintain the bank. Once a player is authenticated, they bet money for each game played and that money comes from their crypto wallet.

For advanced general blockchain knowledge check out this project.

Ultimate Go: Advanced Engineering
This project implements a semantically correct blockchain in Go. The implementation of the Ardan blockchain takes inspiration from both Bitcoin and Ethereum. This does not incorporate any smart contract development, but is good for advanced learning.

About

Ethereum provides higher level Go API's for writing applications and smart contracts on the Ethereum blockchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages