Using Non-Transferable Tokens as Objects on a Decentralised Smart Contract Platform in a Game Theory Simulation
The objective of this investigative research project is to showcase the feasibility of using Non-Transferable Tokens (NTTs) as Objects within an object-oriented programming framework, specifically for interacting with Smart Contracts on a decentralised platform like Ethereum. This innovative approach holds potential for creating decentralised organisations where tokens could serve as authentication, identification tools, or any abstract dObject. To validate this concept, a series of simple game-theoretical scenarios will be simulated, in which agents utilising tokens as objects to interact with smart contracts will demonstrate the viability of this approach.
- Solidity
- Ethereum
- Web3.js
To get a local copy up and running follow these simple steps.
- Node.js
Download and install Node.js from https://nodejs.org/en/download/
- Clone the repo
git clone https://github.com/github_username/repo_name.git
- Install NPM packages
npm install
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @twitter_handle - email
Project Link: https://github.com/github_username/repo_name
- Solidity Documentation
- Ethereum Community
- Web3.js Library